COBRB4 SAP (Distribution Rules Settlement Rule Order Settlement) Structure details

Dictionary Type: Structure
Description: Distribution Rules Settlement Rule Order Settlement




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




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

COBRB4 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 "Distribution Rules Settlement Rule Order Settlement" 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_COBRB4 TYPE COBRB4.

The COBRB4 table consists of various fields, each holding specific information or linking keys about Distribution Rules Settlement Rule Order Settlement data available in SAP. These include MANDT (Client), OBJNR (Object number), BUREG (Distribution rule group), LFDNR (Sequence number of distribution rule).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP COBRB4 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
MANDTClient MANDTCLNT3T000MANDT
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
BUREGDistribution rule group BRSGRNUMC3NUMC3
LFDNRSequence number of distribution rule BR_LFDNRNUMC3NUMC3
PERBZSettlement type PERBZ_LDCHAR3PERBZPERBZ_LD
URZUOSource Assignment URZUOCHAR3TKB4CALPHACO_SCZUO
GABJAValid-from year GABJANUMC4GJAHRGJAHR
GABPEValid-from period GABPENUMC3POPER
GBISJValid-to year GBISJNUMC4GJAHRGJAHR
GBISPValid to GBISPNUMC3POPER
PROZSSettlement percentage rate BRGPROZSDEC5(2) PROZS
AQZIFEquivalence number for order settlement AQZIFDEC10AQZIF
BMENGQuantity for settlement BRGMENGEQUAN15(3) MENGV8
BEINHUnit of measure BRGMEINHUNIT3T006CUNITMEINS
BETRRAmount for amount rule BETRRCURR15(2) WERTV8
BWAERCurrency for the amount in the amount rule BRGBWAERCUKY5TCURCWAERS
BRTYPAmount rule type BRTYPCHAR2ALPHABRTYP
BRESTRemaining Amount for Amount Settlement w. Amount Rule Cat. AMOUNTRESTCURR15(2) WERTV8
ERSJAYear first used ERSJANUMC4GJAHRGJAHR
ERSPEPeriod of first use ERSPENUMC3POPER
LETJAYear last used LETJANUMC4GJAHRGJAHR
LETPEPeriod of last use LETPENUMC3POPER
ZINCL'Including overheads' - indicator DZINCLCHAR1XFELD
DFREGDefault Rule DFREGCHAR3TKB2AALPHADFREG
AVORGSettlement transaction AVORGCHAR4TJ01J_VORGANG
VERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
KONTYAccount assignment category KONTYCHAR2OBARTJ_OBART_LD
KOKRSControlling area of receiver BRGKOKRSCHAR4TKA01CACCDCAC
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
HKONTG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
KOSTLReceiver cost center BRGKOSTLCHAR10Assigned to domainALPHAKOSTLKOS
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
NPLNRNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PASUBNRProfitability segment changes (CO-PA) RKESUBNRNUMC4RKESUBNR
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
RECIDRecovery Indicator JV_RECINDCHAR2T8JJALPHAJV_RECIND
RIFINDDerivation Rule for Recovery Indicator in Settlement (JV) JV_RIFINDCHAR1JV_RIFIND
POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
REC_OBJNR1Object number for settlement receiver SREC_OBJNRCHAR22ONR00J_OBJNR
REC_OBJNR2Object number for settlement receiver SREC_OBJNRCHAR22ONR00J_OBJNR
MRULEManipulation Rule MANIPRULECHAR4T8JL1MANIPRULEMRULE_EMPTY
EXTNRDistribution Rule Number COBR_EXTNRNUMC3NUMC3
STRATMethod for Determining the Tracing Factor for Settlement CO_STRATNUMC3CO_STRAT
ANBWAAsset Transaction Type ANBWACHAR3TABWBWASL
SRSTRATStrategy for automatic generation of settlement rules SR_STRATCHAR3TKB10SASR_STRAT

Key field Non-key field



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

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

How to access SAP table COBRB4

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