SAP ABAP Function Module EDITOR_SYNTAX_CHECK (ABAP/4-Syntax-Check, bei Includes unter Einschluß des TOP-Includes)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ABA (Application Component) ABAP Editor
     SEDI (Package) PROGRAM EDITOR
Basic Data
Function Module EDITOR_SYNTAX_CHECK ABAP/4-Syntax-Check, bei Includes unter Einschluß des TOP-Includes  
Function Group S38E   Editor function modules  
Program Name SAPLS38E   ABAP Editor Functions 
INCLUDE Name LS38EU14    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting O_ERROR_INCLUDE TYPE SYST-REPID Include where error is located
Exporting O_ERROR_LINE TYPE SYST-INDEX 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
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_R2_CHECK TYPE ABAP_BOOL SPACE Check with R/2 syntax
Importing I_R2_DESTINATION TYPE TXCOM-SDEST SPACE RFC destinatiion for R/2 syntax check
Importing I_TRDIR TYPE TRDIR Generierte Tabelle zum View TRDIR
Importing I_CORRWARN TYPE SPACE
Importing ALL_ERRORS TYPE SPACE
Tables I_SOURCE TYPE   Source to be checked, its name is I_PROGRAM
Tables O_CORRECTION_TAB TYPE  
Tables O_WARNINGS_TAB TYPE RSLINLMSG
Tables O_ERROR_TAB TYPE RSLINLMSG
               
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