ROIREDTFCORRECT_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 ROIREDTFCORRECT_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 ROIREDTFCORRECT_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING cursorline = 1 * MARK_FLAG = ' ' mark_max = 1 * START_COL = 0 * START_ROW = 0 textline1 = text-tl1 * TEXTLINE2 = ' ' * TEXTLINE3 = ' ' titel = text-hl1 * DISPLAY_ONLY = ' ' * IMPORTING * ANSWER = TABLES t_spopli = pt_spopli EXCEPTIONS not_enough_answers = 1 too_much_answers = 2 too_much_marks = 3 OTHERS = 4 .
OIRE_CHECKS CALL FUNCTION 'OIRE_CHECKS' TABLES xdtfloch = pt_dtf_hdr xdtfloci = pt_dtf_itm.
OIRE_VALIDATION CALL FUNCTION 'OIRE_VALIDATION' EXPORTING i_call_mode = char_v i_procid = p_procid TABLES xdtfloch = pt_dtf_hdr xdtfloci = pt_dtf_itm.
OIRE_SPLITTING CALL FUNCTION 'OIRE_SPLITTING' TABLES xdtfloch = pt_dtf_hdr.
OIRE_CH_DETERMINATION CALL FUNCTION 'OIRE_CH_DETERMINATION' EXPORTING p_kalsmc = pi_kalsmc p_kappl = c_vd TABLES xdtfloch = pt_dtf_hdr.
OIRE_CCINS_GET CALL FUNCTION 'OIRE_CCINS_GET' EXPORTING i_ccnum = wal_dtf_hdr-ccnum i_ecblz = wal_dtf_hdr-ecblz i_bukrs = g_bukrs i_pblnr = wal_dtf_hdr-pblnr i_ccins = wal_dtf_hdr-ssr_ccins i_no_bukrs_check = ' ' IMPORTING e_oireccins = px_oireccins * E_CCINS_OLD = e_ccins_new = px_ccins_new e_bukrs = px_bukrs_new EXCEPTIONS card_type_not_created_in_bukrs = 1 wrong_business_location = 2 no_bukrs_found = 3 different_bukrs_determined = 4 ccard_wrong_number = 5 no_pblnr_no_bukrs_filled = 6 no_ccnum_or_ecblz = 7 card_type_has_changed = 8 ccnum_and_ecblz_are_filled = 9 different_pc_types_determined = 10 OTHERS = 11.
OIRE_UPDATE_DTF CALL FUNCTION 'OIRE_UPDATE_DTF' IN UPDATE TASK EXPORTING i_bukrs = pi_bukrs i_ccins = pi_ccins TABLES t_dtf_hdr = pt_dtf_hdr t_dtf_itm = pt_dtf_itm t_link = pt_link_dtf EXCEPTIONS dtf_table_does_not_exist = 1 OTHERS = 2.
OIRE_DTF_STATISTIC_UPDATE CALL FUNCTION 'OIRE_DTF_STATISTIC_UPDATE' EXPORTING i_stafo = 'SOIR01' i_dtf_is_sorted = 'X' TABLES t_dtf_hdr = lt_work_hdr t_dtf_itm = lt_work_itm EXCEPTIONS "SO7K017613 no_active_infostructure = 1 "SO7K017613 OTHERS = 2. "SO7K017613
OIRE_UPLOAD_PROCESS_STATUS CALL FUNCTION 'OIRE_UPLOAD_PROCESS_STATUS' EXPORTING i_procdef = 'PC01' TABLES xdtfloch = lt_work_hdr CHANGING pc_pc_obj = pc_pc_obj pc_cc01_obj = pc_cc01_obj pc_ce_obj = pc_ce_obj EXCEPTIONS process_customizing = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIREDTFCORRECT_FORMS - Include ROIREDTFCORRECT_FORMS ROIREDTFCORRECT - SSR PC: Automatic correction of error transactions ROIREDTFCORRECT - SSR PC: Automatic correction of error transactions ROIREDTFARCSBUKRCCIN_TEXTS - SSR DTF Archiving show / display program ROIREDTFARCSBUKRCCIN_TEXTS - SSR DTF Archiving show / display program ROIREDTFARCDBUKRCCIN_TEXTS - SSR DTF Archiving deletion program: Texts