/CBAD/BW_COND_UPD_STRUCT SAP (Structure for BW Info) Structure details

Dictionary Type: Structure
Description: Structure for BW Info




ABAP Code to SELECT data from /CBAD/BW_COND_UPD_STRUCT
Related tables to /CBAD/BW_COND_UPD_STRUCT
Access table /CBAD/BW_COND_UPD_STRUCT




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

/CBAD/BW_COND_UPD_STRUCT 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 "Structure for BW Info" 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_/CBAD/BW_COND_UPD_STRUCT TYPE /CBAD/BW_COND_UPD_STRUCT.

The /CBAD/BW_COND_UPD_STRUCT table consists of various fields, each holding specific information or linking keys about Structure for BW Info data available in SAP. These include POSNR (Item number of the SD document), ACRN_ID (Funding ID), MATNR (Material Number), VER_NUM (Version Number).. 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 /CBAD/BW_COND_UPD_STRUCT 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
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
ACRN_IDFunding ID /CBAD/ACRN_IDCHAR2CHAR2
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VER_NUMVersion Number /CBAD/VER_NUMNUMC6NUMC6
DATBIValidity end date of the condition record KODATBIDATS8DATUM
DATABValidity start date of the condition record KODATABDATS8DATUM
KNUMHCondition record number KNUMHCHAR10KNUMB
KBETRRate (condition amount or percentage) where no scale exists KBETR_KONDCURR11(2) WERTV6
KONWARate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
KOMXWRTMaximum condition value KOMXWRTCURR13(2) WERTV7
KWAEHCondition currency (for cumulation fields) KWAEHCUKY5Assigned to domainWAERSFWS
ERDATDate on Which Record Was Created ERDATDATS8DATUM
KUNNRSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPART_HDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
SPART_IDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ROCANCELIndicator: Cancel Data Record ROCANCELCHAR1BOOLE
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ

Key field Non-key field



How do I retrieve data from SAP structure /CBAD/BW_COND_UPD_STRUCT using ABAP code?

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

How to access SAP table /CBAD/BW_COND_UPD_STRUCT

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