SAP ABAP Function Module G_SELECT_FIELD (Selection of a Field from a Table)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
GBSE (Package) FI-SL sets
⤷
⤷
⤷
Basic Data
| Function Module | G_SELECT_FIELD | Selection of a Field from a Table |
| Function Group | GSBD | SETS: Select objects |
| Program Name | SAPLGSBD | ?... |
| INCLUDE Name | LGSBDU01 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
FIELD_NAME | TYPE | SETHIER-FIELDNAME | Name of the Selected Field | |||
| |
CALL_IT_FIELD | TYPE | C | SPACE | Flag: "Field name" Instead of "Dimension" | ||
| |
FIELD_MASK | TYPE | SETHIER-FIELDNAME | '*' | Mask of the Desired Field Name | ||
| |
START_COLUMN | TYPE | 0 | Column of the "Upper Left" Corner | |||
| |
START_ROW | TYPE | 0 | Line of the "Upper Left" Corner | |||
| |
TABLE | TYPE | T883S-UTAB | Name of table | |||
| |
TEXT_MASK | TYPE | DFIES-FIELDTEXT | '*' | Mask for Field Text | ||
| |
NO_FIELD_PICKED | TYPE | Selection was Cancelled by the User | ||||
| |
NO_FIELDS | TYPE | No Fields of the Table Match the Mask | ||||
| |
TABLE_NOT_FOUND | TYPE | Table does not exist | ||||
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 | 00000000 |
| SAP Release Created in |