RVEDSB_DAT_RPT_HDR SAP (Self-Billing Date Report Header) Structure details

Dictionary Type: Structure
Description: Self-Billing Date Report Header




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




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

RVEDSB_DAT_RPT_HDR 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 "Self-Billing Date Report Header" 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_RVEDSB_DAT_RPT_HDR TYPE RVEDSB_DAT_RPT_HDR.

The RVEDSB_DAT_RPT_HDR table consists of various fields, each holding specific information or linking keys about Self-Billing Date Report Header data available in SAP. These include MATNR (Material Number), MAKTX (Material Description (Short Text)), ITMNUM (IDoc Item Number in the IDoc), PRCTYPI_T (Transferred Posting Key).. 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 RVEDSB_DAT_RPT_HDR 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
ITMNUMIDoc Item Number in the IDoc ITMNUMNUMC6ITMNUM
PRCTYPI_TTransferred Posting Key PRCTYPI_TCHAR3PRCTYPI_T
KDMAT_TTransferred Customer Material Number KDMAT_TCHAR35IDNEX
MATNR_TTransferred SAP Material Number MATNR_TCHAR18Assigned to domainMATN1MATNR
VMEISO_TTransferred ISO Unit of Measure VMEISO_TCHAR3Assigned to domainISOCD_UNIT
VRKME_TTransferred Unit of Measure VRKME_TUNIT3Assigned to domainCUNITMEINS
FKIMG_TTransferred Quantity in Displayed Unit of Measure FKIMG_TQUAN13(3) MENGV13
APSTATIndicates There Were Problems During Processing VEDSB_APSTAT_INDCHAR1APSTAT
ERRCNTNo. of Messages in Verification Step (Header and Item Level) ERRCNTNUMC3ERRCNT
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
FKIMGBU_TTransferred Quantity in Base Unit of Measure FKIMGBU_TQUAN13(3) MENGV13
FKIMGOPStill Expected Quantity FKIMG_OPQUAN13(3) MENG13
QTYSITDifference Qty VEDSB_QTYSITQUAN13(3) MENG13
QTYFLAGQuantity Indicator VEDSB_QTYFLAGCHAR1CHAR1
NEW_OINew Open Item Indicator NEW_OICHAR1CHAR1
NETWR_TTransferred Net Value NETWR_TCURR15(2) WERTV8
NETWRNet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
NETWROPOpen Still Expected Value NERTWR_OPCURR15(2) WERTV8
NET_DIFFNet Value Difference VEDSB_NET_DIFFCURR15(2) WERTV8
MWSBP_TTransferred VAT Amount MWSBP_TCURR13(2) WERTV7
MWSBPTax amount in document currency MWSBPCURR13(2) WERTV7
SKTBT_TTransferred Discount Amount SKTBT_TCURR13(2) WERTV7
SKTBTDiscount amount SKTBTCURR13(2) WERTV7
CURCY_TTransferred Currency Converted CURCY_TCUKY5Assigned to domainWAERS
CURCYRL_TTransferred Currency Converted CURCY_TCUKY5Assigned to domainWAERS
CURCYSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
PEREDError in Verification Step Processed PEREDCHAR1XFELD
MATNR_ALLOCATIONAssignment of Transferred Material to Sales Document Item RVEDSB_MATNR_ALLOCATIONCHAR1RVEDSB_MATNR_ALLOCATION
ORGDATOriginal Data From the Transfer ORGDATACHAR1XFELD
NETWRRL_TTransferred Net Value in Original Currency NETWRRL_TCURR15(2) WERTV8
MWSBPRL_TTransferred Tax in Original Currency MWSBPRL_TCURR13(2) WERTV7
SKTBTRL_TTransferred Discount in Original Currency SKTBTRL_TCURR13(2) WERTV7
CONEXISTRecords Exist for Conditions to Be Transferred CONEXISTCHAR1XFELD
REFEXISTRecords available for transferred reference numbers REFEXISTCHAR1XFELD
DATEXISTTransferred Dates Exist for Records DATEXISTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RVEDSB_DAT_RPT_HDR

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