P77SX SAP (Screen Fields for PD User Interface Control) Structure details

Dictionary Type: Structure
Description: Screen Fields for PD User Interface Control




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




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

P77SX 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 "Screen Fields for PD User Interface Control" 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_P77SX TYPE P77SX.

The P77SX table consists of various fields, each holding specific information or linking keys about Screen Fields for PD User Interface Control data available in SAP. These include TOTAL (Total Number of Pages for Screen 5000), CLUID (Cluster ID), RCODE (Request Code), M77S1 (Checkbox for Request Codes).. 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 P77SX 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
PAGENOCurrent Page Number PAGENONUMC1NUM1
TOTALTotal Number of Pages for Screen 5000 TOTALNUMC1NUM01
CLUIDCluster ID CLUIDCHAR4BIG4
RCODERequest Code RQCODECHAR4BIG4
M77S1Checkbox for Request Codes M77S1CHAR1CHAR1
M77S2Checkbox for Services M77S2CHAR1CHAR1
M77S3Checkbox for Screen Modifications M77S3CHAR1CHAR1
M77S4Checkbox for Menus M77S4CHAR1CHAR1
M77S5Checkbox for Menu Levels M77S5CHAR1CHAR1
T0500Screen Text for Screen 0500 T0500CHAR20CHAR20
SERVCService SERVCCHAR20BIG20
DYMODScreen Modification DYNMODCHAR20BIG20
MENUEMenu PPMENUECHAR8Assigned to domainPPMENUEPPM
MLEVLLevel of Dynamic Menu MENU_LEVELCHAR8CHAR8
FROMFLDText length 25 TEXT25CHAR25TEXT25
TOFLDText length 25 TEXT25CHAR25TEXT25
CLUID1Cluster ID CLUIDCHAR4BIG4
RCODE1Request Code RQCODECHAR4BIG4
SERVC1Service SERVCCHAR20BIG20
DYMOD1Screen Modification DYNMODCHAR20BIG20
MENUE1Menu PPMENUECHAR8Assigned to domainPPMENUEPPM
MLEVL1Level of Dynamic Menu MENU_LEVELCHAR8CHAR8

Key field Non-key field



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

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

How to access SAP table P77SX

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