MOIREDTFI01 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 MOIREDTFI01 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: PAI modules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CCSECA_CCNUM_SHOW_UNMASKED CALL FUNCTION 'CCSECA_CCNUM_SHOW_UNMASKED' EXPORTING I_CCNUM = roiredtf-ccnum i_ccnum_masked = ccseca-ccnum I_ENCTYPE = c_enctype * I_GUID = i_tabid = '080' i_tabkey = l_tabkey "l_dtf_hdr_name * I_NEW_OBJECT = .
CCSECA_CCNUM_SHOW_UNMASKED CALL FUNCTION 'CCSECA_CCNUM_SHOW_UNMASKED' EXPORTING * I_CCNUM = i_ccnum_masked = roiredtf-ccnum I_ENCTYPE = c_enctype I_GUID = roiredtf-cguid i_tabid = '080' i_tabkey = l_tabkey "l_dtf_hdr_name * I_NEW_OBJECT = .
OIRE_CCINS_GET call function 'OIRE_CCINS_GET' exporting i_ccnum = roiredtf-ccnum i_ecblz = roiredtf-ecblz i_bukrs = roiredtf-bukrs i_pblnr = roiredtf-pblnr i_ccins = roiredtf-ssr_ccins importing e_oireccins = wav_oireccins e_ccins_old = tmp_ccins_old e_ccins_new = tmp_ccins_new e_bukrs = tmp_bukrs 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.