/PLMB/LBL_RM_CON SAP (Labeling Connection to RM Calculations -Standard Composition) Table details

Dictionary Type: Table
Description: Labeling Connection to RM Calculations -Standard Composition




ABAP Code to SELECT data from /PLMB/LBL_RM_CON
Related tables to /PLMB/LBL_RM_CON
Access table /PLMB/LBL_RM_CON




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

/PLMB/LBL_RM_CON is a standard SAP Table which is used to store Labeling Connection to RM Calculations -Standard Composition data and is available within R/3 SAP systems depending on the version and release level.

The /PLMB/LBL_RM_CON table consists of various fields, each holding specific information or linking keys about Labeling Connection to RM Calculations -Standard Composition data available in SAP. These include ID (Identifier for Calculation), SAP_OWNED (Namespace of Calculation ID (Standard or Customer-Specific)), ESTCAT_ING (Value Assignment Type for Desc. of Ingredients on Label), ATNAM_ING (Value Assignment Charac. for Descriptions of Ingredients).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /PLMB/LBL_RM_CON 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 MANDTCLNT3/PLMB/RCA_C_PARMANDT
IDIdentifier for Calculation /PLMB/RCA_CPARA_IDCHAR20/PLMB/RCA_CPARA_ID
SAP_OWNEDNamespace of Calculation ID (Standard or Customer-Specific) /PLMB/RCA_CPARA_SAPCHAR1/PLMB/RCP_CPARA_SAP_D
ESTCAT_INGValue Assignment Type for Desc. of Ingredients on Label /PLMB/LBL_ESTCAT_LABELS_INGCHAR30
ATNAM_INGValue Assignment Charac. for Descriptions of Ingredients /PLMB/LBL_ATNAM_INGRCHAR30FEA

Key field Non-key field



How do I retrieve data from SAP table /PLMB/LBL_RM_CON using ABAP code

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

SELECT SINGLE *
FROM /PLMB/LBL_RM_CON
INTO CORRESPONDING FIELDS OF WA_/PLMB/LBL_RM_CON
WHERE...

How to access SAP table /PLMB/LBL_RM_CON

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