PPTP2 SAP (HR-PT: Personnel Summary TemSe - Record Type 2 (Subarea)) Structure details

Dictionary Type: Structure
Description: HR-PT: Personnel Summary TemSe - Record Type 2 (Subarea)




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




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

PPTP2 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: Personnel Summary TemSe - Record Type 2 (Subarea)" 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_PPTP2 TYPE PPTP2.

The PPTP2 table consists of various fields, each holding specific information or linking keys about HR-PT: Personnel Summary TemSe - Record Type 2 (Subarea) data available in SAP. These include NPC (Tax no.), SANUM (Personnel subarea no.), DYEAR (Delivery year), SATXT (Personnel subarea name).. 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)


SAP PPTP2 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
RECTYPERecord type PPT_TSRECCHAR1TEXT1
NPCTax no. PPT_FINUMCHAR9CHAR9
SANUMPersonnel subarea no. PPT_SANUMNUMC4NUMC04
DYEARDelivery year PPT_DYEARNUMC4NUMC4
SATXTPersonnel subarea name PPT_SATXTCHAR60TEXT60
SAADRPersonnel subarea address PPT_SAADRCHAR40TEXT40
SALOCPersonnel subarea locality PPT_SALOCCHAR20TEXT20
POCODPS - Postal code PPT_PSCDPCHAR4CHAR4
POLOCPS - Postal locality PPT_PSPDICHAR20CHAR20
TELPFTelephone/Fax prefix PPT_TELPFCHAR3CHAR03
TELNOTelephone/Fax no. PPT_TELNONUMC7NUMC07
FAXPFTelephone/Fax prefix PPT_TELPFCHAR3CHAR03
FAXNOTelephone/Fax no. PPT_TELNONUMC7NUMC07
DICODDistrict code PPT_DICODNUMC2NUMC02
COCODCouncil code PPT_COCODNUMC2NUMC02
PACODParish code PPT_PACODNUMC2NUMC02
SSIPSSocial security institution - personnel summary code PPT_SSIPSNUMC3PPT_SSIPS
SSCONSocial security contributor no. PPT_SSCONNUMC6NUMC6
SAACTEconomical Activity Code (CAE) PPT_EACODNUMC5Assigned to domainPPT_EACOD
NEMPLNo.of employees PPT_NEMPLNUMC5NUMC5
PSCODCode of 'Instrumento de RegulamentaĆ§Ć£o Colectiva' PPT_PSCODNUMC5NUMC5
BTENRNo.of Labour and Employment Bulletin (BTE) PPT_BTENRNUMC2NUMC2
BTEDTPS - Date of 'Boletim do Trabalho e Emprego' PPT_PSBDTNUMC6NUMC6
PSDATPS - Collective agreement effectiveness date PPT_PSPSDNUMC4NUMC4
SPACESPS - Blanks PPT_PSP2SCHAR11CHAR11

Key field Non-key field



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

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

How to access SAP table PPTP2

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