RLCPGRP SAP (Matching Groups for Returnable Packaging Account Matching) Table details

Dictionary Type: Table
Description: Matching Groups for Returnable Packaging Account Matching




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




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

RLCPGRP is a standard SAP Table which is used to store Matching Groups for Returnable Packaging Account Matching data and is available within R/3 SAP systems depending on the version and release level.

The RLCPGRP table consists of various fields, each holding specific information or linking keys about Matching Groups for Returnable Packaging Account Matching data available in SAP. These include CPGRPNO (Matching group), CPDIFF (Quantity difference of matching group), CPSTATEIT (Matching status for posting record or statement transaction), USECNT (Number of Times a Matching Group is Used (DB + Archive)).. 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 RLCPGRP 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
CPGRPNOMatching group RL_CPGRPNONUMC12RL_CPGRPNO
CPDIFFQuantity difference of matching group RL_CPDIFFQUAN13(3) RL_BALANCE
CPSTATEITMatching status for posting record or statement transaction RL_CPSTATEITCHAR1RL_CPSTATEIT
USECNTNumber of Times a Matching Group is Used (DB + Archive) RL_CPGRP_USECNTINT410RL_CPGRP_USECNT
USECNT_DBNumber of Times a Comparison Group is Used (Without Archive) RL_CPGRP_USECNT_DBINT410RL_CPGRP_USECNT
USNAMUser that executed matching RL_CPUSNAMCHAR12Assigned to domainXUBNAME
ENTRTSTPTime created (timestamp) for matching group RL_CPENTRTSTPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM RLCPGRP
INTO CORRESPONDING FIELDS OF WA_RLCPGRP
WHERE...

How to access SAP table RLCPGRP

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