P3003 SAP (Defaults for Operation/Activity at Work Center) Structure details

Dictionary Type: Structure
Description: Defaults for Operation/Activity at Work Center




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




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

P3003 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 "Defaults for Operation/Activity at Work Center" 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_P3003 TYPE P3003.

The P3003 table consists of various fields, each holding specific information or linking keys about Defaults for Operation/Activity at Work Center data available in SAP. These include MANDT (Client), PLVAR (Plan Version), OTYPE (Object Type), OBJID (Object ID).. 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 P3003 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
MANDTClient MANDTCLNT3T000MANDT
PLVARPlan Version PLVARCHAR2T778PPLVARPOP
OTYPEObject Type OTYPECHAR2T778OOTYPEPOT
OBJIDObject ID OBJEKTIDNUMC8NUM08PON
INFTYInfotype INFOTYPCHAR4T778TINFOTYPHRBAS00INFTY
SUBTYSubtype SUBTYPCHAR4T778USUBTYP
ISTATPlanning Status ISTAT_DCHAR1T778SISTATPST
PRIOXPriority PRIOXCHAR2CHAR2
BEGDAStart Date BEGDATUMDATS8DATUMBEG
ENDDAEnd Date ENDDATUMDATS8DATUMEND
VARYFVariation Field for File PLOG VARYFCHAR10CHAR10
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
AEDTMChanged on AEDTMDATS8DATUM
UNAMEUser Name USRNAMECHAR12CHAR12
REASNReason REASNCHAR2CHAR2
HISTOHistorical Record Flag HISTOCHAR1CHAR1
ITXNRText Module for Infotype ITXNRNUMC8NUM08
KTSCHStandard text key KTSCHCHAR7T435KTSCH
KTSCH_REFIndicator: Standard text key is referenced KTSCH_REFCHAR1XFELD
LOANZNumber of Time Tickets LOHNANZDEC3LOHNANZ
LOANZ_REFIndicator: Number of time tickets is referenced LOANZ_REFCHAR1XFELD
LOARTWage Type LOHNARTCHAR4LOART
LOART_REFIndicator: Wage type is referenced LOART_REFCHAR1XFELD
LOGRPWage group LOHNGRPCHAR3T421LOHNGRP
LOGRP_REFIndicator: Wage group is referenced LOGRP_REFCHAR1XFELD
QUALFSuitability QUALFCHAR2T423QUALF
QUALF_REFIndicator: Suitability is referenced QUALF_REFCHAR1XFELD
RASCHSetup Type Key RUEARSCHLUCHAR2T428RUEARSCHLU
RASCH_REFIndicator: Setup type key is referenced RASCH_REFCHAR1XFELD
STEUSControl key STEUSCHAR4T430STEUS
STEUS_REFIndicator: Control key is referenced STEUS_REFCHAR1XFELD
VGE01Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGE02Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGE03Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGE04Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGE05Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGE06Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
RSANZNumber of confirmation slips CR_RS_ANZNUMC3NUM03
RSANZ_REFIndicator: Number of confirmation slips is referenced RSANZ_REFCHAR1XFELD
PDESTPrinter for shop papers CR_PDESTCHAR4TSP03SPDEVRSPOPNAME
SLWIDKey word ID for user-defined fields SLWIDCHAR7TCN00SLWID
SLWID_REFField is referenced AP_KZREFCHAR1XFELD
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
LIFNR_REFField is referenced AP_KZREFCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table P3003

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