BAPI_20350_KEY is an SAP Structure so does not store data like a database table does but can be used to process "PLM Audit Management: Key for Audit Component" 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_20350_KEY TYPE BAPI_20350_KEY .
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 |
EXTERNAL_ID | PLMT_AUDIT_OBJECT | CHAR | 24 | Object Key | ||
GUID | PLMT_AUDIT_OBJECT_GUID_BAPI | CHAR | 32 | unique object identifier in Audit Management (CHAR32) |
Key field | |
Non-key field |
BAPI_20350_KEY - PLM Audit Management: Key for Audit Component BAPI_20350_D - PLM Audit Management: Detailed View of Audit Attributes BAPI_20350_C - PLM Audit Management: Create/Change Audit Attributes BAPI_20310_STATUS_M - System and User Status BAPI_20310_STATUS - System and User Status of Status Object BAPI_20310_ROLES_D - Business Partners and Partner Roles