Data Element list used by SAP ABAP Function Module G_MATCHCODE_GET (Determine Matchcode ID and Object (Entry: Domain or Table Field))
SAP ABAP Function Module
G_MATCHCODE_GET (Determine Matchcode ID and Object (Entry: Domain or Table Field)) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DOMNAME | Domain name | SOURCE VALUE(DOMNAME) LIKE DFIES-DOMNAME DEFAULT SPACE |
|
| 2 | FIELDNAME | Field Name | SOURCE VALUE(FIELDNAME) LIKE DFIES-FIELDNAME DEFAULT SPACE |
|
| 3 | MCID | Matchcode ID | SOURCE VALUE(MC_ID) LIKE DD23L-MCID |
|
| 4 | MCONAME | Name of a matchcode object | SOURCE VALUE(MC_OBJECT) LIKE DD23L-MCONAME |
|
| 5 | TABNAME | Table Name | SOURCE VALUE(TABNAME) LIKE DFIES-TABNAME DEFAULT SPACE |
|