PPTQ5 SAP (HR-PT: Earnings Survey and Work Schedule Survey - TemSe) Structure details

Dictionary Type: Structure
Description: HR-PT: Earnings Survey and Work Schedule Survey - TemSe




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




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

PPTQ5 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 "HR-PT: Earnings Survey and Work Schedule Survey - TemSe" 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_PPTQ5 TYPE PPTQ5.

The PPTQ5 table consists of various fields, each holding specific information or linking keys about HR-PT: Earnings Survey and Work Schedule Survey - TemSe data available in SAP. These include BTRTL (Personnel Subarea), PERNR (Personnel Number), STGCTYP (St - Grouping for contract type), STNPR (St - Professional level (Partitioning/Professional group)).. 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 PPTQ5 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
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTL_001PCHAR4Assigned to domainBTRTL
PERNRPersonnel Number P_PERNRNUMC8PERNR
STGCTYPSt - Grouping for contract type PPT_STGC2CHAR3CHAR3
STNPRSt - Professional level (Partitioning/Professional group) PPT_STNPRCHAR3CHAR3
GESCHGender Key GESCHCHAR1GESCH
FL_PARTSt - Flag for part-time contracts PPT_STFPTCHAR1CHAR1
FL_AGESt - Flag if employee is under certain age PPT_STFAGCHAR1CHAR1
FL_MINPYSt - Flag minimun salary PPT_STMPYCHAR1CHAR1
MPT_PRCCharacter Field with Length 5 CHAR05CHAR5CHAR005
BAS_PAYChar 15 CHAR15CHAR15CHAR15
ALW_PAYChar 15 CHAR15CHAR15CHAR15
OVT_PAYChar 15 CHAR15CHAR15CHAR15
MPY_HRSCharacter Field with Length 5 CHAR05CHAR5CHAR005
MOV_HRSCharacter Field with Length 5 CHAR05CHAR5CHAR005
DUODEC_FLVA/CA payment indicator in twelfths PPT_STDUFCHAR1FLAG
DUODEC_AMOUNTChar 15 CHAR15CHAR15CHAR15

Key field Non-key field



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

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

How to access SAP table PPTQ5

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