/PLMI/RDLN_DATA SAP (Master Data for Redlining) Table details

Dictionary Type: Table
Description: Master Data for Redlining




ABAP Code to SELECT data from /PLMI/RDLN_DATA
Related tables to /PLMI/RDLN_DATA
Access table /PLMI/RDLN_DATA




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

/PLMI/RDLN_DATA is a standard SAP Table which is used to store Master Data for Redlining data and is available within R/3 SAP systems depending on the version and release level.

The /PLMI/RDLN_DATA table consists of various fields, each holding specific information or linking keys about Master Data for Redlining data available in SAP. These include GOS_OBJECT_TYPE (Object Type), REDLINE_OBJ_KEY (Redlining Object Key), REDLINE_NAME (Redlining Name), REDLINE_DATA (Redlining Data).. 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 (Deep)

Text table = /PLMI/RDLN_TXT


SAP /PLMI/RDLN_DATA 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
GOS_OBJECT_TYPEObject Type /PLMB/GOS_OBJECT_TYPECHAR10Assigned to domain/PLMB/GOS_OBJECT_TYPE
REDLINE_OBJ_KEYRedlining Object Key /PLMB/REDLINE_OBJECT_KEYCHAR90CHAR90
REDLINE_NAMERedlining Name /PLMB/REDLINE_NAMECHAR18CHAR18
REDLINE_DATARedlining Data /PLMB/REDLINE_DATARSTR0/PLMB/REDLINE_DATA
RESP_PERSONResponsible Person /PLMB/RES_PERSONCHAR12Assigned to domainXUBNAME
VALID_DATEValid-From Date /PLMB/CC_DATUVDATS8DATUM
CHANGE_NOChange Number /PLMB/AENNRCHAR12Assigned to domainAENNRAENNRAEN/PLMB/ECN_CMP_CHANGE_NO
CHANGE_RECORDEngineering Record /PLMB/ECRIDCHAR12ALPHA/PLMB/ECRID/PLMB/ECR_CMP_ECRID
STATUSRedlining Status /PLMB/REDLINE_STATUSCHAR4/PLMB/REDLINE_STATUS
CREATED_BYCreated By User Name /PLMB/GOSX_CREATED_BYCHAR12Assigned to domainXUBNAME
CREATED_ONCreated on Date /PLMB/GOSX_CREATED_ONDATS8DATS
CHANGED_BYChanged By User Name /PLMB/GOSX_CHANGED_BYCHAR12Assigned to domainXUBNAME
CHANGED_ONChanged On Date /PLMB/GOSX_CHANGED_ONDATS8DATS

Key field Non-key field



How do I retrieve data from SAP table /PLMI/RDLN_DATA using ABAP code

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

SELECT SINGLE *
FROM /PLMI/RDLN_DATA
INTO CORRESPONDING FIELDS OF WA_/PLMI/RDLN_DATA
WHERE...

How to access SAP table /PLMI/RDLN_DATA

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