PP0C SAP (Parameter String for Program Class PP0C) Structure details

Dictionary Type: Structure
Description: Parameter String for Program Class PP0C




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




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

PP0C 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 "Parameter String for Program Class PP0C" 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_PP0C TYPE PP0C.

The PP0C table consists of various fields, each holding specific information or linking keys about Parameter String for Program Class PP0C data available in SAP. These include ANZE (Display Edited Objects), ANZEIGE (Display), BEAN (Submit Planned Records), CONNECT (Display Related Objects).. 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 PP0C 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
AKTIActivate Approved Records AKTICHAR1CHAR1_X
ANZEDisplay Edited Objects ANZECHAR1CHAR1_X
ANZEIGEDisplay ANZEIGE_PPCHAR1CHAR1_X
BEANSubmit Planned Records BEANCHAR1CHAR1_X
CONNECTDisplay Related Objects CONNECTCHAR1CHAR1_X
DISPDisplay Edited Requirements DISP_XCHAR1CHAR1_X
ENQLock Object ENQCHAR1CHAR1_X
EQDQLock Objects to be Deleted EQDQCHAR1CHAR1_X
G_DATDelimitation date G_DATDATS8DATUM
GENEApprove Submitted Records GENECHAR1CHAR1_X
HISTOHistorical Record Flag HISTO_XCHAR1CHAR1_X
MAINTRecompile Index MAINT_PPCHAR1CHAR1_X
NEW_ENDNew End Date NEW_ENDDATS8DATUM
NUMBERNumber of Target Objects NUMBER_PPNUMC4NUM04
PLVOPropose Change for Active Records PLVOCHAR1CHAR1_X
PROTOKOLCreate Log PROTOKOL_XCHAR1CHAR1_X
PUFANZDisplay Buffer Contents PUFANZCHAR1CHAR1_X
RELCOCopy Relationships Also RELCO_XCHAR1CHAR1_X
SANZDisplay Edited Records SANZCHAR1CHAR1_X
SKIPSkip if Object Exists SKIP_PPCHAR1CHAR1
SUBTYSubtype SUBTYPCHAR4Assigned to domainSUBTYP
TESTTest Mode is Active TEST_XCHAR1CHAR1_X
ZLANGTranslation Target Language PP0C_ZLANGLANG1T002ISOLASPRAS
DEL_BEFDelete Records With Start Date After Delimitation Date DEL_BEFCHAR1CHAR1_X
ABLNReject Submitted Records ABLNCHAR1CHAR1_X
ABPLVOPropose Change for Rejected Records ABPLVOCHAR1CHAR1_X
NEW_BEGNew Start Date NEW_BEGDATS8DATUM
OLD_BEGOld Start Date OLD_BEGDATS8DATUM

Key field Non-key field



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

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

How to access SAP table PP0C

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