PPPAR SAP (PD Parameter String) Structure details

Dictionary Type: Structure
Description: PD Parameter String




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




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

PPPAR 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 "PD Parameter String" 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_PPPAR TYPE PPPAR.

The PPPAR table consists of various fields, each holding specific information or linking keys about PD Parameter String data available in SAP. These include LISTB (Indicator for List Screen), BREAK (Access Breakpoints), CYCLE (Indicator: Cyclical Scrolling), UPDAT (Indicator: Save Yes/No).. 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 PPPAR 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
FCODEFunction Code FCODECHAR20FCODE
LISTBIndicator for List Screen LISTBNUMC1NUM1_01
BREAKAccess Breakpoints BREAKNUMC1NUM1_01
CYCLEIndicator: Cyclical Scrolling PCYCLENUMC1NUM1_01
UPDATIndicator: Save Yes/No PUPDATNUMC1NUM1_01
CLEARDeletion Indicator for Buffer/PLOG_TAB CLEARNUMC1NUM1_01
TIMCOTime Constraint TIMCOCHAR1CHAR1
VTASKType of Update VTASKCHAR1HR_VTASK
ENQUELock Flag ENQUENUMC1NUM1_01
LANGUIndicator for Language-Dependent Infotype PLANGU_DNUMC1NUM1_01
HISTOHistorical Record Flag HISTOCHAR1CHAR1
PSTATGUI Status PFSTATCHAR20GUI_STATUS
PPNNNStructure PPNNNCHAR30Assigned to domainAS4TAB
PPSUBSubstructure PPSUBCHAR30Assigned to domainAS4TAB
EDYNRSingle Screen Number EDYNRCHAR4CHAR4
LDYNRScreen Number for List Screen LDYNRCHAR4CHAR4
LVDATLength of Field VDATA PLVDATNUMC3NUM3
LPSUBSubstructure Length LPSUBNUMC3NUM3
DIALGDialog Module DIALGCHAR30Assigned to domainDIALOG_ID
REPIDHR: Infotype Module Pool HR_MODPOOLCHAR40Assigned to domainPROGRAMM
MESSGMessage ID MESSGCHAR3CHAR3
DVARYFunction Code for Screen Variation DVARYCHAR20Assigned to domainOKCODE
DSUPRDialog Mode DSUPRNUMC1DSUPR
DBTABDatabase Table DBTABLCHAR30Assigned to domainAS4TAB
TBTABDatabase Table for Table Infotype TBTABLCHAR30Assigned to domainAS4TAB
ADDCOAdditional Condition for Time Constraint 3 ADDCOCHAR12Assigned to domainADDCO
SCLASType of Related Object SCLASCHAR2Assigned to domainOTYPE
IDOCSName of IDOC Segment or Structure for Data Transfer HR_IDOCSEGCHAR30Assigned to domainAS4TAB
OBJMNNavigation Control is Active OBJMNCHAR1CHAR1
PTNNNNSubstructure for Table Division of New Table Infotype PTNNNNCHAR30Assigned to domainAS4TAB
PPNNN_EXPExpanded Infotype Structure for Table Infotype PPNNN_EXPCHAR30Assigned to domainAS4TAB
BTCI_PROGHR: Batch Input Program for Infotypes BTCI_PROGCHAR40Assigned to domainPROGRAMM
EXT_INFTYIndicator: External Infotype EXT_INFTYCHAR1CHAR1_X
EXT_R_FUNCFunction Module for Read Access External Infotype EXT_R_FUNCCHAR30Assigned to domainFUNCNAME
EXT_W_FUNCFunction Module for Table Name of External Infotype EXT_W_FUNCCHAR30Assigned to domainFUNCNAME
EXT_TABNAMPrimary Table for External Infotype EXT_TABNAMCHAR30Assigned to domainAS4TAB
SUPPR_INTESwitch: Suppress Integration SUPPR_INTECHAR1CHAR1_X
CFLAGCooper_flag COOPE_FLAGCHAR1CHAR1_X
SUPP750XSuppression of Vacancies Integration SUP_750XCHAR1CHAR1_X
SUPPSTRUSuppress Structural Authorization Check SUPP_STRUCHAR1CHAR1_X
SUPPT777FIndicator FLAG_XCHAR1CHAR1_X
.INCLU--AP 0
ORGM_IDTechnical Key of an Organizational Measure /ISDFPS/ORGM_IDCHAR32SYSUUID_C

Key field Non-key field



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

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

How to access SAP table PPPAR

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