BAPIPROGAUX SAP (Work Fields) Structure details

Dictionary Type: Structure
Description: Work Fields




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




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

BAPIPROGAUX 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 "Work Fields" 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_BAPIPROGAUX TYPE BAPIPROGAUX.

The BAPIPROGAUX table consists of various fields, each holding specific information or linking keys about Work Fields data available in SAP. These include LINE_ITEM_TEXT (Item Text), TEST_RUN (Execute Test Run), TEST_RUN_EMAX (Test run: maximum number of messages), CFW_VALUES (Take old values into account).. 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: Cannot Be Enhanced


SAP BAPIPROGAUX 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
ROLLUPIndicator: Rollup IM_ROLLUPCHAR1XFELD
LINE_ITEM_TEXTItem Text SGTXTCHAR50TEXT50
TEST_RUNExecute Test Run TESTLAUFCHAR1XFELD
TEST_RUN_EMAXTest run: maximum number of messages IM_TEST_RUN_ERRMAXINT410
CFW_VALUESTake old values into account IM_OLDMEASCHAR1XFELD
FUT_VALUESTake future values into account IM_FUTMEASCHAR1XFELD
GET_MR_PLANInd: Read plan values of measures / approp. requests IM_XWPLANCHAR1XFELD
GET_M_BUDGIndicator: Read budget values of measures IM_XWBUDGCHAR1XFELD
GET_M_ACTUALSInd: Read actual and commitment values of measures IM_XWISTCHAR1XFELD
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LANGU_ISO2-Character SAP Language Code LAISOCHAR2LAISO
CREATE_INDIC'Create' indicator for SaveReplica method IM_SR_CREATECHAR1XFELD
CHANGE_INDIC'Change' indicator for SaveReplica method IM_SR_CHANGECHAR1XFELD
DELETE_INDIC'Delete' indicator for SaveReplica method IM_SR_DELETECHAR1XFELD
REASSIGN_INDIC'Reassign' indicator for SaveReplica method IM_SR_REASSIGNCHAR1XFELD
SETSTAT_INDIC'Set status' indicator for SaveReplica method IM_SR_SETSTATCHAR1XFELD
CHGVAL_INDIC'Change values' indicator for SaveReplicaValues method IM_SR_CHGVALCHAR1XFELD
DELVAL_INDIC'Delete values' indicator for SaveReplicaValues method IM_SR_DELVALCHAR1XFELD
MASTER_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
USTAT_FIRSTProcess user status first IM_STAT_SEQCHAR1XFELD
PARENTIdentification for an investment program position IM_POSIDCHAR24POSIDIM_POSIDIMP
PREDECESSORIdentification for an investment program position IM_POSIDCHAR24POSIDIM_POSIDIMP
PARENTNEWIdentification for an investment program position IM_POSIDCHAR24POSIDIM_POSIDIMP
PREDECESSORNEWIdentification for an investment program position IM_POSIDCHAR24POSIDIM_POSIDIMP
DEL_BUDG_INDICIndicator: Delete budget values IM_DEL_BUDGCHAR1XFELD
DEL_PLAN_INDICIndicator: Delete plan values IM_DEL_PLANCHAR1XFELD
DEL_CURR_INDICIndicator: Delete current approved values IM_DEL_CURRCHAR1XFELD
DEL_CFWD_INDICIndicator: Delete carryforward values IM_DEL_CFWDCHAR1XFELD
DEL_FUT_INDICDelete values from forecast IM_DEL_FUTCHAR1XFELD
REPORTING_CURRENCYReport Currency IM_REPCURCUKY5Assigned to domainWAERSREPCURR
REPORTING_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
SUPPL_RET_INDICInd: Post budget as supplement or return IM_FLG_SUPPL_RET_SPLITCHAR1XFELD
ACTUALS_FROM_YEARFrom fiscal year for selection of actual values IM_ACTFYNUMC4GJAHRGJAHR
ACTUALS_FROM_PERIODFrom period for selection of actual values IM_ACTFPNUMC3IM_ACTPER
ACTUALS_TO_YEARTo fiscal year for selection of actual values IM_ACTTYNUMC4GJAHRGJAHR
ACTUALS_TO_PERIODTo period for selection of actual values IM_ACTTPNUMC3IM_ACTPER
STATUS_SEL_PROFILEStatus selection profile (measures/approp. requests) IM_STATSELCHAR7Assigned to domainSELID

Key field Non-key field



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

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

How to access SAP table BAPIPROGAUX

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