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

MOIREDTFF04 SAP ABAP INCLUDE - Form routines for card handling







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


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


Text pool values


Title: Form routines for card handling


INCLUDES used within this REPORT MOIREDTFF04

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:

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.



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