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
Exporting FIELD_NAME TYPE SETHIER-FIELDNAME Name of the Selected Field
Importing CALL_IT_FIELD TYPE C SPACE Flag: "Field name" Instead of "Dimension"
Importing FIELD_MASK TYPE SETHIER-FIELDNAME '*' Mask of the Desired Field Name
Importing START_COLUMN TYPE 0 Column of the "Upper Left" Corner
Importing START_ROW TYPE 0 Line of the "Upper Left" Corner
Importing TABLE TYPE T883S-UTAB Name of table
Importing TEXT_MASK TYPE DFIES-FIELDTEXT '*' Mask for Field Text
Exception NO_FIELD_PICKED TYPE Selection was Cancelled by the User
Exception NO_FIELDS TYPE No Fields of the Table Match the Mask
Exception TABLE_NOT_FOUND TYPE Table does not exist
               
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  00000000 
SAP Release Created in