PPFSTTCUAT SAP (PPF: Attribute of CL_TTYPE_CUST_PPF) Structure details

Dictionary Type: Structure
Description: PPF: Attribute of CL_TTYPE_CUST_PPF




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




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

PPFSTTCUAT 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 "PPF: Attribute of CL_TTYPE_CUST_PPF" 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_PPFSTTCUAT TYPE PPFSTTCUAT.

The PPFSTTCUAT table consists of various fields, each holding specific information or linking keys about PPF: Attribute of CL_TTYPE_CUST_PPF data available in SAP. These include TEXT (PPF: Description of Action Definition), CHANGEABLE (Action Manually Modifiable), MULTIPLE (PPF: Display Actions in the Toolbar), PARTINDEP (PPF: Action Can Only Be Scheduled with Partner).. 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 PPFSTTCUAT 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
NAMEPPF: Name of Action Definition PPFDTTCHAR30Assigned to domainPPFDTT
TEXTPPF: Description of Action Definition PPFDTTTCHAR60TEXT60
CHANGEABLEAction Manually Modifiable PPFDCHNGCHAR1BOOLE
MULTIPLEPPF: Display Actions in the Toolbar PPFDMULTPCHAR1BOOLE
PARTINDEPPPF: Action Can Only Be Scheduled with Partner PPFDNOPARTCHAR1BOOLE
PARTNROLEPPF: Partner Function PPFDPARTRLCHAR8CHAR8
DSPTCHTIMEPPF: Processing Time PPFDDSPTCHCHAR1PPFDDSPTCH
INACTIVEPPF: Inactive Action Definition PPFDTTIACTCHAR1BOOLE
EXECDIALOGPPF: Action Definition for Manually Executable Actions PPFDEXDIALCHAR1BOOLE
MEDIUMCOLL 0
DETERM 0
MERGE 0
SETINGRIDPPF: Schedule Actions Automatically PPFDIACTCHAR1BOOLE
EXECANDDELPPF: Delete Actions After Successful Execution PPFDEXEDELCHAR1PPFDEXEDEL
TTSORTPPF: Sort Field for Action Definitions PPFDTTSORTNUMC4

Key field Non-key field



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

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

How to access SAP table PPFSTTCUAT

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