AFX_STR_ANALYZE_PP_DETAIL SAP (Structure for Generating Parallel Proc. Methods for Analysis) Structure details

Dictionary Type: Structure
Description: Structure for Generating Parallel Proc. Methods for Analysis




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




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

AFX_STR_ANALYZE_PP_DETAIL 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 "Structure for Generating Parallel Proc. Methods for Analysis" 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_AFX_STR_ANALYZE_PP_DETAIL TYPE AFX_STR_ANALYZE_PP_DETAIL.

The AFX_STR_ANALYZE_PP_DETAIL table consists of various fields, each holding specific information or linking keys about Structure for Generating Parallel Proc. Methods for Analysis data available in SAP. These include APPLCATG (Application Type in Parallel Processing), STRU_EXTPPKEY (Name of a structure), TTYP_DBPACK (Name of Dictionary Type), STRU_DBPACK (Name of a structure).. 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 AFX_STR_ANALYZE_PP_DETAIL 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
OBJECTAFX Object AFX_DTE_OBJECTCHAR10Assigned to domainAFX_OBJECTAFX_OBJECT
APPLCATGApplication Type in Parallel Processing BANK_DTE_PP_PAAPPLCATGCHAR10BANK_PP_PAAPPLCATGBANK_SEARCH_APPLCATG
STRU_EXTPPKEYName of a structure STRUKNAMECHAR30Assigned to domainAS4TABDTB
TTYP_DBPACKName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
STRU_DBPACKName of a structure STRUKNAMECHAR30Assigned to domainAS4TABDTB
FMOD_PACKAGE_GETName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FMOD_ETOIName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FMOD_ITOEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FMOD_WTAB_CREATEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FLG_DYN_PB_IN_PPDynamic Package Formation Allowed During Parallel Processing AFX_DTE_FLG_DYN_PB_IN_PPCHAR1XFELD
LEAD_TABTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
INCL_NAME_ANALYZE_CTRLABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
INCL_NAME_ANALYZE_PARTABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
STRUC_RTName of a structure STRUKNAMECHAR30Assigned to domainAS4TABDTB
PG_STRUC_RTVariable Name in Program AFX_DTE_PG_VARNAMECHAR30CHAR30
TTYP_RTName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
PG_TTYP_RTVariable Name in Program AFX_DTE_PG_VARNAMECHAR30CHAR30
FMOD_READ_RTName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FMOD_CHECK_RTName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
VIEWNAME_UPDName of an SAP table view, 16 characters VIEWNAME16CHAR16DBOBJ_NAMEDVIDD_VIEW_16
TYPENAME_UPDName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
FMOD_STS_UPDName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
TAB_STRUCDEF_X 0

Key field Non-key field



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

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

How to access SAP table AFX_STR_ANALYZE_PP_DETAIL

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