RSTAZVOR is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSTAZVOR into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Model for RSLOCK0+ Generated Programs
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting line_count = 65 line_size = 80 importing out_parameters = print_params valid = print_valid.
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting line_count = 65 line_size = 132 importing out_parameters = print_params valid = print_valid.
XXL_FULL_API CALL FUNCTION 'XXL_FULL_API' EXPORTING FILENAME = FILNAME HEADER_1 = TKURZ HEADER_2 = TKURZ * NO_DIALOG = 'X' * NO_START = ' ' N_ATT_COLS = N_DATA_COLS N_HRZ_KEYS = 1 N_VRT_KEYS = N_KEY_COLS TABLES DATA = TOUT HKEY = HKEY ONLINE_TEXT = ONLINE_TEXT PRINT_TEXT = PRINT_TEXT SEMA = SEMA VKEY = VKEY EXCEPTIONS CANCELLED_BY_USER = 1 DATA_TOO_BIG = 2 DIM_MISMATCH_DATA = 3 DIM_MISMATCH_SEMA = 4 DIM_MISMATCH_VKEY = 5 * ERROR_IN_HKEY = 6 * ERROR_IN_SEMA = 7 FILE_OPEN_ERROR = 8 FILE_WRITE_ERROR = 9 * INV_DATA_RANGE = 10 INV_WINSYS = 11 INV_XXL = 12 * OTHERS = 13 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSTAZVOR - Model for RSLOCK0+ Generated Programs RSTALIM - Inc RSTABXTT - Set DDXTT tablsize Field for Parallel PCON Phase RSTABXTT - Set DDXTT tablsize Field for Parallel PCON Phase RSTABSTA - Comparison of Package/Subapplication Assignment RSTABSPZ - Comparison of Package/Subapplication Assignment