SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Business Service Functions(BC-SRV-BSF) SAP BC

MCURRF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MCURRF01

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:

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'CURR_INT' langu = sy-langu TABLES dd07v_tab = lt_dd07v.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Abbrechen'(011) text_question = 'Transaktion verlassen ohne zu sichern ?'(012) default_button = '2' display_cancel_button = '' IMPORTING answer = l_answer.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_RED_LIGHT' info = text-001 "overdue IMPORTING RESULT = status_light.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_YELLOW_LIGHT' info = text-002 "maintain today IMPORTING RESULT = status_light.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_GREEN_LIGHT' info = text-003 "up-to-date IMPORTING RESULT = status_light.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = 'Gültigkeitsdatum eingeben'(004) start_column = '15' start_row = '15' IMPORTING returncode = l_rc TABLES fields = lt_sval.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Kurseingabe abbrechen'(007) text_question = 'Wirklich abbrechen ? Dabei gehen diese Kurse verloren !'(008) default_button = '2' display_cancel_button = '' IMPORTING answer = l_answer.

ENQUEUE_E_WKSET CALL FUNCTION 'ENQUEUE_E_WKSET' EXPORTING mode_tcurwkset = 'E' wkset = p_workset _scope = '1'.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' "839286 EXPORTING view_name = 'V_TCURR' action = 'E' enqueue_mode = 'S' * enqueue_range = header-subsetflag * TABLES * sellist = rangetab EXCEPTIONS foreign_lock = 1.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' EXPORTING iv_no_show_option = 'X' TABLES wt_ko200 = lt_ko200.

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' EXPORTING iv_no_show_option = 'X' TABLES wt_ko200 = lt_ko200 wt_e071k = lt_e071k.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_OKAY' info = text-009 "workset done IMPORTING RESULT = gv_icon_done.



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