SAP ABAP Function Module SMO9_GET_TBLFLD_NAME (Gives table name and the field name for given transaction segment field)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM-MW-KGN (Application Component) Key Generation
⤷
SMO9 (Package) Logical Services
⤷
⤷
Basic Data
| Function Module | SMO9_GET_TBLFLD_NAME | Gives table name and the field name for given transaction segment field |
| Function Group | SMO9KEY | KeyGen Function Group |
| Program Name | SAPLSMO9KEY | KeyGen Function Group |
| INCLUDE Name | LSMO9KEYU06 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
TABLE_NAME | TYPE | SMOG_SFLD-TABNAME | The name of physical table | |||
| |
FLD_NAME | TYPE | SMOG_SFLD-TABFIELD | the name of the field name | |||
| |
TRANSACTION_NAME | TYPE | SMOG_TRANS-TR_NAME | Name of the transaction | |||
| |
SEGMENT_NAME | TYPE | SMOG_SEGM-TR_SNAME | Name of the segment | |||
| |
FIELD_NAME | TYPE | SMOG_SFLD-TR_NAME | Name of the field | |||
| |
GEN_FAILURE | TYPE | General failure exception | ||||
| |
TRAN_NOTFOUND | TYPE | The transaction is not found | ||||
| |
SEGM_NOTFOUND | TYPE | The segment is not found | ||||
| |
FLD_NOTFOUND | TYPE | The field entry is not there | ||||
| |
NO_PFIELD_ENTRY | TYPE | No entry for the physical field | ||||
| |
NO_FIELD_ENTRY | TYPE | No entry for the segment field | ||||
| |
PFLD_NOTFOUND | TYPE | Parent field not found. | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 19991116 |
| SAP Release Created in |