SAP Reports / Programs | Service Station Retailing | Industry Solution Oil | Service Station Retailing(IS-OIL-DS-SSR) SAP IS

ROIRE_RECON_DISPLAY_FORMS SAP ABAP INCLUDE - Include ROIRE_RECON_DISPLAY_FORMS







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


Text pool values


Title: Include ROIRE_RECON_DISPLAY_FORMS


INCLUDES used within this REPORT ROIRE_RECON_DISPLAY_FORMS

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:

OIRE_READ_RECON CALL FUNCTION 'OIRE_READ_RECON' EXPORTING i_recon_ind = char_r TABLES t_waers = pt_waers t_pblnr = pt_pblnr t_vkdat = pt_vkdat t_recon_no = pt_recno t_upldat = pt_upldt t_uplnr = pt_uplnr t_recon_adm = px_adm t_v_recon_agg = lt_agg t_v_recon_det = lt_det EXCEPTIONS wrong_recon_ind = 1 wrong_det_agg_ind = 2 no_entries_found = 3 wrong_settl_ind = 4 OTHERS = 5.

OIRE_READ_DTF CALL FUNCTION 'OIRE_READ_DTF' EXPORTING i_access = c_access_via_chobj i_bukrs = l_bukrs-low i_dumm = 'E' i_proc = l_proc p_readdb = 'X' "SSR Archiving TABLES ti_pblnr = pt_pblnr ti_ssr_ccins = pt_ccins ti_vkdat = pt_vkdat ti_waers = pt_waers ti_dtf_hdr = pt_oireuplkxxxx ti_dtf_itm = pt_oireuplpxxxx ti_recon_no = pt_recno ti_chobj = pt_chobj EXCEPTIONS invalid_access_method = 1 wrong_validation_status = 2 clearing_house_does_not_exist = 3 company_code_does_not_exist = 4 invalid_document_type = 5 invalid_complaint_flag = 6 invalid_lock_indicator = 7 invalid_compres = 8 invalid_dummy_indicator = 9 OTHERS = 10.



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