SAP ABAP Function Module ASTRUC_TEXT_GET (Get text for allocation structure and one line of the structure)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       KAUC (Package) Customizing R/3 Cost Accounting, Orders
Basic Data
Function Module ASTRUC_TEXT_GET Get text for allocation structure and one line of the structure  
Function Group 0C5K_SERV   Services for Allocation Structure  
Program Name SAPL0C5K_SERV   Services for allocation structure 
INCLUDE Name L0C5K_SERVU03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_ASTRUC_TEXT TYPE TEXT30 text for allocation structure
Exporting E_LINE_TEXT TYPE TEXT30 text for one line in the structure
Exporting E_OBJ_KEY_OUT TYPE SETUSAGE-OBJ_NAME key of one line (in output format)
Exporting E_OBJ_TEXT TYPE SETUSAGE-DESCRIPTION text of line and structure; concatenated
Importing I_ASTRUC TYPE TKB5A-ABSCH allocation structure
Importing I_LINE TYPE TKB5E-ABZUO line of allocation structure
Importing I_KOKRS TYPE TKB5E-KOKRS controlling area
Importing I_OBJ_KEY TYPE SETUSAGE-OBJ_KEY key of one line in an alloc. structure
Importing I_LANGU TYPE SYLANGU SY-LANGU language
Exception WRONG_INPUT TYPE wrong importing parameter (no message)
Exception ASTRUC_NOT_FOUND TYPE no text for structure found (no message)
Exception LINE_NOT_FOUND TYPE no text for line found (no message)
               
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  19990317 
SAP Release Created in