BAPI6032_CONTROL is an SAP Structure so does not store data like a database table does but can be used to process "Structure for Controlling Store Order Dispatcher" 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_BAPI6032_CONTROL TYPE BAPI6032_CONTROL .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
WVFBCALL | WVFBCALL | CHAR | 1 | Calling program | ||
WVFBSTEP | WVFBSTEP | CHAR | 1 | Execution step | ||
WVFBSORT | WVFBSORT | CHAR | 1 | Sort in step 2 | ||
NO_WF | WVFB_NO_WF | CHAR | 1 | No workflow | ||
DOCU | WVFB_DOCU_LOGON | CHAR | 1 | Switch on documentation of documents generated | ||
LTSSPLIT | WVFBLTSSPLIT | CHAR | 1 | Nendor subrange document split, activate purchase order |
Key field | |
Non-key field |
BAPI6032_CONTROL - Structure for Controlling Store Order Dispatcher BAPI6032_CONDI - STORE ORDER Condition Structure BAPI6032_2 - BAPI6032_input2 BAPI6031_SOURCEINFO - Source System for Plan Data BAPI6031_CTRLDATA - Control Data for External Source BAPI5990 - Raw Exposure : BUS5990 General Method Parameters