RLREPROC_DB_VAL SAP (Application Data in cl_reproc_db_rl) Structure details

Dictionary Type: Structure
Description: Application Data in cl_reproc_db_rl




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




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

RLREPROC_DB_VAL 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 "Application Data in cl_reproc_db_rl" 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_RLREPROC_DB_VAL TYPE RLREPROC_DB_VAL.

The RLREPROC_DB_VAL table consists of various fields, each holding specific information or linking keys about Application Data in cl_reproc_db_rl data available in SAP. These include MANDT (Client), REPROCNO (Number of reprocessing record), TYPE_NAMING_ID (Partner type of informing partner), NAMING_ID (Informing Partner).. 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 RLREPROC_DB_VAL 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
S 0
MANDTClient MANDTCLNT3MANDT
REPROCNONumber of reprocessing record RL_REPROCNOCHAR12ALPHARL_REPROCNO
TYPE_NAMING_IDPartner type of informing partner RL_TYPE_NAMING_IDCHAR2NRART
NAMING_IDInforming Partner RL_NAMING_IDCHAR10RL_PARNR
POSTNOReturnable packaging account posting number RL_POSTNOCHAR12ALPHARL_POSTNO
BJAHRPosting year RL_POSTYEARNUMC4GJAHRGJAHR
ENTRTSTPTime of creation (timestamp) of RP account posting RL_ENTRTSTPDEC15TZNTSTMPS
USNAMEUser Name SYUNAMECHAR12SYCHAR12
POSTDATEPosting date RL_POSTDATEDATS8DATUM
EVTYPETransaction Type for Returnable Packaging Account Posting RL_EVTYPECHAR2RL_EVTYPE
RET_MATNRReturnable packaging RL_RET_MATNRCHAR18MATN1MATNR
RET_MATNR_EXTReturnable Packaging Number at Partner RL_RET_MATNR_EXTCHAR35RL_PARRET_MATNR
VKORGSales Organization VKORGCHAR4VKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2VTWEGVTWC_VTWEG
POQUAN_ABS_ENTRYPosting Quantity (Amount) in Unit of Entry RL_POSTQUAN_ABS_ENTRYQUAN13(3) RL_BALANCE_ABS
ENTRY_UOMUnit of entry for returnable packaging account postings RL_ENTRY_UOMUNIT3CUNITMEINS
POSTQUAN_ABSPosting quantity in base unit of measure RL_POSTQUAN_ABSQUAN13(3) RL_BALANCE_ABS
BASE_UOMBase Unit of Measure MEINSUNIT3CUNITMEINS
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
MBLITItem in Material Document MBLPONUMC4MBLPOPOS
REFPOSTNOReference Posting Number for Reversal RL_REFPOSTNOCHAR12ALPHARL_POSTNO
REFPOSTYEARPosting Year of Reference Posting RL_REFPOSTYEARNUMC4GJAHRGJAHR
REFGRP_POSTITReference to item group of original posting RL_REFGRP_POSTITNUMC4RL_POSTIT
REFLFSNRNumber of external delivery note RL_LFSNRCHAR16ALPHARL_LFSNR
REFLFSPOSItem Number of the External Delivery Note RL_POSNRNUMC6RL_POSNR
REFLFSNR_INumber of the Internal Delivery Note RL_VBELNCHAR10ALPHAVBELN
REFLFSPOS_IItem number of the SD document POSNRNUMC6POSNR
REFFRBNRNumber of Bill of Lading RL_FRBNRCHAR16ALPHARL_FRBNR
REFDOCNOReference document for RP account posting RL_PODOCNOCHAR35ALPHARL_DOCNO
REFDOCDATEDate of Reference Document RL_REFDOCDATEDATS8DATUM
BWARTMovement Type (Inventory Management) BWARTCHAR3BWARTBWA
LSMNGQuantity in Unit of Measure from Delivery Note LSMNGQUAN13(3) MENG13
LSMEHUnit of Measure From Delivery Note LSMEHUNIT3CUNITMEINS
ENTRTSTP_ORIGTime first entered (timestamp) RL_ENTRTSTP_ORIGDEC15TZNTSTMPS
USNAME_ORIGFirst entered by RL_USNAME_ORIGCHAR12XUBNAME

Key field Non-key field



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

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

How to access SAP table RLREPROC_DB_VAL

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