PPTQ3 SAP (HR-PT: Employment Survey in Structured Sector - TemSe) Structure details

Dictionary Type: Structure
Description: HR-PT: Employment Survey in Structured Sector - TemSe




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




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

PPTQ3 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: Employment Survey in Structured Sector - 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_PPTQ3 TYPE PPTQ3.

The PPTQ3 table consists of various fields, each holding specific information or linking keys about HR-PT: Employment Survey in Structured Sector - TemSe data available in SAP. These include BTRTL (Personnel Subarea), PERNR (Personnel Number), GESCH (Gender Key), AGE (3-Byte field).. 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 PPTQ3 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
GESCHGender Key GESCHCHAR1GESCH
AGE3-Byte field CHAR3CHAR3CHAR3
FL_AGESt - Flag if employee is under certain age PPT_STFAGCHAR1CHAR1
PRSITProfessional situation PPT_PRSITNUMC1PPT_PRSIT
STGSISt - Grouping for situation in profession PPT_STGSICHAR3CHAR3
STCTTYPContract type PPT_CTTYPCHAR1Assigned to domainPPT_CTTYP
STGCTYPSt - Grouping for contract type PPT_STGCTCHAR3CHAR3
FL_PARTSt - Flag for part-time contracts PPT_STFPTCHAR1CHAR1
FL_SELFESt - Flag for self-employed PPT_STSEECHAR1CHAR1
PRCNPProfessional classification (CNP or CPP) PPT_PRCNPCHAR6Assigned to domainPPT_PRCNP
STCNPSt - Group of professions PPT_STCNPCHAR2CHAR2
FL_BEGINSt - Flag present at start of period PPT_STFBGCHAR1CHAR1
FL_ENDSt - Flag present end of period PPT_STFEDCHAR1CHAR1
FL_ENTRYSt - Flag incoming employee PPT_STFHRCHAR1CHAR1
FL_FIRESt - Flag outgoing employee PPT_STFFRCHAR1CHAR1
FL_TRNSFSt - Flag for establishment transfer PPT_STFTRCHAR1CHAR1
STREASNReason for action PPT_REASNCHAR2Assigned to domainPPT_REASN
FL_MCONSt - Flag for change from fixed term contract to perm.contr. PPT_STFMCCHAR1CHAR1
FL_HRSSt - Hours flag PPT_STFHSCHAR1CHAR1
WK_HRSCharacter Field with Length 5 CHAR05CHAR5CHAR005
OV_HRSCharacter Field with Length 5 CHAR05CHAR5CHAR005
VA_HRSCharacter Field with Length 5 CHAR05CHAR5CHAR005
IL_HRSCharacter Field with Length 5 CHAR05CHAR5CHAR005
AC_HRSCharacter Field with Length 5 CHAR05CHAR5CHAR005
FA_HRSCharacter Field with Length 5 CHAR05CHAR5CHAR005
TR_HRSCharacter Field with Length 5 CHAR05CHAR5CHAR005
OT_HRSCharacter Field with Length 5 CHAR05CHAR5CHAR005

Key field Non-key field



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

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

How to access SAP table PPTQ3

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