ELM_PS SAP (Supplemental data for hierarchy nodes (LDB PSJ: Proj. Mgmt)) Structure details

Dictionary Type: Structure
Description: Supplemental data for hierarchy nodes (LDB PSJ: Proj. Mgmt)




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




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

ELM_PS 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 "Supplemental data for hierarchy nodes (LDB PSJ: Proj. Mgmt)" 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_ELM_PS TYPE ELM_PS.

The ELM_PS table consists of various fields, each holding specific information or linking keys about Supplemental data for hierarchy nodes (LDB PSJ: Proj. Mgmt) data available in SAP. These include VSNMR (Number or description of a version), VSGRUPPE (Group for a project version), ARNMR (Archiving Session Number), VERSION (Internal version key for logical DB PSJ).. 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: Not classified


SAP ELM_PS 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
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
VSNMRNumber or description of a version VSNMRCHAR12VSNMRVS2
VSGRUPPEGroup for a project version VSGRUPPECHAR20TEXT20
ARNMRArchiving Session Number ADMI_RUN_DCHAR6ADMI_RUN
VERSIONInternal version key for logical DB PSJ PSJ_VERSNUMC3NUM03
PLNALAlternative PS_PLNALCHAR2ALPHAALTNR
PROJ_INTProject definition (internal) PS_INTNRNUMC8Assigned to domainKONPDPS_PSPNR
PRPS_INTWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUFNR_EXTOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
OBTYPNode type SEU_TYPECHAR4SEU_TYPE
PROJ_EXTProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
PRPS_EXTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
VBAK_NRSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
VBTYPSD document category VBTYPCHAR1VBTYP
VBAP_NRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
VBEP_NRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
KTEXTDescription AUFTEXTCHAR40TEXT40
MEMORYGeneral Flag FLAGCHAR1FLAG
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
WAERSCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
TRGKZObject indicator BP_TRGKZCHAR1BP_TRGKZ
AUTYPOrder category AUFTYPNUMC2AUFTYP
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
SUMNRNode number of the superior operation SUMKNTNRNUMC8KNTNR
RST_INDEXInternal: Node ID SEU_IDNUMC6SEU_ID
TABIXField defined as in SY-TABIX TABIX_DINT410TABIX
COREPObject not relevant in commercial evaluation DB_COR_NACHAR1XFELD

Key field Non-key field



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

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

How to access SAP table ELM_PS

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