SAP AFX_FMOD_CHA AFX Function Modules: Changing Parameter(s) Table
Overview
AFX_FMOD_CHA is a standard SAP S/4HANA table that stores AFX Function Modules: Changing Parameter(s) data. There are total 14 fields in the AFX_FMOD_CHA table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table AFX_FMOD_CHA belongs to Generating, Monitoring for Mass Data Archiving Solutions (CA-GTF-TS-GMA) module and is located in the package Archiving Framework: Templates (AFX_TEMPLATES).
In addition, following links provide an overview of foreign key relationships, if any, that link AFX_FMOD_CHA to other SAP tables and standard CDS views available based on AFX_FMOD_CHA table in S/4HANA 2020.
Techincal Settings of AFX_FMOD_CHA
Below are technical details of the table AFX_FMOD_CHA
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of AFX_FMOD_CHA Fields
The following table gives you an overview of the fields available in AFX_FMOD_CHA
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| FMOD_KEY | Key for AFX Function Modules | AFX_DTE_FMOD_KEY | AFX_FMOD_HEAD | CHAR | 30 |
| PARNO | Sequential Number of Parameter | AFX_DTE_PARAMETER_NO | NUMC | 3 | |
| PARAMETERCHA | Parameter Name | PARAMETER | CHAR | 30 | |
| DBFIELDCHA | Reference field/structure of a parameter | LIKEFIELD | CHAR | 26 | |
| DEFAULTCHA | Default value for import parameter | DEFAULT__3 | CHAR | 21 | |
| TYPESCHA | Reference structure is an ABAP type | RS38L_TYPE | CHAR | 1 | |
| OPTIONALCHA | Optional parameters | RS38L_OPTI | CHAR | 1 | |
| REFERENCECHA | Called Using Pass by Reference | RS38L_REFE | CHAR | 1 | |
| CHANGINGCHA | Changing a parameter allowed | RS38L_CHAN | CHAR | 1 | |
| TYPCHA | Associated Type of an Interface Parameter | RS38L_TYP | CHAR | 132 | |
| CLASSCHA | Reference to a Class | RS38L_CLAS | CHAR | 1 | |
| REF_CLASSCHA | Reference to a Class | RS38L_CLAS | CHAR | 1 | |
| LINE_OFCHA | Parameter is 'LINE OF' table type | RS38L_LINO | CHAR | 1 | |
| TABLE_OFCHA | Parameter Is Reference Type 'TABLE OF' | RS38L_TABO | CHAR | 1 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for AFX_FMOD_CHA
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| AFX_FMOD_CHA | FMOD_KEY | 1: CN | AFX_FMOD_HEAD |