SHP_SE_FEH_OUTBDEL_COCNC_RQ SAP (Application parameter for Outbound Delivery Confirm Cncl RQ) Structure details

Dictionary Type: Structure
Description: Application parameter for Outbound Delivery Confirm Cncl RQ




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




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

SHP_SE_FEH_OUTBDEL_COCNC_RQ 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 "Application parameter for Outbound Delivery Confirm Cncl RQ" 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_SHP_SE_FEH_OUTBDEL_COCNC_RQ TYPE SHP_SE_FEH_OUTBDEL_COCNC_RQ.

The SHP_SE_FEH_OUTBDEL_COCNC_RQ table consists of various fields, each holding specific information or linking keys about Application parameter for Outbound Delivery Confirm Cncl RQ data available in SAP. These include HEADER (), DELIV_NUMB (Delivery), GROSS_WT (Gross weight), NET_WEIGHT (Net weight).. 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 or numeric)


SAP SHP_SE_FEH_OUTBDEL_COCNC_RQ 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
REQUEST_ID 0
HEADER 0
DELIV_NUMBDelivery VBELN_VLCHAR10ALPHAVBELNVL
GROSS_WTGross weight BRGEW_15QUAN15(3) MENG15
NET_WEIGHTNet weight NTGEW_15QUAN15(3) MENG15
UNIT_OF_WTWeight Unit GEWEIUNIT3CUNITMEINS
UNIT_OF_WT_ISOUnit of weight in ISO code GEWEI_ISOCHAR3ISOCD_UNIT
VOLUMEVolume VOLUM_15QUAN15(3) MENG15
VOLUMEUNITVolume unit VOLEHUNIT3CUNITMEINS
VOLUMEUNIT_ISOVolume unit in ISO code VOLEH_ISOCHAR3ISOCD_UNIT
DOORDoor for Warehouse Number LGTORCHAR3LGTOR
INCOTERMS1Incoterms (Part 1) INCO1CHAR3INCO1
INCOTERMS2Incoterms (Part 2) INCO2CHAR28INCO2
ROUTERoute ROUTECHAR6ROUTE
SHIP_CONDShipping Conditions VSBEDCHAR2VSBED
DLV_PRIODelivery Priority LPRIONUMC2LPRIO
UNLOAD_PTUnloading Point ABLADCHAR25TEXT25
DLV_BLOCKDelivery block (document header) LIFSKCHAR2LIFSP
HEADER_CTRL 0
DELIV_NUMBDelivery VBELN_VLCHAR10ALPHAVBELNVL
GROSS_WT_FLGConfirmation of gross weight KZBRGCHAR1XFELD
NET_WT_FLGConfirmation of net weight KZNTGCHAR1XFELD
VOLUME_FLGConfirmation of volume KZVOLCHAR1XFELD
DELIV_DATE_FLGConfirm delivery date KZLFDCHAR1XFELD
DOCK_FLGConfirm gate KZTORCHAR1XFELD
DLV_DELFlag: delete delivery LIKP_DELCHAR1XFELD
INCO1_FLGChange Incoterms 1 KZINCO1CHAR1XFELD
INCO2_FLGChange Incoterms 2 KZINCO2CHAR1XFELD
ROUTE_FLGChange Route KZROUTECHAR1XFELD
SHIP_COND_FLGChange Shipping Condition KZVSBEDCHAR1XFELD
DLV_PRIO_FLGChange Delivery Priority KZLPRIOCHAR1XFELD
UNLOAD_PT_FLGChange Unloading Point KZABLADCHAR1XFELD
PICK_DATE_FLGChange Picking Date KZKODATCHAR1XFELD
TRSP_DATE_FLGChange Transportation Planning Date KZTDDATCHAR1XFELD
LOAD_DATE_FLGChange Loading Date KZLDDATCHAR1XFELD
GDSI_DATE_FLGChange Goods Issue Date KZWADATCHAR1XFELD
SIMULATESimulation of Delivery Change (No DB Change) LE_DLV_SIMULATE_CHGCHAR1XFELD
NO_LOCKNo-Blocking Field NO_SPCHAR1NO_SP
SPLIT_DONE_FLGFlag: Split Performed in Decentralized System SPLIT_DONECHAR1XFELD
DLV_BLOCK_FLGChange delivery block KZLSPCHAR1XFELD
DLV_CHANGE_OFFIndicator: Switch Off Change Management for Document V50AGL_DLV_CHANGE_OFFCHAR1XFELD
HEADER_CTRL_SPL 0
SENDER_METHODOutbound Method to Describe the Business Process /SPE/METHOD_OBDLVCHAR4/SPE/METHOD_OBDLV
DELIV_NUMBDelivery VBELN_VLCHAR10ALPHAVBELNVL
GEOROUTE_FLGChange Route for Delivery /SPE/DE_KZROUTE_IDCHAR1XFELD
BOP_GUIDATP: Unique ID for Relevant Transaction in APO Server /SPE/APOTRGUIDCHAR22SYSUUID_22
INITIATOR_PROCESSCode for the Initiator of a Communication Chain /SPE/DE_INITIATOR_PROCESSCHAR3/SPE/DO_INITIATOR_PROCESS
DELIVERY_NODelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL

Key field Non-key field



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

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

How to access SAP table SHP_SE_FEH_OUTBDEL_COCNC_RQ

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