PUA_PF_DOD4_TAB7 SAP (Table 7, row) Structure details

Dictionary Type: Structure
Description: Table 7, row




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




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

PUA_PF_DOD4_TAB7 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 "Table 7, row" 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_PUA_PF_DOD4_TAB7 TYPE PUA_PF_DOD4_TAB7.

The PUA_PF_DOD4_TAB7 table consists of various fields, each holding specific information or linking keys about Table 7, row data available in SAP. These include UKR_GROMAD (Ukrainian Citizenship (1 -yes, 0 - no)), ROWNUM (Row Number), NUMIDENT (Pension Fund Card Number), C_PID (Reason for Special Seniority Accounting).. 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 or numeric)


SAP PUA_PF_DOD4_TAB7 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
UKR_GROMADUkrainian Citizenship (1 -yes, 0 - no) P36_UKR_GROMADCHAR1P36_UKR_GROMAD
ROWNUMRow Number P36_ROWNUMCHAR10
NUMIDENTPension Fund Card Number P36_NUMIDENTCHAR10
C_PIDReason for Special Seniority Accounting P36_C_PIDCHAR9
START_DTStart Day P36_START_DTCHAR2
STOP_DTEnd Day P36_STOP_DTCHAR2
DAYSNumber of Days P36_T8_DAYSCHAR2
NORMZNorm Count P36_T8_NORMZCHAR3
HHHours Number P36_T8_HHCHAR5
MMMinutes Number P36_T8_MMCHAR5
NORMADuration Type P36_T8_NORMACHAR6
SEASONFeature if Employee works as Season P36_T8_SEASONCHAR1
LN_NM_FTNComplete Name PAD_CNAMECHAR80TEXT80
LNLast Name PAD_NACHNCHAR40PAD_NACHN
NMFirst Name PAD_VORNACHAR40PAD_VORNM
FTNSecond Name PAD_NACH2CHAR40PAD_NACHN
NUM_NAKWork Place Attestation Order Number P36_NUM_NAKCHAR8
DT_NAKWork Place Attestation Order Date P36_DT_NAKCHAR10
PERIOD_MReporting Month P36_REP_MONTHNUMC2P36_REP_MONTH
PERIOD_YReporting Year P36_REP_YEARNUMC4P36_REP_YEAR

Key field Non-key field



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

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

How to access SAP table PUA_PF_DOD4_TAB7

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