DMC_SD_FPARAM SAP (A1S: Formal parameters of a Semantic Descriptor) Table details

Dictionary Type: Table
Description: A1S: Formal parameters of a Semantic Descriptor




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




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

DMC_SD_FPARAM is a standard SAP Table which is used to store A1S: Formal parameters of a Semantic Descriptor data and is available within R/3 SAP systems depending on the version and release level.

The DMC_SD_FPARAM table consists of various fields, each holding specific information or linking keys about A1S: Formal parameters of a Semantic Descriptor data available in SAP. These include PARAM_IDENT (Identifier of Parameters in the DMC Tool), ORGUNIT_GUID (DMC: Globally Unique Key (22 Characters)), ORGUNIT_TYPE (MWB: Type of Org. Unit (Global, Proj., Subproj., Conv.Obj. )), DESCR (Description).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DMC_SD_FPARAM 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
SD_GUIDMWB: Guid of semantic descriptor DMC_SEMDESC_GUIDCHAR22SYSUUID_22
PARAM_IDENTIdentifier of Parameters in the DMC Tool DMC_PAIDNTCHAR20DMC_IDENT
ORGUNIT_GUIDDMC: Globally Unique Key (22 Characters) DMC_GUIDCHAR22SYSUUID_22
ORGUNIT_TYPEMWB: Type of Org. Unit (Global, Proj., Subproj., Conv.Obj. ) DMC_OTYPENUMC1DMC_OTYPE
DESCRDescription DMC_DESCRCHAR60DMC_DSTR
TYPENAMEDatatype DMC_TYPENAMECHAR63
IO_FFlow Direction of Form Parameters DMC_IOFFLWNUMC1DMC_IOFFLW
CALLBYVALDMC: Flag Whether Value Transfer Exists for Parameter DMC_CALLBVCHAR1BOOLEAN
TYPKIND_FDMC: Typing Method of a Form Parameter DMC_TYPKNFCHAR20DMC_TYPKNF
TYPLENDMC: Data Type Length DMC_TYPLENNUMC3NUM3
TROBJ_PARAMMWB: Flag if parameter shall be used in translation object DMC_USE_AS_TROBJ_PARAMCHAR1DMC_BOOLEAN
POSPosition of the field in the table TABFDPOSNUMC4AS4POS
PARAM_TYPEType of Formal Parameter DMC_PARAM_TYPECHAR10DMC_PARAM_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_SD_FPARAM
INTO CORRESPONDING FIELDS OF WA_DMC_SD_FPARAM
WHERE...

How to access SAP table DMC_SD_FPARAM

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