BAPI_OIU_DNAP is an SAP Structure so does not store data like a database table does but can be used to process "BAPI: Delivery Network Allocation Profile - Header" 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_OIU_DNAP TYPE BAPI_OIU_DNAP .
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 |
DN_NO | OIU_DN_NO | CHAR | 20 | OIU_PR_DN | Delivery network number | ALPHA |
EFF_FROM_DT | OIU_EFF_FROM_DT | DATS | 8 | Effective from date | ||
EFF_TO_DT | OIU_EFF_TO_DT | DATS | 8 | Effective To Date | ||
FREQ_CD | OIU_FREQ_CD | CHAR | 1 | Frequency | ||
TYP_CD | OIU_DN_TYP_CD | CHAR | 1 | Delivery network type code |
Key field | |
Non-key field |
BAPI_OIU_DNAP - BAPI: Delivery Network Allocation Profile - Header BAPI_OIU_DN - BAPI: Delivery Network - Header BAPI_OIU_CTR_MPWC2 - BAPI-Detail2: Maintenance: OIU_SB_CTRMP, CTRWC, CTROB BAPI_OIU_CTR_MPWC1 - BAPI-Detail: Maintenance OIU_SB_CTRMP, CTRWC, CTROB BAPI_OIU_CTR_MPWC - BAPI-Header: Maintenance OIU_SB_CTRMP, CTRWC, CTROB BAPI_OIU_CHAH_4 - BAPI Structure for CHAC detail 3