PPU12 SAP (PU12 : Data elements with F1 Help) Structure details

Dictionary Type: Structure
Description: PU12 : Data elements with F1 Help




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




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

PPU12 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 "PU12 : Data elements with F1 Help" 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_PPU12 TYPE PPU12.

The PPU12 table consists of various fields, each holding specific information or linking keys about PU12 : Data elements with F1 Help data available in SAP. These include DB_INCLUDE (PU12 : Data definition include), IMPORT_MAKRO (Import macro), SECONDARY_FILE (PU12 : Name of secondary file), IF_ONLY (Interface without payroll).. 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 PPU12 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
REPORT_CLASSReport Category REPCLCHAR8T599CPA_REPCLHRBAS00REPORTCLASS
DB_INCLUDEPU12 : Data definition include PPU12_DB_INCLUDECHAR40Assigned to domainPROGRAMM
IMPORT_MAKROImport macro PPU12_IMPORT_MAKROCHAR20SYCHAR20
SECONDARY_FILEPU12 : Name of secondary file PPU12_SECONDARY_FILECHAR40CHAR40
IF_ONLYInterface without payroll PPU12_IF_ONLYCHAR1PLOG_CROSS
CHECK_PA03Check control record PPU12_CHECK_PA03CHAR1PLOG_CROSS
SAVE_NODo not save to cluster IF PPU12_SAVE_NOCHAR1PLOG_CROSS
SAVE_ACTUALSave current results only PPU12_SAVE_ACTUALCHAR1PLOG_CROSS
F_CONVERTLayout conversion directly after export PPU12_F_CONVERTCHAR1PLOG_CROSS
EXP_PROGName of the export program to be generated PPU12_EXP_PROGCHAR40Assigned to domainPROGRAMM
INCLUDEName of the include for the export program PPU12_INCLCHAR40Assigned to domainPROGRAMM
RPCALCProgram containing definition for the include PPU12_RPCALCCHAR40Assigned to domainPROGRAMM
CONV_PROGGenerate conversion program + includes for file-layout PPU12_CONV_PROGCHAR40Assigned to domainPROGRAMM
FL_BLOCKBlock in file layout PPU12_FL_BLOCKCHAR25CHAR25
FL_STRUCTName of structure in file layout PPU12_FL_STRUCTCHAR25CHAR25
FL_FIELDPU12 : Field in file layout PPU12_FL_FIELDCHAR25CHAR25
ORIGExport for original periods only PPU12_ORIGCHAR1XFELD
TABLE_ENTRIESSelect table entries PPU12_TAB_ENTCHAR1XFELD
SEL_RETROPU12: Select separation fields for wage types PPU12_SEL_RETROCHAR1CHAR1
NO_RETRONo retroactive accounting PPU12_NO_RETROCHAR1CHAR1
UPDUser-defined change validation PPU12_UPDATECHAR1CHAR1
DELETE_UNTIL_DATEDelete interface results up to this date PPU12_DELETE_UNTIL_DATEDATS8DATUM
INDVALIndirect valuation of wage types PPU12_INDVALCHAR1XFELD
EXP_UNTILNumber of months for export after leaving PPU12_EXP_UNTILNUMC2
NEW_DIFFInterface Format: New Change Validation PPU12_NEW_DIFFCHAR1CHAR1
CONV_XMLConversion Directly to XML PPU12_XMLCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PPU12

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