MMBSI_CCADDCOLM_STY SAP (additional col for contracts) Structure details

Dictionary Type: Structure
Description: additional col for contracts




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




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

MMBSI_CCADDCOLM_STY 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 "additional col for contracts" 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_MMBSI_CCADDCOLM_STY TYPE MMBSI_CCADDCOLM_STY.

The MMBSI_CCADDCOLM_STY table consists of various fields, each holding specific information or linking keys about additional col for contracts data available in SAP. These include WERKS (Plant), MATNR (Material Number), LIFNR (Vendor Account Number), SRVPOS (Activity 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: Can Be Enhanced (Deep)


SAP MMBSI_CCADDCOLM_STY 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
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
SRVPOSActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
KDATBStart of Validity Period KDATBDATS8DATUM
KDATEEnd of Validity Period KDATEDATS8DATUM
BSARTPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group BKGRPCHAR3Assigned to domainEKGRPEKG
BPRMEOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
PEINHPrice Unit EPEINDEC5DEC5
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
NETPRNet price NETPRCURR11(2) WERTV6
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
LOEKZPurchasing info: General data flagged for deletion ILOEACHAR1XFELD
FRGKERelease Indicator: Purchasing Document FRGKECHAR1Assigned to domainFRGKE
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
KTMNGTarget Quantity KTMNGQUAN13(3) MENGE
KTWRTTarget Value for Header Area per Distribution KTWRTCURR15(2) WERT15
UMREZNumerator for Conversion of Order Unit to Base Unit UMBSZDEC5UMBSZ
UMRENDenominator for Conversion of Order Unit to Base Unit UMBSNDEC5UMBSN
LMEINBase Unit of Measure LAGMEUNIT3Assigned to domainCUNITMEINS
BEDATPurchasing Document Date EBDATDATS8DATUM
TXZ01Short Text TXZ01CHAR40TEXT40
NAME1Name 1 NAME1_GPCHAR35NAME
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
NAME1_WName NAME1CHAR30TEXT30
EKOTXDescription of Purchasing Organization EKOTXCHAR20TEXT20
EKNAMDescription of purchasing group EKNAMCHAR18TEXT18
TEXTLong Text Information MMBSI_TEXTCHAR20CHAR20
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
STATUStatus of Purchasing Document ESTAKCHAR1ESTAK
DESCRIPTIONContract Name CONTRACT_DESCRIPTIONCHAR40TEXT40
HIERARCHY_EXISTSPart of a Contract Hierarchy HIERARCHY_EXISTSCHAR1XFELD
THRESHOLD_EXISTSThreshold Value for Exchange Rates Exists EX_RATE_THRESHOLDCHAR1XFELD
NETWRNet Order Value in PO Currency BWERTCURR13(2) WERT7
SOS_RANKSourcing Ranking MMBSI_SOS_RANKCHAR20CHAR20
SRM_CONTRACT_IDCentral Contract SRM_CONTRACT_IDCHAR10ALPHABBP_BAPI_EBELNMMBSI_MEKK_CC
SRM_CONTRACT_ITMCentral Contract Item Number SRM_CONTRACT_ITEMNUMC10BBP_ITEMNO

Key field Non-key field



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

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

How to access SAP table MMBSI_CCADDCOLM_STY

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