PLAB SAP (Relationships) Table details

Dictionary Type: Table
Description: Relationships




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




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

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

The PLAB table consists of various fields, each holding specific information or linking keys about Relationships data available in SAP. These include PLNTY (Task List Type), PLNNR (Number of the Standard Network), PLNAL (Group Counter), PLNKN (Number of the task list node).. 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 PLAB 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 MANDTCLNT3T000MANDT
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRNumber of the Standard Network AOB_PLNNRCHAR8ALPHAPLNNRPLNSTDN
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
PLNKNNumber of the task list node PLNKNNUMC8KNTNR
PLNRNNumber of the Standard Network AOB_PLNNRCHAR8ALPHAPLNNRPLNSTDN
ALNRNGroup Counter PLNALCHAR2ALPHAALTNRPAL
KNNRNNumber of the task list node PLNKNNUMC8KNTNR
AOBARType of relationship AOBARCHAR2AOBARAOBAR
MIMAXIndicates whether maximum time interval will be considered DAUMIMAXCHAR1XFELD
ZAEHLInternal counter CIM_COUNTNUMC8CIM_COUNT
DATUVValid-from date CIM_DATEDATS8DATUM
TECHVTechnical status from TECHVCHAR12TECHS
AENNRChange Number AENNRCHAR12AENRAENNRAENNRAEN
ZEINHUnit for the time interval between relationships AOBDAUEHUNIT3T006CUNITMEINS
DAUERTime interval between relationships AOBDAUERQUAN5(1) AOBDAUER
DAUKZIndicator for the duration of the relationship AOBDAUKZCHAR1AOBDAUKZ
VORNCIndicator: maintained after successor VORG_NACHCHAR1XFELD
NCVORIndicates whether data after predecessor is maintained NACH_VORGCHAR1XFELD
LOEKZAsset class marked for deletion LOEKZCHAR1XFELD
KALIDFactory Calendar WFCIDCHAR2TFACDWFCIDFCI
PRZNT% used to calc. time interval between predecessor/successor AOB_PRZNTNUMC3AOB_PRZNT
PROVGKey for defining time intervals in a relationship AOB_PROVGCHAR1AOB_PROVG
ARBIDObject ID OBJEKTIDNUMC8NUM08PON
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
ANDATDate record created on ANDATDATS8DATUM
ANNAMUser who created record ANNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
DAUERMAXMaximum time interval for relationship AOBDAUERMQUAN5(1) AOBDAUER

Key field Non-key field



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

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

SELECT SINGLE *
FROM PLAB
INTO CORRESPONDING FIELDS OF WA_PLAB
WHERE...

How to access SAP table PLAB

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