RPCBVAA2F1 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 RPCBVAA2F1 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = v_structure TABLES dd03p_tab = gt_dd03p_head EXCEPTIONS illegal_input = 0 OTHERS = 0.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = v_structure TABLES dd03p_tab = gt_dd03p_head EXCEPTIONS illegal_input = 0 OTHERS = 0.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING report = 'RPCBVAA2' mode = print_parameter_mode no_dialog = 'X' IMPORTING out_parameters = l_pri_params EXCEPTIONS archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 OTHERS = 4.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING * APPLICATION = 'TX' * ARCHIVE_INDEX = * ARCHIVE_PARAMS = device = 'PRINTER' * DIALOG = 'X' form = g_sapscript_form * LANGUAGE = SY-LANGU options = l_itcpo * MAIL_SENDER = * MAIL_RECIPIENT = * MAIL_APPL_OBJECT = * RAW_DATA_INTERFACE = '*' * IMPORTING * LANGUAGE = * NEW_ARCHIVE_PARAMS = * RESULT = EXCEPTIONS canceled = 1 device = 2 form = 3 options = 4 unclosed = 5 mail_options = 6 archive_error = 7 invalid_fax_number = 8 more_params_needed_in_batch = 9 OTHERS = 10.
TEXT_SYMBOL_SETVALUE CALL FUNCTION 'TEXT_SYMBOL_SETVALUE' EXPORTING name = sapscript_fieldname value = sapscript_fieldvalue.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING * ARCHIVE_INDEX = form = g_sapscript_form * LANGUAGE = ' ' * STARTPAGE = ' ' * PROGRAM = ' ' * MAIL_APPL_OBJECT = * IMPORTING * LANGUAGE = EXCEPTIONS form = 1 format = 2 unended = 3 unopened = 4 unused = 5 OTHERS = 6.
READ_FORM_ELEMENTS CALL FUNCTION 'READ_FORM_ELEMENTS' EXPORTING form = g_sapscript_form language = sy-langu * STATUS = ' ' TABLES elements = elements EXCEPTIONS form = 1 unopened = 2 OTHERS = 3.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = elements-element function = 'APPEND' type = 'BODY' window = elements-window EXCEPTIONS element = 1 function = 2 type = 3 unopened = 4 unstarted = 5 window = 6 bad_pageformat_for_print = 7 OTHERS = 8.
END_FORM CALL FUNCTION 'END_FORM' * IMPORTING * RESULT = EXCEPTIONS unopened = 1 bad_pageformat_for_print = 2 OTHERS = 3.
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING result = c_itcpp * RDI_RESULT = * TABLES * OTFDATA = EXCEPTIONS unopened = 1 bad_pageformat_for_print = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCBVAA2F1 - documentation and ABAP source code RPCBVAA2 - BVA Monthly SI Statement of Contributions Paid RPCBVAA2 - BVA Monthly SI Statement of Contributions Paid RPCBURZ1 - documentation and ABAP source code RPCBURZ0 - Customer-Specific Operations (BOPER) RPCBURX9 - documentation and ABAP source code