MOIREDTFF04 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 MOIREDTFF04 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: Form routines for card handling
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
KNVV_SINGLE_READ CALL FUNCTION 'KNVV_SINGLE_READ' EXPORTING i_kunnr = ls_oirechbpa-kunn2 i_vkorg = ls_oira2_bbp1-vkorg i_vtweg = ls_oira2_bbp1-vtweg i_spart = ls_oira2_bbp1-spart IMPORTING o_knvv = ls_knvv EXCEPTIONS not_found = 1 parameter_error = 2 OTHERS = 3.
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING cursorline = 1 mark_max = 1 textline1 = 'Choose one entry'(t01) "Choose one entry titel = text-h02 "Select inv. method
CHECK_PCNUM CALL FUNCTION 'CHECK_PCNUM' EXPORTING pi_ccnum = pe_roiredtf-ccnum pi_check_for_characters = c_flag_on pi_bukrs = pe_roiredtf-bukrs TABLES pt_oirepcnum = pc_cc01_obj-oirepcnum_tab CHANGING pc_ccins = tmp_ccins EXCEPTIONS number_containes_characters = 1 no_card_type_determined = 2 OTHERS = 3.
OIREPBL_SINGLE_READ CALL FUNCTION 'OIREPBL_SINGLE_READ' EXPORTING oirepbl_ssr_ccins = p_roiredtf-ssr_ccins oirepbl_pblnr = p_roiredtf-pblnr * oirepbl_datab = sy-datum "SO7K104631 MS oirepbl_datab = p_roiredtf-vkdat "SO7K104631 MS IMPORTING woirepbl = l_oirepbl EXCEPTIONS not_found = 1 OTHERS = 2.
OIRE_DETERMINE_SCREEN_NO CALL FUNCTION 'OIRE_DETERMINE_SCREEN_NO' EXPORTING pi_bukrs = roiredtf-bukrs pi_ccins = roiredtf-SSR_CCINS IMPORTING pe_program = l_subprg_inf pe_subscr = l_subscrn_inf.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIREDTFF04 - Form routines for card handling MOIREDTFF03 - Form routines for the FCodes MOIREDTFF02 - Screen Control and Tabstrip Control Routines MOIREDTFF01 - Formroutines MOIRC_VIEW_CLUSTER_ROUTINESTOP - Include MOIRC_VIEW_CLUSTER_ROUTINESTOP MOIRC_VIEW_CLUSTER_ROUTINESF01 - Include MOIRC_VIEW_CLUSTER_ROUTINESF01