SAP ABAP Function Module SMOQ_STRUCTFIELD_ATTRIBUTES (Fetch the Segment field position, length, type and inttype in the segment)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM-MW (Application Component) Middleware
⤷
SMOQ (Package) WebTAP
⤷
⤷
Basic Data
| Function Module | SMOQ_STRUCTFIELD_ATTRIBUTES | Fetch the Segment field position, length, type and inttype in the segment |
| Function Group | SMOQ_TAP_HELPER_FUNCTIONS | TAP helper functions |
| Program Name | SAPLSMOQ_TAP_HELPER_FUNCTIONS | |
| INCLUDE Name | LSMOQ_TAP_HELPER_FUNCTIONSU01 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
START_POS | TYPE | SMOG_LENTH | Starting position | |||
| |
LENGTH | TYPE | SMOG_LENTH | Length of the field | |||
| |
DECIMALS | TYPE | SMOG_DECIM | Decimal length of the field | |||
| |
FIELDTYPE | TYPE | DYNPTYPE | ABAP/4 Dictionary: Screen data type for Screen Painter | |||
| |
INTTYPE | TYPE | INTTYPE | ABAP data type (C,D,N,...) | |||
| |
ROLLNAME | TYPE | ROLLNAME | Data Element of the field | |||
| |
STRUCTURE_NAME | TYPE | SMOG_MAPSG-TR_SEGDD | Name of the Structure/Table | |||
| |
FIELD_NAME | TYPE | SMOG_SFLD-TR_NAME | Name of the field | |||
| |
STRUCT_NOTFOUND | TYPE | Message is not found in table | ||||
| |
FLD_NOTFOUND | TYPE | Corresponding field is not found. | ||||
| |
STAT_ITAB_ENTRY_FAIL | TYPE | Static table insertion fail. | ||||
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 |