SAP ABAP Function Module SMOQ_SEGM_FLDS_INFO (Get segment and fields mapping info for WebTAP generation)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-MW (Application Component) Middleware
     SMOQ (Package) WebTAP
Basic Data
Function Module SMOQ_SEGM_FLDS_INFO Get segment and fields mapping info for WebTAP generation  
Function Group SMOQ_TAP_HELPER_FUNCTIONS   TAP helper functions  
Program Name SAPLSMOQ_TAP_HELPER_FUNCTIONS    
INCLUDE Name LSMOQ_TAP_HELPER_FUNCTIONSU05    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_SMOG_TRANS TYPE SMOG_TRANS-SMOG_TRANS SMOG_TRANS value when only SMOG_SEGM was passed.
Exporting E_TRANS_ID TYPE SMOG_TRANS-TRANS_ID Message type ID
Exporting E_TRANS_NAME TYPE SMOG_TRANS-TR_NAME Transaction Name
Importing I_SMOG_TRANS TYPE SMOG_TRANS-SMOG_TRANS Transaction key (GUID) (Either Transation Key or Segment key should be given )
Importing I_SMOG_SEGM TYPE SMOG_SEGM-SMOG_SEGM Segment Key (GUID) (Either Transation Key or Segment key should be given )
Importing I_FLD_INFO_REQD TYPE CHAR1 'T' Field Mapping Info required Flag
Importing I_IDEN_MEMOFLD TYPE CHAR1 'F' Identify Memo field
Importing I_ATCH_MEMOFLD TYPE CHAR1 'F' NEEDS I_IDEN_MEMOFLD ON. Attach Memo field to the segment info.
Importing I_IDEN_PARSEGM TYPE CHAR1 'F' Identify Parent segment info and place it in segment info.
Importing I_IDEN_ROOTSEGM TYPE CHAR1 'F' Identify root segment info and place it in segment info.
Tables T_SG_TBL TYPE SMOQ_SEGM Structure with Segment Info for WebTAP fn mod generation
Tables T_FLD TYPE SMOQ_FLD Structure with Fields Info for WebTAP fn mod generation
Exception TRANS_OR_SEGM_MISSING TYPE Both Transation Key and Segment Key were empty
Exception SEGMINFO_NOTFOUND TYPE Segment info from repo tables not found
Exception TBLINFO_NOTFOUND TYPE Mapped tables info from repo tables not found
Exception FLDINFO_NOTFOUND TYPE Mapped fields info from repo tables not found
Exception INTTYPE_NOTFOUND TYPE Internal type of a field not found
Exception PRIMKEY_NOTFOUND TYPE Primary Key of a table 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  20010220 
SAP Release Created in 12A