RLREPROC_ROLE SAP (Role-Partner Assignment for Reprocessing Record) Table details

Dictionary Type: Table
Description: Role-Partner Assignment for Reprocessing Record




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




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

RLREPROC_ROLE is a standard SAP Table which is used to store Role-Partner Assignment for Reprocessing Record data and is available within R/3 SAP systems depending on the version and release level.

The RLREPROC_ROLE table consists of various fields, each holding specific information or linking keys about Role-Partner Assignment for Reprocessing Record data available in SAP. These include REPROCNO (Number of reprocessing record), COUNTER (Natural Number), PARTNER_ROLE (Partner role in RP account posting transaction), PARTNER_TYPE (Partner type within returnable packaging relationships).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RLREPROC_ROLE table 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
REPROCNONumber of reprocessing record RL_REPROCNOCHAR12RLREPROCALPHARL_REPROCNO
COUNTERNatural Number INT4INT410INT4
PARTNER_ROLEPartner role in RP account posting transaction RL_PARTNER_ROLECHAR2Assigned to domainRL_PARTNER_ROLE
PARTNER_TYPEPartner type within returnable packaging relationships RL_PARTNER_TYPECHAR1RL_PARTNER_TYPE
PARTNER_NONumber for a Returnable Packaging Business Partner RL_PARTNER_NOCHAR10RL_PARTNER_NO
PARTNER_NO_EXTExternal Description for Returnable Packaging Business Part. RL_PARTNER_NO_EXTCHAR35RL_EXTERNAL_ID

Key field Non-key field



How do I retrieve data from SAP table RLREPROC_ROLE using ABAP code

The following ABAP code Example will allow you to do a basic selection on RLREPROC_ROLE to SELECT all data from the table
DATA: WA_RLREPROC_ROLE TYPE RLREPROC_ROLE.

SELECT SINGLE *
FROM RLREPROC_ROLE
INTO CORRESPONDING FIELDS OF WA_RLREPROC_ROLE
WHERE...

How to access SAP table RLREPROC_ROLE

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