BORGR_CONTROL SAP (Inb.Del.Tracking: Control Indicator for GN_DELIVERY_CREATE) Structure details

Dictionary Type: Structure
Description: Inb.Del.Tracking: Control Indicator for GN_DELIVERY_CREATE




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




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

BORGR_CONTROL 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 "Inb.Del.Tracking: Control Indicator for GN_DELIVERY_CREATE" 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_BORGR_CONTROL TYPE BORGR_CONTROL.

The BORGR_CONTROL table consists of various fields, each holding specific information or linking keys about Inb.Del.Tracking: Control Indicator for GN_DELIVERY_CREATE data available in SAP. These include NO_INIT_TEXT (Control Flag: No Text Initialization is Needed), NO_INIT_MESSAGE (Control Flag: No Message Initialization is Needed), SPE_NO_LOCK_PRED (Control Flag: Read delivery wo. locking the pred. document), SPE_NO_LOCK_DLV (Control Flag: Read delivery without locking of the delivery).. 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 BORGR_CONTROL 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
SPE_INIT_LOGInit Error Log for Collective Processing /SPE/INB_INIT_LOGCHAR1XFELD
NO_INIT_TEXTControl Flag: No Text Initialization is Needed /SPE/INB_NO_TEXT_INITCHAR1XFELD
NO_INIT_MESSAGEControl Flag: No Message Initialization is Needed /SPE/INB_NO_MESSAGE_INITCHAR1XFELD
SPE_NO_LOCK_PREDControl Flag: Read delivery wo. locking the pred. document /SPE/INB_NO_LOCK_PREDCHAR1XFELD
SPE_NO_LOCK_DLVControl Flag: Read delivery without locking of the delivery /SPE/INB_NO_LOCK_DLVCHAR1XFELD
SAVE_TEXTSControl Flag: Save Texts /SPE/INB_SAVE_TEXSCHAR1XFELD
SPE_JOIN_IASN_OASNControl Flag: Return Dly Process with Document Flow Update /SPE/INB_JOIN_IASN_OASNCHAR1XFELD
SPE_INB_DLVControl Flag: SPE Inbound Delivery Processing /SPE/INB_DLVCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BORGR_CONTROL

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