LDPS_PRT_DATA SAP (Assignments of production resources/tools for process sheet) Structure details

Dictionary Type: Structure
Description: Assignments of production resources/tools for process sheet




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




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

LDPS_PRT_DATA 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 "Assignments of production resources/tools for process sheet" 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_LDPS_PRT_DATA TYPE LDPS_PRT_DATA.

The LDPS_PRT_DATA table consists of various fields, each holding specific information or linking keys about Assignments of production resources/tools for process sheet data available in SAP. These include AENNR (Change Number), DATUI (Date record created on), USERI (User who created record), DATUC (Changed On).. 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 LDPS_PRT_DATA 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
DATUVValid-From Date DATUVDATS8DATUM
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
DATUIDate record created on ANDATDATS8DATUM
USERIUser who created record ANNAMCHAR12USNAM
DATUCChanged On AEDATDATS8DATUM
USERCName of Person Who Changed Object AENAMCHAR12USNAM
PSNFHItem Number for Production Resource/Tool PSNFHNUMC4PSNFH
STEUFControl key for management of production resources/tools STEUFCHAR4Assigned to domainSTEUF
MGEINHQuantity unit of production resource/tool MGEINHUNIT3Assigned to domainCUNITMEINS
MGVGWStandard value for the PRT quantity MGVGWQUAN9(3) MENG9
EWEINHUsage value unit of the production resource/tool EWEINHUNIT3Assigned to domainCUNITMEINS
EWVGWStandard usage value for production resources/tools EWVGWQUAN9(3) MENG9
TXTZ1First line of text for production resources/tools TXTZ1CHAR40TEXT40
FHMARProduction resources/tools category FHMARCHAR1Assigned to domainFHMARFHMARFHA
FHMNRProduction resource/tool number FHMNRCHAR33FHMNR
FHWRKProduction resources/tools in plant FHWRKCHAR4Assigned to domainWERKSWRK
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SFHNRProduction resources and tools SFHNRCHAR18ALPHASFHNRFHSFHMS
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
FHKTXDescription of the production resource/tool FHKTXCHAR40TEXT40
BASEHBase unit of measure for production resources/tools CF_BASEHUNIT3Assigned to domainCUNITMEINS
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
STOWKPlant location of the production resource/tool CF_STOWKCHAR4Assigned to domainWERKSWRK
STORTLocation of a production resource or tool CF_STORTCHAR10Assigned to domainAP_STAND
DATUBValid-to date DATUBDATS8DATUM
AENNR_AUSTo change number CPCS_ECN_TOCHAR12Assigned to domainAENNRAENNR
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN

Key field Non-key field



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

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

How to access SAP table LDPS_PRT_DATA

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