RVD_BILL_DISPLAY_HIST SAP (Structure for Display Fields) Structure details

Dictionary Type: Structure
Description: Structure for Display Fields




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




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

RVD_BILL_DISPLAY_HIST 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 "Structure for Display Fields" 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_RVD_BILL_DISPLAY_HIST TYPE RVD_BILL_DISPLAY_HIST.

The RVD_BILL_DISPLAY_HIST table consists of various fields, each holding specific information or linking keys about Structure for Display Fields data available in SAP. These include MANDT (Client), BILL_NUMBER (Bill Number), BUKRS (Company Code), ACCOUNT (Contract 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 RVD_BILL_DISPLAY_HIST 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
MARKSingle-Character Indicator CHAR1CHAR1CHAR1
MANDTClient MANDTCLNT3Assigned to domainMANDT
BILL_NUMBERBill Number TB_BILL_NUMBERCHAR15VDBILL_HISTALPHAT_BILL_NUMBER
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ACCOUNTContract Number RANLCHAR13ALPHARANLRAN
BILL_CATEGORYBilling Category TB_BILL_METHNUMC2TDBILL_CATEGT_BILL_METHODH_VD_BILL_CATEG
REMITTANCE_CODERemittance Code TB_REMIT_CODECHAR4CHAR4
MICR_CODECode for Magnetic Ink Character Recognition (MICR) TB_MICR_CODECHAR128
BILL_DATEBill Creation Date TB_BILL_DATEDATS8DATS
DUE_DATEDue date/calculation date DFAELLIGDATS8DATUM
GRACE_DATELast Day of Grace Period TB_GRACE_DATEDATS8DATS
MATURITY_DATEEnd of Loan Term DENDLFZDATS8DATUM
BILL_FORMATBill Format Key TB_BILL_FORMATNUMC1NUMC01
BEGIN_BALANCERemaining Capital at Start of a Billing Period TB_BEG_BALANCECURR13(2) WERTV7
END_BALANCEClosing Balance for Billing Period TB_END_BALANCECURR13(2) WERTV7
TOTAL_DUETotal Due Amount for Bill TB_BILL_DUECURR13(2) WERTV7
MINIMUM_DUEMinimum Due Amount for a Bill TB_MIN_DUECURR13(2) WERTV7
PRIN_BALANCEOutstanding Net Payoff Amount TB_PRIN_BALANCECURR13(2) WERTV7
ADBAverage Daily Balance TB_ADBCURR13(2) WERTV7
TOTAL_FEESCharges per Billing Period TB_TOTAL_FEESCURR13(2) WERTV7
CURRENCYBill Currency TB_BILL_CURRCUKY5Assigned to domainWAERS
APRAnnual Percentage Rate (APR) TB_APRDEC10(7) DECV3_7
PER_RATEDaily Interest Rate TB_PER_RATEDEC10(7) DECV3_7
NEXT_RATEInterest Rate for Next Period TB_NEXT_PER_RATEDEC10(7) DECV3_7
INT_YTDInterest Paid - Year-to-Date TB_INT_YTDCURR13(2) WERTV7
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
NAME_LASTLast name AD_NAMELASCHAR40TEXT40
NAME_FIRSTFirst name AD_NAMEFIRCHAR40TEXT40
STREETCODEStreet Number for City/Street File AD_STRNUMCHAR12Assigned to domainALPHASTRT_CODE
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUMHouse Number AD_HSNM1CHAR10TEXT10
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
POST_CODE2PO Box Postal Code AD_PSTCD2CHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table RVD_BILL_DISPLAY_HIST

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