SAP ABAP Function Module RS_SYNTAX_CHECK (ABAP Syntax Check with Dialog and Navigation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ABA (Application Component) ABAP Editor
     SEDI (Package) PROGRAM EDITOR
Basic Data
Function Module RS_SYNTAX_CHECK ABAP Syntax Check with Dialog and Navigation  
Function Group S38E   Editor function modules  
Program Name SAPLS38E   ABAP Editor Functions 
INCLUDE Name LS38EU18    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting O_ERROR_INCLUDE TYPE SYST-REPID the include the error is located in
Exporting O_ERROR_LINE TYPE SYST-TABIX Line of the error position
Exporting O_ERROR_MESSAGE TYPE Error message text
Exporting O_ERROR_OFFSET TYPE SYST-TABIX Offset of the error position
Exporting O_ERROR_SUBRC TYPE SYST-SUBRC Return code of SYNTAX-CHECK
Exporting O_NAVIGATE TYPE SYST-CALLD Call monitor for navigation to incorrect source
Exporting CANCEL TYPE
Importing I_GLOBAL_CHECK TYPE SYST-CALLD SPACE Check the main program containing the include
Importing I_GLOBAL_PROGRAM TYPE SYST-REPID SPACE Main program to be checked with modified include
Importing I_PROGRAM TYPE SYST-REPID Program or include to be checked
Importing I_WITH_DIALOG TYPE SYST-CALLD SPACE 'X'= show error on popup
Tables I_SOURCE TYPE   Source to be checked, its name is I_PROGRAM
               
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