SAP Reports / Programs | Incentive and Commission Management (ICM)(ICM) SAP ICM

CACS_CONVERT_CUST SAP ABAP Report - Program EURO_CUST_CONV







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


Text pool values


Title: Program EURO_CUST_CONV
Text Symbol: 001 = ICM Not Active -> Everything O.K.!
Text Symbol: 002 = ICM Active -> See Notes 786381 / 830874!


INCLUDES used within this REPORT CACS_CONVERT_CUST

INCLUDE EWUSTDDD.
INCLUDE EWUSTDLD.
INCLUDE EWUSTDPR.


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:

GET_R3_EXTENSION_SWITCH CALL FUNCTION 'GET_R3_EXTENSION_SWITCH' EXPORTING i_structure_package = lc_icm_package IMPORTING e_active = lv_icm_active.

CONVERT_TO_LOCAL_CURRENCY_N

CONVERT_TO_LOCAL_CURRENCY * CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY_N' CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING client = sy-mandt date = sy-datum foreign_amount = i_streru-max_rema_amnt foreign_currency = i_glob-led_curr local_currency = 'EUR' IMPORTING local_amount = lv_max_rema.

CONVERT_TO_LOCAL_CURRENCY_N

CONVERT_TO_LOCAL_CURRENCY * CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY_N' CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING client = sy-mandt date = sy-datum foreign_amount = i_streru-min_rema_amnt foreign_currency = i_glob-led_curr local_currency = 'EUR' IMPORTING local_amount = lv_min_rema.

CONVERT_TO_LOCAL_CURRENCY_N

CONVERT_TO_LOCAL_CURRENCY * CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY_N' CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING client = sy-mandt date = sy-datum foreign_amount = i_streru-rema_amnt foreign_currency = i_glob-led_curr local_currency = 'EUR' IMPORTING local_amount = lv_rema.

CONVERT_TO_LOCAL_CURRENCY_N

CONVERT_TO_LOCAL_CURRENCY * CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY_N' CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING client = sy-mandt date = sy-datum foreign_amount = i_stmty-res_max_amnt foreign_currency = i_glob-led_curr local_currency = 'EUR' IMPORTING local_amount = lv_res_max_amnt.

CONVERT_TO_LOCAL_CURRENCY_N

CONVERT_TO_LOCAL_CURRENCY * CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY_N' CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING client = sy-mandt date = sy-datum foreign_amount = i_stmty-thresh_amnt foreign_currency = i_glob-led_curr local_currency = 'EUR' IMPORTING local_amount = lv_thresh_amnt.

CONVERT_TO_LOCAL_CURRENCY_N

CONVERT_TO_LOCAL_CURRENCY * CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY_N' CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING client = sy-mandt date = sy-datum foreign_amount = i_stwarru-max_war_amnt foreign_currency = i_glob-led_curr local_currency = 'EUR' IMPORTING local_amount = lv_max_war.

CONVERT_TO_LOCAL_CURRENCY_N

CONVERT_TO_LOCAL_CURRENCY * CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY_N' CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING client = sy-mandt date = sy-datum foreign_amount = i_stwarru-min_war_amnt foreign_currency = i_glob-led_curr local_currency = 'EUR' IMPORTING local_amount = lv_min_war.

CACS_VERSION_HANDLING CALL FUNCTION 'CACS_VERSION_HANDLING' EXPORTING i_selection = '3' i_begin = lv_cacs_ts i_tabnam = 'TCACS_GLOB' i_when = lv_cacs_ts * I_MEMORY = 0 i_structure = i_glob * IMPORTING * E_DEACTIVATE = * E_OBJ_BEGIN = * E_OBJ_END = TABLES cacs_back = i_glob_db_write cacs_option = i_option EXCEPTIONS obj_already_exist = 1 struc_not_read = 2 no_act_version = 3 begin_date_missed = 4 no_act_version_to_this_time = 5 end_date_missed = 6 begin_l_end = 7 OTHERS = 8 .



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