ROIRE_CH_PROC_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_CH_PROC_FORMS 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.
Title: Include ROIRE_CH_PROCESSING_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING * DEFAULTOPTION = 'Y' diagnosetext1 = text-o3a * DIAGNOSETEXT2 = ' ' * DIAGNOSETEXT3 = ' ' textline1 = text-o3b * TEXTLINE2 = ' ' titel = text-o3c start_column = 25 start_row = 6 cancel_display = 'X' IMPORTING answer = l_popup_answer.
OIRE_READ_DTF CALL FUNCTION 'OIRE_READ_DTF' EXPORTING i_access = pi_access i_bukrs = pi_bukrs i_dumm = char_e i_compindicator = pi_includeitems * i_settlnr = i_chobj = pi_chobj i_proc = pi_proc * I_MAXHITS = p_readdb = 'X' "SSR Archiving
TABLES ti_pblnr = pt_pblnr ti_ssr_ccins = pt_ccins ti_vkdat = pt_vkdat ti_waers = pt_waers ti_val_routine = pt_val_routine * TI_SRCID = ti_linknr = pt_linknr * TI_LINK = ti_dtf_hdr = pt_oireuplkxxxx ti_dtf_itm = pt_oireuplpxxxx ti_linknryr = pt_linknryr 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 OTHERS = 9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIRE_CH_PROC_FORMS - Include ROIRE_CH_PROCESSING_FORMS ROIRE_CH_PROC_DISPLAY_MAINSCRE - Include ROIRE_CH_PROC_DISPLAY_MAINSCRE ROIRE_CH_PROC_DISPLAY_GET_DATA - Include ROIRE_CH_PROC_DISPLAY_GET_DATA ROIRE_CH_PROC_DISPLAY_FORMS - Include ROIRE_CH_PROC_DISPLAY_FORMS ROIRE_CH_PROC_DISPLAY_CHECKS - Include ROIRE_CH_PROC_DISPLAY_CHECKS ROIRE_CH_PROC_COMMONFORMS - Include ROIRE_CH_PROCESSING_COMMONFRMS