CMDT_BP_BASIC is an SAP Structure so does not store data like a database table does but can be used to process "Generic Master Record: Bus. Proc. Enhancements - Basic Data" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_CMDT_BP_BASIC TYPE CMDT_BP_BASIC .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
BUKRS | BUKRS | CHAR | 4 |
* | Company Code | |
GSBER | GSBER | CHAR | 4 |
* | Business Area | |
PRCTR | PRCTR | CHAR | 10 |
* | Profit Center | ALPHA |
WERKS | WERKS_D | CHAR | 4 |
* | Plant | |
KOSTL | KOSTL | CHAR | 10 |
* | Cost Center | ALPHA |
KHINR | KSGRU | CHAR | 15 | Cost Center Group | ||
VKORG | VKORG | CHAR | 4 |
* | Sales Organization | |
VTWEG | VTWEG | CHAR | 2 |
* | Distribution Channel | |
SPART | SPART | CHAR | 2 |
* | Division | |
PRART | CO_CBART_4 | CHAR | 4 |
* | CO-OM-ABC: Business Process Category | |
PRTYP | CO_BPTYP | NUMC | 2 | CO-ABC: Business Process Type |
Key field | |
Non-key field |
CMDT_BP_BASIC - Generic Master Record: Bus. Proc. Enhancements - Basic Data CMDT_BP_ATTRI - Gener. Master Record: Bus. Proc. Enhancements: Characterist. CMDT_BP - Generic master record business process enhancements CMDT_BASIC - Generic Master Record: General Data CMDT_ADR_STRUC - Generic Master Record: Address CMDT_ADR_S - Generic Master Record: Address - Data and Update Information