S2L_PLNG_ITEM_DETAILS SAP (Details for Planning Item) Structure details

Dictionary Type: Structure
Description: Details for Planning Item




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




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

S2L_PLNG_ITEM_DETAILS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Details for Planning Item" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_S2L_PLNG_ITEM_DETAILS TYPE S2L_PLNG_ITEM_DETAILS.

The S2L_PLNG_ITEM_DETAILS table consists of various fields, each holding specific information or linking keys about Details for Planning Item data available in SAP. These include MATNR (Material Number), WERKS (Plant), LGORT (Storage Location), PRVBE (Production Supply Area).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP S2L_PLNG_ITEM_DETAILS structure 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
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4MARCWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4MARDLGORTLAG
PRVBEProduction Supply Area PRVBECHAR10PVBEPRVBEPVB
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
LGTYPStorage Type LGTYPCHAR3Assigned to domainLGTYPLGTH_T301
LGPLAStorage Bin LGPLACHAR10Assigned to domainLGPLALGPLAG1
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
CHARGBatch Number CHARG_DCHAR10MCH1CHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
KDAUFSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
PSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
RECORD_TYPEType of Planning Object S2L_PLNG_RECORD_TYPECHAR2S2L_PLNG_RECORD_TYPE
EXTERNAL_IDNumber of Planning Element S2L_PREC_EXTIDCHAR20S2L_PREC_EXTID
FIRMING_INDFirming Indicator for Replenishment Proposals S2L_FIRMING_INDCHAR1S2L_FIRMING_IND
SEQNONumber of Takts until Assembly of Components S2L_SEQNOINT410INT4
SERIALIZEDRequirement is Serialized S2L_SERIALIZEDCHAR1XFELD
ELEMENT_TYPEType of Planning Element S2L_PLNG_ELEMENT_TYPECHAR2S2L_PLNG_ELEMENT_TYPE
ELEMENT_TYPE_ABBRVShort Name of Planning Element S2L_PELM_TYPE_ABBRVCHAR6S2L_PELM_TYPE_ABBRV
ELEMENT_TYPE_TXTName for Planning Element S2L_PELM_TYPE_TXTCHAR40S2L_PELM_TYPE_TXT
PLN_TOTALTotal Requirements/Receipt Quantity of a Planning Element S2L_PELM_PLN_TOTALQUAN15(3) S2L_QUANTITY
EFF_TOTALProportion of Requirement/Received Qty Relevant for Planning S2L_PELM_EFF_TOTALQUAN15(3) S2L_QUANTITY
UNITUnit of Measure S2L_UNITUNIT3Assigned to domainCUNITMEINS
PLN_BEGIN_DATERequirements/Receipt Date of Planning Element S2L_PELM_PLN_BEGIN_DATEDATS8DATE
PLN_BEGIN_TIMERequirement/Receipt Time of Planning Element S2L_PELM_PLN_BEGIN_TIMETIMS6TIME
PLN_END_DATERequirement/Receipt Finish Date of Planning Element S2L_PELM_PLN_END_DATEDATS8DATE
PLN_END_TIMERequirement/Receipt Finish Time of Planning Element S2L_PELM_PLN_END_TIMETIMS6TIME
TZONETime Zone TIMEZONECHAR6Assigned to domainTZNZONE
QUANTITYRequirment/Receipt Quantity of Planning Item S2L_PITEM_QUANTITYQUAN15(3) S2L_QUANTITY
PLN_DATERequirement/Receipt Date of Planning Item S2L_PITEM_PLN_DATEDATS8DATE
PLN_TIMERequirement/Receipt Time of Planning Item S2L_PITEM_PLN_TIMETIMS6TIME
EFF_DATEEffective Requirement/Receipt Date of Planning Item S2L_PITEM_EFF_DATEDATS8DATE
EFF_TIMEEffective Requirement/Receipt Time of Planning Item S2L_PITEM_EFF_TIMETIMS6TIME

Key field Non-key field



How do I retrieve data from SAP structure S2L_PLNG_ITEM_DETAILS using ABAP code?

As S2L_PLNG_ITEM_DETAILS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on S2L_PLNG_ITEM_DETAILS as there is no data to select.

How to access SAP table S2L_PLNG_ITEM_DETAILS

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