SAP Reports / Programs

REAPRIN1 SAP ABAP Report - Print Collective Bill (old, do not use!)







REAPRIN1 is a standard Executable ABAP Report 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 REAPRIN1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EA59 - Print Collective Bill (Old)


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 REAPRIN1. "Basic submit
SUBMIT REAPRIN1 AND RETURN. "Return to original report after report execution complete
SUBMIT REAPRIN1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: ABWBL = D Substitute document
Selection Text: ABWVK = D Collective Bill Account
Selection Text: ERGRD = D Creation reason
Selection Text: EXLOG = D Extended Log
Selection Text: FAEDN = until due date for net payment
Selection Text: INVOICED = D Document posted
Selection Text: PARA_SET = Print parameters defined
Selection Text: SIMU = D Document simulated
Selection Text: SINGLEPR = Print single documents as well
Title: Print Collective Bill (old, do not use!)
Text Symbol: 000 = Printing canceled (see log)
Text Symbol: 001 = Print collective bill
Text Symbol: 002 = Printing completed (see log)
Text Symbol: 004 = Selection parameters
Text Symbol: 005 = Reprint
Text Symbol: 006 = Print and archiving parameters
Text Symbol: 007 = Log


INCLUDES used within this REPORT REAPRIN1

INCLUDE MEAPRIND.


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:

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SEL' * P_PROGRAM = ' ' TABLES p_exclude = t EXCEPTIONS OTHERS = 1.

ADDR_MEMORY_CLEAR_AUTOACTIVE call function 'ADDR_MEMORY_CLEAR_AUTOACTIVE'. "note 356176

ISU_S_EITERDK_SELECT_ALL CALL FUNCTION 'ISU_S_EITERDK_SELECT_ALL' EXPORTING * X_MAXCOUNT = 0 * X_SORT = * X_ACTUAL = x_simulated = simu x_invoiced = invoiced x_tobreleasd = tobrelsd * IMPORTING * Y_COUNT = * Y_OVERFLOW = * Y_EITERDK = TABLES * xt_opbel = tab_opbel * xt_gpartner = tab_partner * xt_vkont = tab_vkont * xt_portion = tab_portion * xt_fikey = tab_fikey * xt_abrvorg = tab_abrvorg xt_druckdat = tab_printdate xt_ergrd = tab_ergrd xt_abwvk = tab_abwvk xt_abwbl = tab_abwbl yt_eiterdk = t_eiterdk EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 OTHERS = 4.

ISU_GET_ACC_ADRESS_DATA CALL FUNCTION 'ISU_GET_ACC_ADRESS_DATA' EXPORTING x_doc_type = '1' x_vkont = l_vkont TABLES yt_addressdata = print_obj-t_addressdata EXCEPTIONS not_found = 1 OTHERS = 4.

ISU_PRINT_EXPANDED CALL FUNCTION 'ISU_PRINT_EXPANDED' EXPORTING x_printparams = print_obj-printpar x_archive_params = print_obj-archive_params x_archive_index = print_obj-archive_index x_recipient = print_obj-recipient TABLES xt_ranges = sel * XT_RANGES1 = * XT_RANGES2 = * XT_RANGES3 = * XT_RANGES4 = * XT_RANGES5 = * XT_RANGES6 = * XT_RANGES7 = * XT_RANGES8 = * XT_RANGES9 = xt_addressdata = print_obj-t_addressdata EXCEPTIONS failed = 1 OTHERS = 2.

ISU_INV_PF_STATUS_HANDLE CALL FUNCTION 'ISU_INV_PF_STATUS_HANDLE' EXPORTING x_handle = g_handle TABLES t_opbel = t_opbel * T_PORTION = * T_ABRVORG = EXCEPTIONS iu_error = 1 system_error = 2 not_qualified = 3 OTHERS = 4.

EFG_GET_PRINT_PARAMETERS CALL FUNCTION 'EFG_GET_PRINT_PARAMETERS' EXPORTING x_printparams = print_obj-printpar x_archive_bor_object = co_objtype_printdoc x_archive_arc_object = co_bill_doc_typ * X_NO_DELAYED_PRINT = 'X' * X_NO_FORMKEY = 'X' * X_FORCE_SAPSCRIPT = ' ' x_no_preview = co_true IMPORTING y_printparams = printpar y_archive_params = print_obj-archive_params y_archive_index = print_obj-archive_index EXCEPTIONS cancelled = 1 OTHERS = 2.



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 REAPRIN1 or its description.