SAP Reports / Programs | Enterprise Controlling | Executive Information System | Data Collection(EC-EIS-DCM) SAP EC

MKCBEF26_CALL_SCREEN_CURRENCY SAP ABAP INCLUDE - MKCBEF26CALLSCREENCURRENCY







MKCBEF26_CALL_SCREEN_CURRENCY 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 MKCBEF26_CALL_SCREEN_CURRENCY 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 MKCBEF26_CALL_SCREEN_CURRENCY. "Basic submit
SUBMIT MKCBEF26_CALL_SCREEN_CURRENCY AND RETURN. "Return to original report after report execution complete
SUBMIT MKCBEF26_CALL_SCREEN_CURRENCY 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 MKCBEF26_CALL_SCREEN_CURRENCY

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:

RKE_REPORT_POPUP_CURRENCY CALL FUNCTION 'RKE_REPORT_POPUP_CURRENCY' EXPORTING application = rkb1d-applclass column_text = rkb1d-spalte two_line_text = l_two_line source_exchange_modality = csc_linumbr function_code = ucomm long_text = rkb1d-lnmi1 source_currency = csc_liwaers source_currency_database = csc_dbwaers table = rkb1d-tabname target_currency_default = csc_dcurr exchange_modality_default = csc_ccnum i_rkb1x = rkb1x i_sel_tab = g_t_sel i_var_tab = var_tab[] i_rkb1st = rkb1st i_sf_tab = g_t_sf curr_transl_with_various_ems = l_curr_transl_with_various_ems IMPORTING exchange_modality = rkb1d-numbr return_code = rkb1d-ok target_currency = rkb1d-cukyd TABLES print = print CHANGING c_ts_currency = g_ts_currency c_field_tab = field_tab[] c_fdep_tab = fdep_tab[].

RKD_LIST_WAERS_GET CALL FUNCTION 'RKD_LIST_WAERS_GET' EXPORTING waers_popup = rkb1d-cukyd numbr = rkb1d-numbr applc = rkb1d-applclass IMPORTING waers_list = rkb1d-cukyd EXCEPTIONS OTHERS = 1.



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