OIG_WEB_DEL_CONF_PROTOTYPE SAP (Structure with data relevant for Delivery Confirmation) Structure details

Dictionary Type: Structure
Description: Structure with data relevant for Delivery Confirmation




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




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

OIG_WEB_DEL_CONF_PROTOTYPE 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 "Structure with data relevant for Delivery Confirmation" 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_OIG_WEB_DEL_CONF_PROTOTYPE TYPE OIG_WEB_DEL_CONF_PROTOTYPE.

The OIG_WEB_DEL_CONF_PROTOTYPE table consists of various fields, each holding specific information or linking keys about Structure with data relevant for Delivery Confirmation data available in SAP. These include DOC_TYP (SD document category), POSNR (TD document item number), MATNR (Material loaded), PARTNERID (Partner number in shipment process (vendor, customer, plant)).. 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 OIG_WEB_DEL_CONF_PROTOTYPE 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
DOC_NUMBERTD document number OIG_DOCNRCHAR10ALPHAOIG_DOCNR
DOC_TYPSD document category VBTYPCHAR1VBTYP
POSNRTD document item number OIG_ITEMNUMC6OIG_ITEM
MATNRMaterial loaded OIG_MATNRCHAR18Assigned to domainMATN1MATNR
PARTNERIDPartner number in shipment process (vendor, customer, plant) OIG_PRTNRCHAR10CHAR10
NAME1TD shipment item name OIG_SINAMECHAR35OIG_SINAME
TRQTY_CTransaction quantity OIG_TRQTYCCHAR17CHAR17
TRUOMTD transaction unit of measure OIG_TRUOMUNIT3Assigned to domainCUNITMEINS
SCLD_QTY_CScheduled or loaded quantity OIG_SCLDQCCHAR17CHAR17
DLTEMPMeterial temperature for quantity delivered OIG_DLTEMPCHAR7OIB_OTMP
DLTUOMUnit of measure of temperature of quantity delivered OIG_DLTMPUUNIT3Assigned to domainCUNITMEINS
DLDATEDelivery date LFDATDATS8DATUM
DLTIMEDelivery time OIG_DLTIMETIMS6TIME
SHNUMBERTD shipment number OIG_SHNUMCHAR10Assigned to domainALPHAOIG_SHNUMOIS
VEHICLETD Vehicle Number OIG_VHLNMRCHAR10Assigned to domainALPHAOIG_VHLNMROIV
SHITEMShipment item OIG_SHITMNUMC4Assigned to domainOIG_SHITM
MAT_ITMTD material item sequence number OIG_MATITMNUMC3BUZEI
VEH_NRVehicle Sequence Number in Shipment OIG_VEHNRNUMC3Assigned to domainOIG_VEHNR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
UPDATEFLAGTransaction type TRTYPCHAR1TRTYP
QTY_ITMTD quantity item number of a shipment/transport OIG_QTYITMNUMC5OIG_POSN5

Key field Non-key field



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

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

How to access SAP table OIG_WEB_DEL_CONF_PROTOTYPE

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