PPTS_UNIQUE_RP_SST_PES_SER_AZ SAP (Personnel of safety and health at work services) Structure details

Dictionary Type: Structure
Description: Personnel of safety and health at work services




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




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

PPTS_UNIQUE_RP_SST_PES_SER_AZ 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 "Personnel of safety and health at work services" 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_PPTS_UNIQUE_RP_SST_PES_SER_AZ TYPE PPTS_UNIQUE_RP_SST_PES_SER_AZ.

The PPTS_UNIQUE_RP_SST_PES_SER_AZ table consists of various fields, each holding specific information or linking keys about Personnel of safety and health at work services data available in SAP. These include N_ENFER (Number of nurses), N_TEC_SUP_SHT (Number of superior technicians of SHW), N_TEC_SHT (Number of technicians of SHW), OUTRO_PESS (Number of other personnel).. 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: Cannot Be Enhanced


SAP PPTS_UNIQUE_RP_SST_PES_SER_AZ 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
N_MEDICOSNumber of occupational physicians PPT_MESSTCHAR2CHAR2
N_ENFERNumber of nurses PPT_ENFERCHAR2CHAR2
N_TEC_SUP_SHTNumber of superior technicians of SHW PPT_TSSHTCHAR2CHAR2
N_TEC_SHTNumber of technicians of SHW PPT_TESHTCHAR2CHAR2
OUTRO_PESSNumber of other personnel PPT_NOUTRCHAR2CHAR2
MEDICOS 0
TEC_SHTS 0
NIF_SEGUTax no. PPT_FINUMCHAR9CHAR9
NOME_SEGUComplete Name PAD_CNAMECHAR80TEXT80
NIF_SAUDETax no. PPT_FINUMCHAR9CHAR9
NOME_SAUDEComplete Name PAD_CNAMECHAR80TEXT80
NOME_EMPREGADORComplete Name PAD_CNAMECHAR80TEXT80
N_AUTORIZACAOAuthorization number PPT_NRAUTCHAR10CHAR10
NOME_TRAB_DESIGComplete Name PAD_CNAMECHAR80TEXT80
N_AUT_TRAB_DESIGAuthorization number PPT_NRAUTCHAR10CHAR10
NOME_REPRName of employer representative for tracking PPT_NOREPCHAR70CHAR70
SERVICOS_SEG 0
SERVICOS_SAU 0

Key field Non-key field



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

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

How to access SAP table PPTS_UNIQUE_RP_SST_PES_SER_AZ

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