RLACCT SAP (Returnable packaging account) Table details

Dictionary Type: Table
Description: Returnable packaging account




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




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

RLACCT is a standard SAP Table which is used to store Returnable packaging account data and is available within R/3 SAP systems depending on the version and release level.

The RLACCT table consists of various fields, each holding specific information or linking keys about Returnable packaging account 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: 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 RLACCT 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
ACCTNOReturnable packaging account RL_ACCTNOCHAR12ALPHARL_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

Key field Non-key field



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

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

SELECT SINGLE *
FROM RLACCT
INTO CORRESPONDING FIELDS OF WA_RLACCT
WHERE...

How to access SAP table RLACCT

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