UI_MIGRATE_TAX_ITEMS
Service for Tax items Migration
UI_MIGRATE_TAX_ITEMS is an OData service definition in SAP S/4HANA. It exposes 5 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (5)
| CDS View | Alias |
|---|---|
| C_TaxRegisterActiveTaxCountry | ActiveTaxCountry |
| C_TaxRegMigrationTP | TaxRegMigration |
| C_TxRegMigratedTransaclTaxItem | MigratedTaxItems |
| C_TxRegMigrtnTransaclTaxItem | TaxItemForMigration |
| I_UserContactCard |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_MIGRATE_TAX_ITEMS_V2 | ODATA | V2 | C1 | NOT_RELEASED | false |
Source
@EndUserText.label: 'Service for Tax items Migration'
define service UI_Migrate_tax_items {
expose C_TaxRegMigrationTP as TaxRegMigration;
expose C_TxRegMigrtnTransaclTaxItem as TaxItemForMigration;
expose C_TxRegMigratedTransaclTaxItem as MigratedTaxItems;
expose I_UserContactCard;
expose C_TaxRegisterActiveTaxCountry as ActiveTaxCountry;
}