TFMCA_METH_PARA SAP (BRFplus: Static method call parameters customizing) Table details

Dictionary Type: Table
Description: BRFplus: Static method call parameters customizing




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




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

TFMCA_METH_PARA is a standard SAP Table which is used to store BRFplus: Static method call parameters customizing data and is available within R/3 SAP systems depending on the version and release level.

The TFMCA_METH_PARA table consists of various fields, each holding specific information or linking keys about BRFplus: Static method call parameters customizing data available in SAP. These include METHOD_NAME (Static method name), SCONAME (Parameter name), VISIBILITY (Visibility Control), SHOW_EXPANDED (Show Parameter expanded or not).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TFMCA_METH_PARAT

Text table = TFMCA_METH_PARAT

Text table = TFMCA_METH_PARAT


SAP TFMCA_METH_PARA 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
CLASS_NAMEClass name FMCA_CLASS_NAMECHAR30TFMCA_STA_METHSEOCLSNAME
METHOD_NAMEStatic method name FMCA_METH_NAMECHAR30TFMCA_STA_METHCHAR30
SCONAMEParameter name FMCA_SEOSCONAMECHAR28CHAR28
VISIBILITYVisibility Control FMCA_VISIBLE_FLGCHAR1FMCA_VISIBLE_FLG
SHOW_EXPANDEDShow Parameter expanded or not FMCA_SHOW_EXPANDEDCHAR1XFELD
SHOW_IMMEDIATELYShow Parameter Immediately or not FMCA_SHOW_IMMEDIATELYCHAR1XFELD
PARA_SEQBRFplus: Field Display Sequence No. in Static Method FMCA_FLD_SQNRNUMC3NUM3
XSTRUCT_PARAMX Parameter for data FMCA_SEOSCONAME_XCHAR28CHAR28
MANDTORYMandatory or Optional FMCA_MANDTORY_FLGCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFMCA_METH_PARA
INTO CORRESPONDING FIELDS OF WA_TFMCA_METH_PARA
WHERE...

How to access SAP table TFMCA_METH_PARA

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