RVHURL003AH SAP (Report (ALV) Account Postings per RP Account (Header)) Structure details

Dictionary Type: Structure
Description: Report (ALV) Account Postings per RP Account (Header)




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




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

RVHURL003AH 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 "Report (ALV) Account Postings per RP Account (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_RVHURL003AH TYPE RVHURL003AH.

The RVHURL003AH table consists of various fields, each holding specific information or linking keys about Report (ALV) Account Postings per RP Account (Header) data available in SAP. These include ACCTNO (Returnable packaging account), RET_MATNR (Returnable packaging), BUKRS (Company Code), PRPSHPA (Assignment ID of Main Partner Relationship).. 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 RVHURL003AH 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 MANDTCLNT3Assigned to domainMANDT
ACCTNOReturnable packaging account RL_ACCTNOCHAR12Assigned to domainALPHARL_ACCTNORL_ACCTNORLACCT01
RET_MATNRReturnable packaging RL_RET_MATNRCHAR18MARAMATN1MATNR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PRPSHPAAssignment ID of Main Partner Relationship RL_PRPSHPANUMC12RLPSHPARL_PSHPASS
PP_VALFROMValid from date RL_VALFROMDATS8DATUM
PP_VALTOValid-to date RL_VALTODATS8DATUM
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
ACCTMEAccount Unit of Measure RL_ACCTMEUNIT3T006CUNITMEINS
ROLEACMRole of location in account statement RL_ROLEACMCHAR1RL_ROLEACM
ACCTBALCurrent Account Balance in Base Unit of Measure RL_ACCTBALQUAN13(3) RL_BALANCE
SEQNOPosting sequence number of returnable packaging account RL_SEQNOINT410RL_SEQNO
OTYPEObject type RL_OTYPECHAR2Assigned to domainOTYPEPOT
OBJIDProcessor ID in organizational management RL_ACTORIDCHAR12HROBJID_12
ACCTSTATEReturnable Packaging Account Status RL_ACCTSTATECHAR1RL_ACCTSTATE
VKORGSales organization RL_VKORGCHAR4TVKOVKORG
VTWEGDistribution channel RL_VTWEGCHAR2TVTWVTWEG
NRARTType of partner number RL_NRARTCHAR2TVPANRARTRL_NRART
PARNROutput Partner RL_PARNRCHAR10RL_PARNRRL_PARNR
ACST_CTRLStatement control for returnable packaging account RL_ACST_CTRLCHAR1RL_ACST_CTRL
CPCTRLProcedure for returnable packaging account matching RL_CPCTRLCHAR1RL_CPCTRL
ACST_CREATE_CTRLControl for Creation and Sending of RP Account Statements RL_ACST_CREATE_CTRLCHAR1RL_ACST_CREATE_CTRL
KONNRNumber of Outline Agreement RL_KONNRCHAR10EKKOALPHAEBELN
KTPNRItem Number of Outline Agreement RL_KTPNRNUMC5EKPOEBELP
PLANINGIndicator Quantity Below Reorder Point Quantity RL_PLANINGCHAR1XFELD
PLANING_CTRLPlanning Type for Returnable Packaging Account RL_PLANING_CTRLCHAR1RL_PLANING_CTRL
REORDBALReorder Point Quantity in Base Unit of Quantity RL_REORDBALQUAN13(3) RL_BALANCE
ORDQUANPurchase Order Quantity in Base Unit of Quantity RL_ORDQUANQUAN13(3) RL_BALANCE_ABS
REF_PURCH_DOCReference Document for Purchasing Document RL_REFPURCH_DOCCHAR10Assigned to domainALPHAEBELN
ACCTBAL_ACCTMECurrent Account Balance in Account Unit of Measure (AUM) RL_ACCTBAL_ACCTMEQUAN13(3) RL_BALANCE
ACCTBAL_BPOSTBalance before posting according to physical order of entry RL_BALBPOSTQUAN13(3) RL_BALANCE
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
ICON_ACCTSTATEContainer Field for Icons: RP Account Status RL_ICON_ACCTSTATECHAR40RL_ICON_ACCTSTATE
STEXTProcessor RL_STEXTCHAR40TEXT40
ROLEACM_TEXTRole of location in account statement: description RL_ROLEACM_TEXTCHAR60AS4TEXT
ACMANNumber of returnable packaging location RL_ACMANCHAR10RL_PARTNER_NORL_ACMAN
ACMANTYPartner type of returnable packaging location RL_ACMANTYCHAR1RL_PARTNER_TYPERL_ACMANTY
ACHOLNumber of returnable packaging exchange partner RL_ACHOLCHAR10RL_PARTNER_NORL_ACHOL
ACHOLTYPartner type of returnable packaging exchange partner RL_ACHOLTYCHAR1RL_PARTNER_TYPERL_ACHOLTY
ACMAN_NAME1Name 1 of location of returnable packaging RL_ACMAN_NAME1CHAR40TEXT40
ACMAN_ORT01Place name of returnable packaging location RL_ACMAN_ORT01CHAR40TEXT40
ACHOL_NAME1Name 1 of returnable packaging exchange partner RL_ACHOL_NAME1CHAR40TEXT40
ACHOL_ORT01Location of returnable packaging exchange partner RL_ACHOL_ORT01CHAR40TEXT40
RET_MATNR_ACMANReturnable packaging number at location RL_RET_MATNR_ACMANCHAR35RL_PARRET_MATNR
RET_MATNR_ACHOLReturnable packaging number at exchange partner RL_RET_MATNR_ACHOLCHAR35RL_PARRET_MATNR
ALV_SPACE01Placeholder (ALV Layout) RL_COLUMN_SPACECHAR132CHAR132

Key field Non-key field



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

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

How to access SAP table RVHURL003AH

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