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
Exporting TABLE_NAME TYPE SMOG_SFLD-TABNAME The name of physical table
Exporting FLD_NAME TYPE SMOG_SFLD-TABFIELD the name of the field name
Importing TRANSACTION_NAME TYPE SMOG_TRANS-TR_NAME Name of the transaction
Importing SEGMENT_NAME TYPE SMOG_SEGM-TR_SNAME Name of the segment
Importing FIELD_NAME TYPE SMOG_SFLD-TR_NAME Name of the field
Exception GEN_FAILURE TYPE General failure exception
Exception TRAN_NOTFOUND TYPE The transaction is not found
Exception SEGM_NOTFOUND TYPE The segment is not found
Exception FLD_NOTFOUND TYPE The field entry is not there
Exception NO_PFIELD_ENTRY TYPE No entry for the physical field
Exception NO_FIELD_ENTRY TYPE No entry for the segment field
Exception PFLD_NOTFOUND TYPE Parent field not found.
               
Processing Type
Normal Function Module  
Remote-Enabled 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