BAPI_JBD_STR_SWAP_FO_PA_CHA is an SAP Structure so does not store data like a database table does but can be used to process "Characteristics of PA Part" 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_BAPI_JBD_STR_SWAP_FO_PA_CHA TYPE BAPI_JBD_STR_SWAP_FO_PA_CHA .
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 |
COMP_CODE | BAPI_JBD_DTE_BUKRS | CHAR | 4 |
* | Company Code | |
TRANSACTION_NUMBER | BAPI_JBD_DTE_RFHA | CHAR | 13 |
* | Financial transactions | ALPHA |
TRANSACTION_DIFFERENTIATION | BAPI_JBD_DTE_RADKEY | CHAR | 2 |
* | Transaction Differentiation | |
CHARACTERISTIC_NAME | BAPI_JBD_DTE_CHAR_FNAME | CHAR | 30 |
* | Name of Characteristic | |
CHARACTERISTIC_VALUE | BAPI_JBD_DTE_CHAR_FIELDVALC | CHAR | 60 | Characteristic Value |
Key field | |
Non-key field |
BAPI_JBD_STR_SWAP_FO_PA_CHA - Characteristics of PA Part BAPI_JBD_STR_SWAP_FO_PA_ATT - Attributes of PA Part BAPI_JBD_STR_SWAP_FO_PA_ADD - Additional Information on PA Part BAPI_JBD_STR_SWAP_FO_MR_CHA - Swap: Financial Object Characteristics: Market Risk BAPI_JBD_STR_SWAP_FO_MR_AT - Generic Transaction: Market Risk Attributes of Fin. Object BAPI_JBD_STR_SWAP_FO_HEADER - SWAP: Financial Object Header Data