SAP Function RS_SYNTAX_CHECK - ABAP Syntax Check with Dialog and Navigation

Parameter Reference Type Length Default Optional Text
I_GLOBAL_CHECK SYST-CALLD C 1 SPACE X Check the main program containing the include
I_GLOBAL_PROGRAM SYST-REPID C 40 SPACE X Main program to be checked with modified include
I_PROGRAM SYST-REPID C 40 Program or include to be checked
I_WITH_DIALOG SYST-CALLD C 1 SPACE X 'X'= show error on popup

Parameter Reference Type Length Text
CANCEL 0
O_ERROR_INCLUDE SYST-REPID C 40 the include the error is located in
O_ERROR_LINE SYST-TABIX I 4 Line of the error position
O_ERROR_MESSAGE 0 Error message text
O_ERROR_OFFSET SYST-TABIX I 4 Offset of the error position
O_ERROR_SUBRC SYST-SUBRC I 4 Return code of SYNTAX-CHECK
O_NAVIGATE SYST-CALLD C 1 Call monitor for navigation to incorrect source

Parameter Reference Length Optional Text
I_SOURCE 0 Source to be checked, its name is I_PROGRAM