STR_CIAP_CHARACTER is an SAP Structure so does not store data like a database table does but can be used to process "What and where is the CIAP object currently?" 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_STR_CIAP_CHARACTER TYPE STR_CIAP_CHARACTER .
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 |
KNTYP | J_1BKNTYP | CHAR | 35 | Object Assignment Type | ||
CONDNO | J_1BCIAPCNT | NUMC | 2 | CIAP Condition Number | ||
BUKRS | BUKRS | CHAR | 4 | T001 | Company Code | |
GSBER | GSBER | CHAR | 4 | TGSB | Business Area | |
BRANCH | J_1BBRANC_ | CHAR | 4 |
* | Business Place | |
WERKS | WERKS_D | CHAR | 4 | T001W | Plant | |
MATNR | MATNR | CHAR | 18 | MARA | Material Number | MATN1 |
ANLN1 | ANLN1 | CHAR | 12 | ANLH | Main Asset Number | ALPHA |
ANLN2 | ANLN2 | CHAR | 4 | ANLA | Asset Subnumber | ALPHA |
KOKRS | KOKRS | CHAR | 4 | TKA01 | Controlling Area | |
KOSTL | KOSTL | CHAR | 10 | CSKS | Cost Center | ALPHA |
PRCTR | PRCTR | CHAR | 10 | CEPC | Profit Center | ALPHA |
AUFNR | AUFNR | CHAR | 12 | AUFK | Order Number | ALPHA |
PSPNR | PS_PSP_PNR | NUMC | 8 | PRPS | Work Breakdown Structure Element (WBS Element) | ABPSP |
NPLNR | NPLNR | CHAR | 12 | AUFK | Network Number for Account Assignment | ALPHA |
KOART | KOART | CHAR | 1 | Account Type | ||
SUP_KEY_TYPES1 | SUP_KEY_TYPES1 | CHAR | 10 | Additional Key 1 | ||
SUP_KEY_VALUE1 | SUP_KEY_VALUE1 | CHAR | 25 | Value for Additional Key 1 | ||
SUP_KEY_TYPES2 | SUP_KEY_TYPES2 | CHAR | 10 | Additional Key 2 | ||
SUP_KEY_VALUE2 | SUP_KEY_VALUE2 | CHAR | 25 | Value for Additional Key 2 |
Key field | |
Non-key field |
STR_CIAP_CHARACTER - What and where is the CIAP object currently? STR_CIAP_APPL_DATA - Data set by the CIAP appl and will be used internally STR_CIAP - Contains a complete CIAP dataset STR_CG_RANGE_OPTION - Range Table for Service Definition Query STR_CBN_GW_TECH_PAIR - Technical name-value pair STR_CBN_GW_TECH_NAVI - Step in technical navigation path