PTR03 SAP (Workforce schedule) Structure details

Dictionary Type: Structure
Description: Workforce schedule




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




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

PTR03 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 "Workforce schedule" 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_PTR03 TYPE PTR03.

The PTR03 table consists of various fields, each holding specific information or linking keys about Workforce schedule data available in SAP. These include CENTR (), CENGR (), BUKRS (Company Code), WERKS (Plant).. 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 PTR03 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
FLAGBank Transfer Indicator PTR_CHK01CHAR1CHAR01
CENTR PTR_CENTRECHAR1PTR_CENTRE
CENGR PTR_CENTGRNUMC3PTR_CENTGR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
SSKNO PTR_SSKNOCHAR24CHAR24
NAME1Name NAME1CHAR30TEXT30
NAME2Name 2 NAME2CHAR30TEXT30
STRASHouse number and street STRASCHAR30TEXT30
STRETHouse number and street STRASCHAR30TEXT30
SCITYText TXT25CHAR25TEXT25
SDIST PTR_ILCEACHAR20PTR_ILCEA
NUMER PTR_APTNONUMC5NUMC5
PFACHPO Box PFACHCHAR10PFACH
TELNRTelephone Number TELNRCHAR14TELNR
FAXNOFax number PTR_FAXNUMCHAR16CHAR16
EMAIL PTR_EMAILCHAR50CHAR50
ISKNO PTR_ISKNOCHAR11CHAR11
ISCAL PTR_ISCALCHAR50CHAR50
GASICDE PTR_PRTAGDEC5DEC5
GASICDK PTR_PRTAGDEC5DEC5
GASICGE PTR_PRTAGDEC5DEC5
GASICGK PTR_PRTAGDEC5DEC5
GASICSE PTR_PRTAGDEC5DEC5
GASICSK PTR_PRTAGDEC5DEC5
GASICHE PTR_PRTAGDEC5DEC5
GASICHK PTR_PRTAGDEC5DEC5
GASICTE PTR_PRTAGDEC5DEC5
GASICTK PTR_PRTAGDEC5DEC5
AIIADE PTR_PRTAGDEC5DEC5
AIIADK PTR_PRTAGDEC5DEC5
AIIAGE PTR_PRTAGDEC5DEC5
AIIAGK PTR_PRTAGDEC5DEC5
AIIASE PTR_PRTAGDEC5DEC5
AIIASK PTR_PRTAGDEC5DEC5
AIIAHE PTR_PRTAGDEC5DEC5
AIIAHK PTR_PRTAGDEC5DEC5
AIIATE PTR_PRTAGDEC5DEC5
AIIATK PTR_PRTAGDEC5DEC5
AIICDE PTR_PRTAGDEC5DEC5
AIICDK PTR_PRTAGDEC5DEC5
AIICGE PTR_PRTAGDEC5DEC5
AIICGK PTR_PRTAGDEC5DEC5
AIICSE PTR_PRTAGDEC5DEC5
AIICSK PTR_PRTAGDEC5DEC5
AIICHE PTR_PRTAGDEC5DEC5
AIICHK PTR_PRTAGDEC5DEC5
AIICTE PTR_PRTAGDEC5DEC5
AIICTK PTR_PRTAGDEC5DEC5
ASICDE PTR_PRTAGDEC5DEC5
ASICDK PTR_PRTAGDEC5DEC5
ASICGE PTR_PRTAGDEC5DEC5
ASICGK PTR_PRTAGDEC5DEC5
ASICSE PTR_PRTAGDEC5DEC5
ASICSK PTR_PRTAGDEC5DEC5
ASICHE PTR_PRTAGDEC5DEC5
ASICHK PTR_PRTAGDEC5DEC5
ASICTE PTR_PRTAGDEC5DEC5
ASICTK PTR_PRTAGDEC5DEC5
GASICKE PTR_PRTAGDEC5DEC5
GASICKK PTR_PRTAGDEC5DEC5
AIIAKE PTR_PRTAGDEC5DEC5
AIIAKK PTR_PRTAGDEC5DEC5
AIICKE PTR_PRTAGDEC5DEC5
AIICKK PTR_PRTAGDEC5DEC5
ASICKE PTR_PRTAGDEC5DEC5
ASICKK PTR_PRTAGDEC5DEC5

Key field Non-key field



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

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

How to access SAP table PTR03

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