PLPB SAP (Long-term planning: Independent requirements versions) Table details

Dictionary Type: Table
Description: Long-term planning: Independent requirements versions




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




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

PLPB is a standard SAP Table which is used to store Long-term planning: Independent requirements versions data and is available within R/3 SAP systems depending on the version and release level.

The PLPB table consists of various fields, each holding specific information or linking keys about Long-term planning: Independent requirements versions data available in SAP. These include PLSCN (Planning Scenario of Long-Term Planning), VERSB (Version number for independent requirements), VERSS (Long-term planning: ind.reqmts versions to be replaced), VDAT1 (Long-term plng: start of validity period of ind.req.version).. 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)


SAP PLPB 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
PLSCNPlanning Scenario of Long-Term Planning PLSCNNUMC3PLSCPLSCNPLS
VERSBVersion number for independent requirements VERSBCHAR2T459VVERSBVES
VERSSLong-term planning: ind.reqmts versions to be replaced VERSSCHAR2T459VVERSB
VDAT1Long-term plng: start of validity period of ind.req.version VDAT1DATS8DATUM
VDAT2Long-term plng: end of validity period of ind.reqs version VDAT2DATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM PLPB
INTO CORRESPONDING FIELDS OF WA_PLPB
WHERE...

How to access SAP table PLPB

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