/BEV1/RBREPORT SAP (Document Structure for IS Beverage Rebate Settlement) Structure details

Dictionary Type: Structure
Description: Document Structure for IS Beverage Rebate Settlement




ABAP Code to SELECT data from /BEV1/RBREPORT
Related tables to /BEV1/RBREPORT
Access table /BEV1/RBREPORT




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

/BEV1/RBREPORT 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 "Document Structure for IS Beverage Rebate 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_/BEV1/RBREPORT TYPE /BEV1/RBREPORT.

The /BEV1/RBREPORT table consists of various fields, each holding specific information or linking keys about Document Structure for IS Beverage Rebate Settlement data available in SAP. These include KSCHL (Condition Type), KOTABNR (Condition table), VAKEY (Variable key 100 bytes), DATAB (Valid-From Date).. 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 (character-type or numeric)


SAP /BEV1/RBREPORT 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
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
KOTABNRCondition table KOTABNRNUMC3Assigned to domainKOTABNRKON
VAKEYVariable key 100 bytes VAKEYCHAR100VAKEY
DATABValid-From Date DATABDATS8DATUM
DATBIValid To Date DATBIDATS8DATUM
KUNXXSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SPMON_IPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
KAWRT_ACondition base value KAWRTCURR15(2) WERTV8
KSTBS_AScale base value of the condition KSTBSCURR15(2) WERTV8
RUWRT_ARebate: Accrued value in local currency MC_RUWRTCURR19(2) WERTV10
MANDTClient MANDTCLNT3T000MANDT
SSOURStatistic(s) origin SSOURCHAR4SSOUR
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
KNUMHCondition record number KNUMHCHAR10KNUMB
KOPOSSequential number of the condition KOPOSNUMC2NUM02
SPMONPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
SPTAGPeriod to analyze - current date SPTAGDATS8DATUM
SPWOCPeriod to analyze - week SPWOCNUMC6PERIMCPERIOD
SPBUPPeriod to analyze - posting period SPBUPNUMC6PERIMCPERIOD
PERIVFiscal Year Variant PERIVCHAR2T009PERIV
VWDATPointer to administrative data VWDATNUMC10VWDAT
STWAELocal Currency HWAERCUKY5Assigned to domainWAERS
KMEINCondition unit in the document KVMEIUNIT3T006CUNITMEINS
AUWRTRebate: Rebate payments in local currency MC_AUWRTCURR19(2) WERTV10
RUWRTRebate: Accrued value in local currency MC_RUWRTCURR19(2) WERTV10
RRWRTRebate: Accruals reversed on the basis of local currency MC_RRWRTCURR19(2) WERTV10
KWERT_KCumulative condition value (Cond.curr.) MC_KWERT_KCURR19(2) WERTV10
KAWRT_KCumulative condition base value (cond.curr.) MC_KAWRT_KCURR19(2) WERTV10
KSTBSCumulative scale base value MC_KSTBSCURR19(2) WERTV10
KWAEHCondition currency (for cumulation fields) KWAEHCUKY5Assigned to domainWAERSFWS
KZBZGScale basis indicator KZBZGCHAR1KZBZG
KONMSCondition scale unit of measure KONMSUNIT3T006CUNITMEINS
KONWSScale currency KONWSCUKY5TCURCWAERSFWS
KRECHCalculation type for condition KRECHCHAR1KRECH
AUWRT_KRebate: Value of payments in condition currency MC_AUWRT_KCURR19(2) WERTV10
RUWRT_KRebate: Accruals value in condition currency MC_RUWRT_KCURR19(2) WERTV10
RRWRT_KRebate: Accruals reversed in condition currency MC_RRWRT_KCURR19(2) WERTV10

Key field Non-key field



How do I retrieve data from SAP structure /BEV1/RBREPORT using ABAP code?

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

How to access SAP table /BEV1/RBREPORT

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