BAPI_ORDER_FUNC_CNTRL SAP (Import Parameter for the Execution of Order Functions) Structure details

Dictionary Type: Structure
Description: Import Parameter for the Execution of Order Functions




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




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

BAPI_ORDER_FUNC_CNTRL 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 "Import Parameter for the Execution of Order Functions" 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_ORDER_FUNC_CNTRL TYPE BAPI_ORDER_FUNC_CNTRL.

The BAPI_ORDER_FUNC_CNTRL table consists of various fields, each holding specific information or linking keys about Import Parameter for the Execution of Order Functions data available in SAP. These include STATUS (Object Status), RELEASE_CNTRL (Release control order), RESET_AVAIL_DATA (Reset Availability Data), SCOPE_AVAIL (Execute availability check (session)).. 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 BAPI_ORDER_FUNC_CNTRL 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
STATUS_PROFILEStatus profile that is assigned to an order header CO_STSMA_HDRCHAR8TJ20J_STSMA
STATUSObject Status P_TXT04CHAR4TEXT4
RELEASE_CNTRLRelease control order CO_RELEASE_CTRL_ORDERCHAR1CO_RELEASE_CTRL_ORDER
RESET_AVAIL_DATAReset Availability Data AV_CLEARCHAR1AS4FLAG
SCOPE_AVAILExecute availability check (session) COWB_AVAIL_CHECK_MODECHAR1AV_CHECK_O
FIX_PLANNED_ORDERSFirm planned orders AV_FIX_PLCHAR1AS4FLAG
SCOPE_COMPL_TECHComplete technically: Order network explosion CO_TECO_EXPLODE_NETCHAR1CO_TECO_EXPLODE_NET
SCHED_TYPEScheduling type TERMKZCHAR1T482TERART
FWD_DLV_ORIGINOrigin of scheduling dates CO_SCHED_ORIGCHAR1CO_SCHED_ORIG
FWD_DLV_DATEBasic finish date CO_GLTRPDATS8DATUM
FWD_DLV_TIMEBasic finish (time) CO_GLUZPTIMS6UHRZT
FWD_DLV_OFFSETDate shift CO_OFFSETQUAN5CFQUAN3
FWD_DLV_UNITTime unit MAIZEUNIT3T006CUNITMEINS
FWD_BEG_ORIGINOrigin of scheduling dates CO_SCHED_ORIGCHAR1CO_SCHED_ORIG
FWD_BEG_DATEBasic start date CO_GSTRPDATS8DATUM
FWD_BEG_TIMEBasic start time CO_GSUZPTIMS6UHRZT
FWD_BEG_OFFSETDate shift CO_OFFSETQUAN5CFQUAN3
FWD_BEG_UNITTime unit MAIZEUNIT3T006CUNITMEINS
BCK_DLV_ORIGINOrigin of scheduling dates CO_SCHED_ORIGCHAR1CO_SCHED_ORIG
BCK_DLV_DATEBasic finish date CO_GLTRPDATS8DATUM
BCK_DLV_TIMEBasic finish (time) CO_GLUZPTIMS6UHRZT
BCK_DLV_OFFSETDate shift CO_OFFSETQUAN5CFQUAN3
BCK_DLV_UNITTime unit MAIZEUNIT3T006CUNITMEINS
BCK_BEG_ORIGINOrigin of scheduling dates CO_SCHED_ORIGCHAR1CO_SCHED_ORIG
BCK_BEG_DATEBasic start date CO_GSTRPDATS8DATUM
BCK_BEG_TIMEBasic start time CO_GSUZPTIMS6UHRZT
BCK_BEG_OFFSETDate shift CO_OFFSETQUAN5CFQUAN3
BCK_BEG_UNITTime unit MAIZEUNIT3T006CUNITMEINS
COLLECTIVE_ORDERDisplay complete collective order FLG_MSTUFCHAR1XFELD
RELEASE_CNTRL_PIRelease Control: Order - Process Order CO_RELEASE_CTRL_ORDER_PICHAR1CO_RELEASE_CTRL_ORDER_PI

Key field Non-key field



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

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

How to access SAP table BAPI_ORDER_FUNC_CNTRL

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