SAP ABAP Function Module CREATE_HELPVIEW_FOR_TEXTREL (Creates a helpview for a given text relationship)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDVI (Package) ABAP/4 Dictionary: Views, Lock Objects
Basic Data
Function Module CREATE_HELPVIEW_FOR_TEXTREL Creates a helpview for a given text relationship  
Function Group SDM2   Help view generation  
Program Name SAPLSDM2    
INCLUDE Name LSDM2U01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting VIEWNAME TYPE DD25V-VIEWNAME Name of the generated helpview
Importing CHECKTABLE TYPE DD08V-CHECKTABLE Check table for which helpview is
Importing CUST_VIEW TYPE SPACE X: Customizing generate instead of Help view
Importing EXI_CHECK TYPE 'X' X: do not generate if view already exists
Importing NO_ACT TYPE SPACE Flag, whether it is generated for
Importing TESTRUN TYPE 'X' Flag, whether only test run
Importing VIEWNAME_IN TYPE DD25V-VIEWNAME SPACE Vorschlag für Viewnamen
Importing DDTEXT TYPE DD25V-DDTEXT SPACE Kurztext für generierten View
Exception AMBIGEOUS_NAME TYPE View name already exists
Exception CHECKTABLE_NOT_FOUND TYPE The specified check table does not
Exception HELPVIEW_EXISTS TYPE There is already a helpview for th
Exception NO_TEXTFIELD_FOUND TYPE The text table contains no text fi
Exception NO_TEXTTABLE_FOUND TYPE There is no text table for the che
Exception VIEWACT_FAILED TYPE The created view could not be acti
Exception VIEWPUT_FAILED TYPE The view could not be created
Exception VIEW_EXISTS TYPE View already exists. (for EXI_CHECK = 'x')
               
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  19950113 
SAP Release Created in