TFAA_PC_SM SAP (Assignment of Subprocess to Processing Methods/Modules) Table details

Dictionary Type: Table
Description: Assignment of Subprocess to Processing Methods/Modules




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




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

TFAA_PC_SM is a standard SAP Table which is used to store Assignment of Subprocess to Processing Methods/Modules data and is available within R/3 SAP systems depending on the version and release level.

The TFAA_PC_SM table consists of various fields, each holding specific information or linking keys about Assignment of Subprocess to Processing Methods/Modules data available in SAP. These include COMP (Application Component), SUBPROCESS (Subprocess), SEQNO (Sequence Number), METHOD (Method/Function Module).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TFAA_PC_SM table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
COMPApplication Component FAA_PC_COMPCHAR4FAA_PC_COMP
SUBPROCESSSubprocess FAA_PC_SUBPROCESSCHAR30CHAR30
SEQNOSequence Number FAA_PC_SEQNONUMC4NUMC4
METHODMethod/Function Module FAA_PC_METHODCHAR30
IS_INACTIVEMethod Is Not Active FAA_PC_IS_INACTIVECHAR1BOOLEAN

Key field Non-key field



How do I retrieve data from SAP table TFAA_PC_SM using ABAP code

The following ABAP code Example will allow you to do a basic selection on TFAA_PC_SM to SELECT all data from the table
DATA: WA_TFAA_PC_SM TYPE TFAA_PC_SM.

SELECT SINGLE *
FROM TFAA_PC_SM
INTO CORRESPONDING FIELDS OF WA_TFAA_PC_SM
WHERE...

How to access SAP table TFAA_PC_SM

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