Ansicht
Dokumentation

RS_SYNTAX_CHECK - ABAP Syntax Check with Dialog and Navigation

RS_SYNTAX_CHECK - ABAP Syntax Check with Dialog and Navigation

TXBHW - Original Tax Base Amount in Local Currency   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.
SAP E-Book

This function checks the syntax of the ABAP/4 I_PROGRAM program, whose source code is to be passed in table I_SOURCE.

If I_PROGRAM is an include porgram, it can also be checked together with its master program I_GLOBAL_PROGRAM - provided I_GLOBAL_CHECK = 'X' is specified. In this manner, you can check whether the source code in I_SOURCE is correct in the master program.

O_ERROR_SUBRC = 0 if no error was found; otherwise = 4.

If there is an error, the error message is returned in O_ERROR_MESSAGE and the location of the error is returned in O_ERROR_INCLUDE, O_ERROR_LINE, O_ERROR_OFFSET.

If I_WITH_DIALOG = 'X', the error message is displayed in a dialog box. The Display and Change functions are provided on this window. If you select one of then, a corresponding entry is placed in the navigation table.
To actually branch to the error position, you need to call the navigation monitor using the function RS_NAVIGATION_MONITOR_ACTIVATE after the RS_SYNTAX_CHECK call.





Parameters

CANCEL
I_GLOBAL_CHECK
I_GLOBAL_PROGRAM
I_PROGRAM
I_SOURCE
I_WITH_DIALOG
O_ERROR_INCLUDE
O_ERROR_LINE
O_ERROR_MESSAGE
O_ERROR_OFFSET
O_ERROR_SUBRC
O_NAVIGATE

Exceptions

Function Group

S38E

rdisp/max_wprun_time - Maximum work process run time   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 1390 Date: 20240523 Time: 134541     sap01-206 ( 33 ms )