BAPIOIL2017_GM_ITM_CRTE_02 SAP (BAPI Communication Structure: Create Material Document Item) Structure details

Dictionary Type: Structure
Description: BAPI Communication Structure: Create Material Document Item




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




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

BAPIOIL2017_GM_ITM_CRTE_02 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 Communication Structure: Create Material Document Item" 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_BAPIOIL2017_GM_ITM_CRTE_02 TYPE BAPIOIL2017_GM_ITM_CRTE_02.

The BAPIOIL2017_GM_ITM_CRTE_02 table consists of various fields, each holding specific information or linking keys about BAPI Communication Structure: Create Material Document Item data available in SAP. These include PARENT_ID (Identifier of immediately superior line), LINE_DEPTH (Hierarchy level of line in document), ORIGINCITY (Origin city code), ORIGINCOUNTY (Origin county code).. 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: Cannot Be Enhanced


SAP BAPIOIL2017_GM_ITM_CRTE_02 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
LINE_IDUnique identification of document line MB_LINE_IDNUMC6MB_LINE_ID
PARENT_IDIdentifier of immediately superior line MB_PARENT_IDNUMC6MB_LINE_ID
LINE_DEPTHHierarchy level of line in document MB_LINE_DEPTHNUMC2MB_LINE_DEPTH
ORIGINCITYOrigin city code OIC_OCITYCCHAR4Assigned to domainCITYC
ORIGINCOUNTYOrigin county code OIC_OCOUNCCHAR3Assigned to domainCOUNC
ORIGINREGIONOrigin region OIC_OREGIOCHAR3Assigned to domainREGIO
ORIGINCOUNTRYISOCountry ISO code INTCACHAR2INTCAF4_INTCA
DESTINATIONCITYDestination city code OIC_DCITYCCHAR4Assigned to domainCITYC
DESTINATIONCOUNTYDestination county code OIC_DCOUNCCHAR3Assigned to domainCOUNC
DESTINATIONREGIONDestination region OIC_DREGIOCHAR3Assigned to domainREGIO
DESTINATIONCOUTRYISOCountry ISO code INTCACHAR2INTCAF4_INTCA
TAXORIGINTax origin OIC_PORGINCHAR15OIC_PORGIN
TAXDESTINATIONTax destination OIC_PDESTNCHAR15OIC_PDESTN
PIPELINETRIPNUMBERPipeline trip number (external) OIC_PTRIPCHAR16OIC_PTRIP
PIPELINEBATCHNUMBERPipeline operatorĀ“s external batch number OIC_PBATCHCHAR16OIC_PBATCH
MODEOFTRANSPORTIS-OIL MAP external details mode of transport OIC_MOTCHAR2Assigned to domainVKTRA
ALTERNATEORIGINAlternate origin OIC_AORGINCHAR15OIC_PORGIN
ALTERNATEDESTINATIONAlternate destination OIC_ADESTNCHAR15OIC_PDESTN
TRUCKNUMBERTruck number OIC_TRUCKNCHAR10OIC_TRUCKN
VENDOR_NOAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EXTERNALLICENSEExcise tax external license number OIH_CERTF1CHAR15OIH_CERTF1
VALIDFROMExcise Duty License Valid from Date OIH_DATFM1DATS8DATUM
VALIDTOValid to date for excise duty tax certificate OIH_DATTO1DATS8DATUM
LICENSETYPELicense type OIH_LICTPCHAR4Assigned to domainOIH_LICTPOII
INTERNALLICENSEExcise tax internal license number OIH_LICINCHAR10Assigned to domainALPHAOIH_LICINOIHOIHL
FOLLOWONLICENSEFollow-on license for quantity license OIH_LCFOLCHAR10Assigned to domainALPHAOIH_LICIN
FOLLOWONQUANTITYExcise Tax Follow-On License Quantity OIH_FOLQTYQUAN13(3) MENG13
EXTERNALBILLOFLADINGExternal bill of lading OID_EXTBOLCHAR16OID_EXTBOL
MISCDELIVERYNUMBERMiscellaneous delivery number OID_MISCDLCHAR16OID_MISCDL
HANDLING_TYPEExcise Duty Handling Type OIH_HANTYPCHAR2Assigned to domainOIH_HANTYP
ED_PRICING_EXTERNCode for internal or external excise duty rate determination OIH_INEXCHAR2Assigned to domainOIH_INEX
INTTRACKINGNUMBERTracking number OIH_TRKNRCHAR10ALPHAOIH_TRKNROIH_TRKNR
TRACKINGNUMBERYEARTracking number year OIH_TRKJRNUMC4NUMC4OIH_TRKJR
EXTTRACKINGNUMBERExternal tracking number OIH_EXTNRCHAR18OIH_EXTNR
TRACKINGITEMTracking number item line OIH_ITMNRNUMC5OIH_ITMNR
FINALTRANSFERINDFinal transfer indicator OIH_FTINDCHAR1OIH_FTIND
ISSUINGVALUATIONTYPEValuation type of issuing location for two-step transfer OIH_UMBARCHAR10Assigned to domainBWTAR

Key field Non-key field



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

As BAPIOIL2017_GM_ITM_CRTE_02 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 BAPIOIL2017_GM_ITM_CRTE_02 as there is no data to select.

How to access SAP table BAPIOIL2017_GM_ITM_CRTE_02

Within an ECC or HANA version of SAP you can also view further information about BAPIOIL2017_GM_ITM_CRTE_02 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!