BAPI_OIU_DNAP_1 SAP (BAPI: Delivery Network Allocation Profile - Detail) Structure details

Dictionary Type: Structure
Description: BAPI: Delivery Network Allocation Profile - Detail




ABAP Code to SELECT data from BAPI_OIU_DNAP_1
Related tables to BAPI_OIU_DNAP_1
Access table BAPI_OIU_DNAP_1




Structure field list including key, data, relationships and ABAP select examples

BAPI_OIU_DNAP_1 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "BAPI: Delivery Network Allocation Profile - Detail" 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_1 TYPE BAPI_OIU_DNAP_1.

The BAPI_OIU_DNAP_1 table consists of various fields, each holding specific information or linking keys about BAPI: Delivery Network Allocation Profile - Detail data available in SAP. These include MATERIAL (Material Number), VT_CD (Volume Type Code), AUTO_FLO_FL (Automatic flow flag), SUM_DLY_FL (Summary daily flag).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP BAPI_OIU_DNAP_1 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PD_SEQ_NOProduct sequence number OIU_PD_SEQ_NONUMC3NUMC3
MATERIALMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
VT_CDVolume Type Code OIU_VL_TYPE_CDCHAR2OIU_PR_VLTYPOIU_VL_TYPE_CDOIU_VL_TYPE
AUTO_FLO_FLAutomatic flow flag OIU_AUTO_FLO_FLCHAR1OIU_X_FLAG
SUM_DLY_FLSummary daily flag OIU_SUM_DLY_FLCHAR1OIU_X_FLAG
ALLOC_FLAllocate flag indicating whether to do allocations OIU_ALLOC_FLCHAR1OIU_X_FLAG
DEP_MATNRDependent Material OIU_DEP_MATNRCHAR18MARAMATN1MATNR
DEP_VT_CDDependent volume type code OIU_DEP_VT_CDCHAR2OIU_PR_VLTYPOIU_VL_TYPE_CD
CALC_VT_CDCalculated volume type OIU_CALC_VT_CDCHAR2OIU_PR_VLTYPOIU_VL_TYPE_CD
SUM_TKT_FLSummarize Run Tickets Flag OIU_SUM_TKT_FLCHAR1OIU_X_FLAG
CMP_ALLOC_FLComponent allocation flag OIU_CMP_ALLOC_FLCHAR1OIU_X_FLAG
DEP_DIMIDDimension key DIMIDCHAR6T006DDIMID

Key field Non-key field



How do I retrieve data from SAP structure BAPI_OIU_DNAP_1 using ABAP code?

As BAPI_OIU_DNAP_1 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BAPI_OIU_DNAP_1 as there is no data to select.

How to access SAP table BAPI_OIU_DNAP_1

Within an ECC or HANA version of SAP you can also view further information about BAPI_OIU_DNAP_1 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!