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 |
|---|---|---|---|---|---|---|---|
| |
E_SMOG_TRANS | TYPE | SMOG_TRANS-SMOG_TRANS | SMOG_TRANS value when only SMOG_SEGM was passed. | |||
| |
E_TRANS_ID | TYPE | SMOG_TRANS-TRANS_ID | Message type ID | |||
| |
E_TRANS_NAME | TYPE | SMOG_TRANS-TR_NAME | Transaction Name | |||
| |
I_SMOG_TRANS | TYPE | SMOG_TRANS-SMOG_TRANS | Transaction key (GUID) (Either Transation Key or Segment key should be given ) | |||
| |
I_SMOG_SEGM | TYPE | SMOG_SEGM-SMOG_SEGM | Segment Key (GUID) (Either Transation Key or Segment key should be given ) | |||
| |
I_FLD_INFO_REQD | TYPE | CHAR1 | 'T' | Field Mapping Info required Flag | ||
| |
I_IDEN_MEMOFLD | TYPE | CHAR1 | 'F' | Identify Memo field | ||
| |
I_ATCH_MEMOFLD | TYPE | CHAR1 | 'F' | NEEDS I_IDEN_MEMOFLD ON. Attach Memo field to the segment info. | ||
| |
I_IDEN_PARSEGM | TYPE | CHAR1 | 'F' | Identify Parent segment info and place it in segment info. | ||
| |
I_IDEN_ROOTSEGM | TYPE | CHAR1 | 'F' | Identify root segment info and place it in segment info. | ||
| |
T_SG_TBL | TYPE | SMOQ_SEGM | Structure with Segment Info for WebTAP fn mod generation | |||
| |
T_FLD | TYPE | SMOQ_FLD | Structure with Fields Info for WebTAP fn mod generation | |||
| |
TRANS_OR_SEGM_MISSING | TYPE | Both Transation Key and Segment Key were empty | ||||
| |
SEGMINFO_NOTFOUND | TYPE | Segment info from repo tables not found | ||||
| |
TBLINFO_NOTFOUND | TYPE | Mapped tables info from repo tables not found | ||||
| |
FLDINFO_NOTFOUND | TYPE | Mapped fields info from repo tables not found | ||||
| |
INTTYPE_NOTFOUND | TYPE | Internal type of a field not found | ||||
| |
PRIMKEY_NOTFOUND | TYPE | Primary Key of a table 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 | 20010220 |
| SAP Release Created in | 12A |