/PLMB/LBL_RM_QNT SAP (Labeling Connection to RM Calculations - Quantitative Calc.) Table details

Dictionary Type: Table
Description: Labeling Connection to RM Calculations - Quantitative Calc.




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




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

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

The /PLMB/LBL_RM_QNT table consists of various fields, each holding specific information or linking keys about Labeling Connection to RM Calculations - Quantitative Calc. data available in SAP. These include ID (Identifier for Calculation), SAP_OWNED (Namespace of Calculation ID (Standard or Customer-Specific)), ESTCAT_RD_NA (Val.Assgnmt Type f. Rounding Rules f.Quantities), ATNAM_RD_NA_INF (Value Assignment Char. for Interval for Rounding Rules (Qty)).. 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_QNT 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_RD_NAVal.Assgnmt Type f. Rounding Rules f.Quantities /PLMB/LBL_ESTCAT_RND_NACHAR30
ATNAM_RD_NA_INFValue Assignment Char. for Interval for Rounding Rules (Qty) /PLMB/LBL_ATNAM_RND_NA_INFRCHAR30
ATNAM_RD_NA_RTNValue Assignment Charac.for 'Round to the Nearest'(Quantity) /PLMB/LBL_ATNAM_RND_NA_RTNCHAR30
ATNAM_RD_NA_STMVal.AssgmtCharac.for Decl.Value Stmt for Rounding Rules(Qty) /PLMB/LBL_ATNAM_RND_NA_STMTCHAR30
ATNAM_RD_NA_VALVal.Assgmt Charac.for Declared Value f. Rounding Rules (Qty) /PLMB/LBL_ATNAM_RND_NA_VALCHAR30
ATNAM_RD_NA_HIDCharacteristic for 'Do Not Display' in Rounding Rules(Qty) /PLMB/LBL_ATNAM_RND_NA_HIDECHAR30
ESTCAT_RD_RDAVal.Assgnmt Type f. Rounding Rules for RDA /PLMB/LBL_ESTCAT_RND_RDACHAR30
ATNAM_RD_RDA_INFValue Assignment Charac.for Interval f. Rounding Rules (RDA) /PLMB/LBL_ATNAM_RND_RDA_INFRCHAR30
ATNAM_RD_RDA_RTNValue Assignment Charac.for 'Round to the Nearest'(RDA) /PLMB/LBL_ATNAM_RND_RDA_RTNCHAR30
ATNAM_RD_RDA_STMVal.AssgmtCharac.for Decl.Value Stmt for Rounding Rules(RDA) /PLMB/LBL_ATNAM_RND_RDA_STMTCHAR30
ATNAM_RD_RDA_VALVal.Assgmt Charac.for Declared Value f. Rounding Rules (RDA) /PLMB/LBL_ATNAM_RND_RDA_VALCHAR30

Key field Non-key field



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

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

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

How to access SAP table /PLMB/LBL_RM_QNT

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