BAPIBATCHCTRL SAP (BAPI Transfer Structure Batch Check Parameters) Structure details

Dictionary Type: Structure
Description: BAPI Transfer Structure Batch Check Parameters




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




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

BAPIBATCHCTRL 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 Transfer Structure Batch Check Parameters" 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_BAPIBATCHCTRL TYPE BAPIBATCHCTRL.

The BAPIBATCHCTRL table consists of various fields, each holding specific information or linking keys about BAPI Transfer Structure Batch Check Parameters data available in SAP. These include CLASS_NUM (Class number), DOCLASSIFY (Classify object), CALLCFC_CL (Extended classification via CFC), ORG_SYS_OF_BATCH (Batch Distribution: Original System).. 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: Not classified


SAP BAPIBATCHCTRL 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
BATCHLEVELIndicator: definition of batch management level KZDCHCHAR1KZDCH
CLASS_NUMClass number KLASSE_DCHAR18KLASSEKLA
DOCLASSIFYClassify object XCLASCHAR1XFELD
CALLCFC_CLExtended classification via CFC XKCFCCHAR1XFELD
ORG_SYS_OF_BATCHBatch Distribution: Original System VBW_ORIGINAL_SYSTEMCHAR10Assigned to domainALPHALOGSYS
SND_SYS_OF_BATCHBatch Distribution: Sending System VBW_SENDING_SYSTEMCHAR10Assigned to domainALPHALOGSYS
NO_CFC_CALLSSuppress Call of Exits NO_CFC_CALLSCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BAPIBATCHCTRL

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