RFZALPRI 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 RFZALPRI 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: Subroutines for Storing Print Parameters for Batch Program Runs
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 data_set = p_dataset expiration = 9 immediately = space layout = 'X_65_132' line_count = 65 line_size = 132 list_name = sy-uname list_text = lx_text new_list_id = 'X' release = space mode = 'BATCH' no_dialog = 'X' IMPORTING out_archive_parameters = arc_params out_parameters = pri_params valid_for_spool_creation = lx_spool valid = lx_valid.
SERIALIZE_PRINT_PARAMETERS CALL FUNCTION 'SERIALIZE_PRINT_PARAMETERS' EXPORTING print_parameters = pri_params archive_parameters = arc_params IMPORTING out_string = p_newpri.
SERIALIZE_PRINT_PARAMETERS CALL FUNCTION 'SERIALIZE_PRINT_PARAMETERS' EXPORTING print_parameters = pri_params archive_parameters = arc_params IMPORTING out_string = p_newpri.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING report = l_repname in_archive_parameters = arc_params in_parameters = pri_params mode = 'BATCH' no_dialog = p_no_dialog IMPORTING out_archive_parameters = arc_params out_parameters = pri_params valid = px_valid valid_for_spool_creation = px_spool "see note 886327 EXCEPTIONS * invalid_print_params = 2 * invalid_archive_params = 2 archive_info_not_found = 2 OTHERS = 4.
SERIALIZE_PRINT_PARAMETERS CALL FUNCTION 'SERIALIZE_PRINT_PARAMETERS' "HW 1704184 EXPORTING print_parameters = pri_params archive_parameters = arc_params IMPORTING out_string = p_newpri.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING archive_id = arc_params-archiv_id archive_info = arc_params-info archive_text = arc_params-arctext ar_object = arc_params-ar_object sap_object = arc_params-sap_object archive_mode = pri_params-armod authority = pri_params-prber copies = pri_params-prcop cover_page = pri_params-prbig data_set = pri_params-prdsn department = pri_params-prabt destination = pri_params-pdest expiration = pri_params-pexpi immediately = pri_params-primm layout = pri_params-paart line_count = pri_params-linct line_size = pri_params-linsz list_name = pri_params-plist list_text = pri_params-prtxt new_list_id = pri_params-prnew receiver = pri_params-prrec release = pri_params-prrel sap_cover_page = pri_params-prsap type = pri_params-ptype mode = 'BATCH' no_dialog = p_no_dialog IMPORTING out_archive_parameters = arc_params out_parameters = pri_params valid_for_spool_creation = px_spool "see note 886327 valid = px_valid.
SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING in_archive_parameters = arc_params in_parameters = pri_params.
LOAD_PRINT_PARAMETERS CALL FUNCTION 'LOAD_PRINT_PARAMETERS' EXPORTING key = p_parmky IMPORTING out_parameters = pri_params key_found = l_code EXCEPTIONS error_occured = 1.
STORE_PRINT_PARAMETERS CALL FUNCTION 'STORE_PRINT_PARAMETERS' EXPORTING in_parameters = pri_params applikation = 'F' priprog = l_repid user = l_user IMPORTING key = p_parmky EXCEPTIONS error_occured = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFZALPRI - Subroutines for Storing Print Parameters for Batch Program Runs RFZALLIS - Subroutines for List Tool Output in Report RFZALI20 RFZALKHU - Rounding Payment Amounts to the Forint RFZALKHU - Rounding Payment Amounts to the Forint RFZALINI_MAX - RFZALINIMAX RFZALINI - documentation and ABAP source code