SAP Reports / Programs | Payroll | Austria | Public Sector(PY-AT-PS) SAP PY

RPCBVAA2F1 SAP ABAP INCLUDE - documentation and ABAP source code







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPCBVAA2F1. "Basic submit
SUBMIT RPCBVAA2F1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBVAA2F1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RPCBVAA2F1

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPCBVAA2F1 or its description.