WSAM_PLNT SAP (Plant Data) Structure details

Dictionary Type: Structure
Description: Plant Data




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




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

WSAM_PLNT 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 "Plant Data" 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_WSAM_PLNT TYPE WSAM_PLNT.

The WSAM_PLNT table consists of various fields, each holding specific information or linking keys about Plant Data data available in SAP. These include MRP_TYPE (MRP Type), MRP_TYPE_D (Material requirements planning description), REORDER_PT (Reorder Point), REORDER_PT_C (SAP Retail Store: Quantity Field CHAR 17).. 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 (character-type or numeric)


SAP WSAM_PLNT 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
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MRP_TYPEMRP Type DISMMCHAR2Assigned to domainDISMM
MRP_TYPE_DMaterial requirements planning description DIBEZCHAR30DIBEZ
REORDER_PTReorder Point MINBEQUAN13(3) MENG13
REORDER_PT_CSAP Retail Store: Quantity Field CHAR 17 WSRS_QTY_CHARCHAR17
SAFETY_STKSafety Stock EISBEQUAN13(3) MENG13
SAFETY_STK_CSAP Retail Store: Quantity Field CHAR 17 WSRS_QTY_CHARCHAR17
MAX_STOCKMaximum stock level MABSTQUAN13(3) MENG13
MAX_STOCK_CSAP Retail Store: Quantity Field CHAR 17 WSRS_QTY_CHARCHAR17
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
STOCKUnrestricted-Use Stock WSRS_STOCKQUAN13(3) MENG13V
LOTSIZEKEYLot size (materials planning) DISLSCHAR2Assigned to domainDISLS
MRPPROFILEMaterial: MRP profile DISPRCHAR4Assigned to domainDISPRDPR
DUMMY_FIELDDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

As WSAM_PLNT 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 WSAM_PLNT as there is no data to select.

How to access SAP table WSAM_PLNT

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