BAD_CUCFG_MESS SAP (Messaging Structure CUCFG) Structure details

Dictionary Type: Structure
Description: Messaging Structure CUCFG




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




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

BAD_CUCFG_MESS 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 "Messaging Structure CUCFG" 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_BAD_CUCFG_MESS TYPE BAD_CUCFG_MESS.

The BAD_CUCFG_MESS table consists of various fields, each holding specific information or linking keys about Messaging Structure CUCFG data available in SAP. These include TR_STATUS (), BEF_IMG (), TASK (), SENDBITS ().. 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 BAD_CUCFG_MESS 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
TR_STATUS 0
BEF_IMG 0
TASK 0
SENDBITS 0
CLIENTClient MANDTCLNT3Assigned to domainMANDT
CUCFG_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
ORDERADM_I_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
VBELNSales and Distribution Document Number VBELNCHAR10ALPHAVBELNAUN
POSEXItem Number of the Underlying Purchase Order POSEXCHAR6ALPHAPOSEX
CONFIG_IDIdentity code for configuration SMO_CONFIDCHAR8SMO_CONFID
ROOT_IDConfiguration Root ID SMO_ROOTIDCHAR8SMO_CONFID
SCEFlag: SCE SMO_FLGSCECHAR1SMO_TEXT1
CONSISTSCE consistency SMO_CONSISCHAR1SMO_TEXT1
COMPLETEComplete ? SMO_COMPLTCHAR1SMO_LOGICL
SPRASLanguage SMO_LANGUCHAR2SMO_LANGU
PROFNAMSCE: Profile of Knowledge base SMO_PROFNMCHAR30SMO_TXT30
KBBUILDBuild Counter knowledge base SMO_KBUILDCHAR8SMO_CHOI8
KBNAMEName of knowledge base (lang. inedependent) SMO_KBNAMECHAR72SMO_TEXT72
KBVERSKnowledge base version SMO_KBVERSCHAR30SMO_TXT30
SCEVERSSCE version SMO_SPEVERCHAR8SMO_TXT8
CFGINFOCFG Information SMO_CFGINFCHAR250SMO_TXT250
NON_GUIDNot Guided Record SMO_NGUIDDEC1SMO_NGUID
SFAMARASFA Key of Material SMO_SFAMARCHAR32SMO_GUID
MATNRMaterial Number MATNRCHAR18MATN1MATNRMATS_MAT1
SFAVBKASFA key of Activity Master (VBKA) SMO_SFAACTCHAR32SMO_GUID
SFACONDOCUSFA Key of an Activity Documentation SMO_SFACONCHAR32SMO_GUID

Key field Non-key field



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

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

How to access SAP table BAD_CUCFG_MESS

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