RLREPROC_SEL SAP (Fields for Selection of Reprocessing Records) Structure details

Dictionary Type: Structure
Description: Fields for Selection of Reprocessing Records




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




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

RLREPROC_SEL 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 "Fields for Selection of Reprocessing Records" 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_SEL TYPE RLREPROC_SEL.

The RLREPROC_SEL table consists of various fields, each holding specific information or linking keys about Fields for Selection of Reprocessing Records data available in SAP. These include ENTRDATE_ORIG (First creation date of reprocessing record), POSTDATE (Posting date), MOVDATE (Goods Movement Date for Returnable Packaging Business Trans.), TYPE_NAMING_ID (Partner type of 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)


SAP RLREPROC_SEL 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
USNAME_ORIGFirst entered by RL_USNAME_ORIGCHAR12USR02XUBNAME
ENTRDATE_ORIGFirst creation date of reprocessing record RL_ENTRDATE_ORIGDATS8DATE
POSTDATEPosting date RL_POSTDATEDATS8DATUM
MOVDATEGoods Movement Date for Returnable Packaging Business Trans. RL_MOVDATEDATS8SYDATS
TYPE_NAMING_IDPartner type of informing partner RL_TYPE_NAMING_IDCHAR2TVPANRART
NAMING_IDInforming Partner RL_NAMING_IDCHAR10RL_PARNR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RET_MATNRReturnable packaging RL_RET_MATNRCHAR18Assigned to domainMATN1MATNR
RET_MATNR_EXTReturnable Packaging Number at Partner RL_RET_MATNR_EXTCHAR35RL_PARRET_MATNR
ACMANTYPartner type of returnable packaging location RL_ACMANTYCHAR1RL_PARTNER_TYPERL_ACMANTY
ACMANNumber of returnable packaging location RL_ACMANCHAR10RL_PARTNER_NORL_ACMAN
ACMAN_EXTExternal Description for Location RL_ACMAN_EXTCHAR35RL_EXTERNAL_ID
ACHOLTYPartner type of returnable packaging exchange partner RL_ACHOLTYCHAR1RL_PARTNER_TYPERL_ACHOLTY
ACHOLNumber of returnable packaging exchange partner RL_ACHOLCHAR10RL_PARTNER_NORL_ACHOL
ACHOL_EXTExternal name for exchange partner RL_ACHOL_EXTCHAR35RL_EXTERNAL_ID
EVTYPETransaction Type for Returnable Packaging Account Posting RL_EVTYPECHAR2CRLEVTYRL_EVTYPE
DOCNOReference document for RP account posting RL_PODOCNOCHAR35ALPHARL_DOCNO
REFDOCDATEDate of Reference Document RL_REFDOCDATEDATS8DATUM
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN

Key field Non-key field



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

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

How to access SAP table RLREPROC_SEL

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