CIF_SER_IK is an SAP Structure so does not store data like a database table does but can be used to process "CIF Inbound Structure for Consumption Scenario (Key)" 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_CIF_SER_IK TYPE CIF_SER_IK .
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 |
APO_LOCID | APOLOCID | CHAR | 22 | Internal location number (customer, supplier or plant) | ||
APO_MATID | APOMATID | CHAR | 22 | Internal material number (GUID) | ||
TSTAMP | CIFTSTAMP | DEC | 15 | Time Stamp for Core Interface | ||
TSTAMP_TO | CIFTSTAMP | DEC | 15 | Time Stamp for Core Interface |
Key field | |
Non-key field |
CIF_SER_IK - CIF Inbound Structure for Consumption Scenario (Key) CIF_SER_ID - CIF Inbound Structure for Consumption Scenario (Data Part) CIF_SER_IB - CIF Inbound Structure for Consumption Scenario (BAPI X-List) CIF_SER_I - CIF Inbound Structure for Consumption Scenario CIF_SER_C - Customer Enhancement Structure for CIF_SER_I CIF_SERPRX - BAPI Checklist for Action Structure CIF_SERNO