SAP Reports / Programs

REAINV07 SAP ABAP Report - Create collective bill (mass creation)







REAINV07 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Create Collective Bill This report compiles the collective bill documents generated when tenant contracts are invoiced in one collective bill print document...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter REAINV07 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

EA10_COLL - Create collective bill


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 REAINV07. "Basic submit
SUBMIT REAINV07 AND RETURN. "Return to original report after report execution complete
SUBMIT REAINV07 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: BLDAT = D Document Date
Selection Text: BUDAT = D Posting Date
Selection Text: DATUM = D End Date
Selection Text: EXLOG = D Extended Log
Selection Text: FAEDKAR = D Days to Due Date
Selection Text: FAEDN = D Due before
Selection Text: LAUFZ = D Check runtime
Selection Text: PARTNER = D Business Partner
Selection Text: SIMU = D Document simulated
Selection Text: TIME = D End time
Selection Text: VKONTO = D Contract account
Title: Create collective bill (mass creation)
Text Symbol: 000 = Invoicing Terminated (See Log)
Text Symbol: 002 = Invoicing Completed (See Log)
Text Symbol: 003 = Posting parameters
Text Symbol: 004 = General selections
Text Symbol: 008 = Commit counter
Text Symbol: 009 = Invoicing unit(s)
Text Symbol: 010 = Simulation run
Text Symbol: 012 = End of runtime
Text Symbol: 013 = Log


INCLUDES used within this REPORT REAINV07

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:

RS_SUBMIT_INFO CALL FUNCTION 'RS_SUBMIT_INFO' IMPORTING p_submit_info = submitinfo.

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

ISU_INV_MASS_PROCESSING CALL FUNCTION 'ISU_INV_MASS_PROCESSING' IMPORTING y_handle = g_handle TABLES xt_vkont = tab_vkont xt_partner = tab_partner xt_sammlervk = tab_sammlervk xt_portion = tab_portion xt_abrvorg = tab_abrvorg xt_sparte = tab_sparte yt_opbel = t_opbel CHANGING xy_param = invoice_param EXCEPTIONS OTHERS = 1.

ISU_INV_PF_STATUS_HANDLE CALL FUNCTION 'ISU_INV_PF_STATUS_HANDLE' EXPORTING x_handle = g_handle TABLES t_opbel = t_opbel t_portion = tab_portion t_abrvorg = tab_abrvorg t_sparte = tab_sparte EXCEPTIONS iu_error = 1 system_error = 2 not_qualified = 3 OTHERS = 4.

ISU_INV_PF_STATUS_HANDLE CALL FUNCTION 'ISU_INV_PF_STATUS_HANDLE' EXPORTING x_handle = g_handle TABLES t_opbel = t_opbel t_portion = tab_portion t_abrvorg = tab_abrvorg t_sparte = tab_sparte EXCEPTIONS iu_error = 1 system_error = 2 not_qualified = 3 OTHERS = 4.



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