RRPODEVCOM SAP (Revenue Recognition: Communication Structure for PODEV Event) Structure details

Dictionary Type: Structure
Description: Revenue Recognition: Communication Structure for PODEV Event




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




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

RRPODEVCOM 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 "Revenue Recognition: Communication Structure for PODEV Event" 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_RRPODEVCOM TYPE RRPODEVCOM.

The RRPODEVCOM table consists of various fields, each holding specific information or linking keys about Revenue Recognition: Communication Structure for PODEV Event data available in SAP. These include VBELN (Sales and Distribution Document Number), POSNR (Item number of the SD document), REVEVDAT (Revenue Event Date), REVEVBDJPOPER (Posting year and posting period (YYYYMMM format)).. 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 RRPODEVCOM 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
REVEVTYPRevenue Event Type RR_REVEVTYPCHAR1RR_REVEVTYP
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
REVEVDATRevenue Event Date RR_REVEVDATDATS8DATUM
REVEVBDJPOPERPosting year and posting period (YYYYMMM format) RR_BDJPOPERNUMC7NUM7
REVEVPOPUPOPeriod sub-item RR_POPUPONUMC3NUM3
REVEVPOPUPO_NUM2-Digit Numeric Value NUM2NUMC2NUM2
REVEVDOCNRevenue Event Document Number RR_REVEVDOCNCHAR10ALPHARR_REVEVDOCN
REVEVDOCNIItem Number of Revenue Event RR_REVEVDOCNINUMC6RR_REVEVDOCNI
REVVBTYP_SOURCEDocument category of subsequent document VBTYP_NCHAR1VBTYP
REVEVPODATPosting Date of Revenue Event Document RR_REVEVPODATDATS8DATUM
REVEVRRSTARevenue determination status RR_STATUSCHAR1STATV
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
CANCELIndicates whether canceled CANCELLEDCHAR1XFELD
QUABMQuantity for Revenue Recognition in Base Unit of Measure RR_OUABMFLTP16(16) FLTP
BUOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
QUASUQuantity for Revenue Recognition in Sales Unit RR_QUASUFLTP16(16) FLTP
SLSUNSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
REVPOBLCKRevenue Posting Block RR_REVPOBLCKCHAR1XFELD
EINDTItem Delivery Date EINDTDATS8DATUM
NOACC_CHANGENo Inversion of Accrual Accounts Necessary RR_NOACC_CHANGECHAR1XFELD
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table RRPODEVCOM

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