SAP BAPI_BUS1037_VBKAKOM_UPDX BO BUS1037: General Data in Change Mode Table data and field list

BAPI_BUS1037_VBKAKOM_UPDX 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 "BO BUS1037: General Data in Change Mode" 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_BUS1037_VBKAKOM_UPDX TYPE BAPI_BUS1037_VBKAKOM_UPDX.

The BAPI_BUS1037_VBKAKOM_UPDX table consists of various fields, each holding specific information or linking keys about BO BUS1037: General Data in Change Mode data available in SAP. These include REFOBJECTKEY (Object key), DOC_NUMBER (SD document no. of a sales activity in sales support), SALES_OFF (Updated information in related user data field), SALES_GRP (Updated information in related user data field)... 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. .

BAPI_BUS1037_VBKAKOM_UPDX structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BAPI_BUS1037_VBKAKOM_UPDX structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPI_BUS1037_VBKAKOM_UPDX table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
REFOBJECTTYPEObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
REFOBJECTKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
DOC_NUMBERSD document no. of a sales activity in sales support CAS_VBELNCHAR10VBUKALPHAVBELNVCA
SALES_OFFUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SALES_GRPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FROM_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TO_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FROM_TIMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TO_TIMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REASONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RESULTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RESULT_EXPLANATIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FOLLOW_UP_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FOLLOW_UP_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ACTIVITY_COMMENTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DESCRPT_01Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DESCRPT_02Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DESCRPT_03Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DESCRPT_04Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DESCRPT_05Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DESCRPT_06Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DESCRPT_07Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DESCRPT_08Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DESCRPT_09Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DESCRPT_10Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TXT_KONSEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DIRECTIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CONTACT_ROLEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CONTACTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LANGUUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LANGU_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table BAPI_BUS1037_VBKAKOM_UPDX

Within an ECC or HANA version of SAP you can also view further information about BAPI_BUS1037_VBKAKOM_UPDX and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).