Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Replacement for the FM CONVERT_TO_OTHER_CURRENCY in ECC6.0?

Former Member
0 Kudos

What Replacement for the FM CONVERT_TO_OTHER_CURRENCY in ECC6.0.?

It exists in 3.1i and does n't exist in ECC6.

Please help me.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

You can use this "/SAPHT/DRM_CONVERT_CURRENCY"

If this is not available

You can try "CONVERT_TO_STAT_CURRENCY"

or

"CONVERT_TO_FOREIGN_CURRENCY"

or

"CONVERT_TO_LOCAL_CURRENCY"

If this solves your query kindly close the thread and award points

Cheers

Shafiq

null

6 REPLIES 6

Former Member
0 Kudos

Hi

You can use this "/SAPHT/DRM_CONVERT_CURRENCY"

If this is not available

You can try "CONVERT_TO_STAT_CURRENCY"

or

"CONVERT_TO_FOREIGN_CURRENCY"

or

"CONVERT_TO_LOCAL_CURRENCY"

If this solves your query kindly close the thread and award points

Cheers

Shafiq

null

Former Member
0 Kudos

Hi

check the following fun modules

CONVERT_TO_LOCAL_CURRENCY

CONVERT_TO_FOREIGN_CURRENCY

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

CONVERT_TO_LOCAL_CURRENCY is the replacement.

Thanks all.

0 Kudos

*******This solution is from SRINI**** Found in another thread.***Very useful.

Upgrade Error Details Suggestions

Function Module "DOCUMENT_REGISTRY_PROGRAM"not found in the target system Suggest to replace this FM with the function module CV120_GET_APPL_FROM_REGISTRY.

Function Module "RP_HIRE+FIRE"not found in the target system Suggest to replace this FM with the function module RP_HIRE_FIRE .

Function Module "ME_READ_HEADER_SINGLE" not found in the target system Suggest to replace this FM with the function module ME_EKKO_SINGLE_READ.

Function Module "ME_READ_ITEM_SINGLE" not found in the target system Suggest to replace this FM with the function module ME_EKPO_SINGLE_READ.

Function Module "RZL_ALERT_CONTROL" not found in the target system Function Module "RZL_ALERT_CONTROL" is not available in the Enterprise Version. Suggest to use the function module "TH_SEND_ADM_MESS" to acheive the same functionality of "RZL_ALERT_CONTROL".

Function Module "MM_SELECT_ADDRESS" not found in the target system Suggest to replace this FM with the function module MM_SELECT_PARTNER.

Function Module "MM_READ_ADDRESS" not found in the target system Suggest to replace this FM with the function module MM_PARTNERS_FOR_MESSAGING

Function Module "ME_VALUES_T161" not found in the target system Suggest to replace this FM with the function module HELP_VALUES_BSART.

Function Module "ME_VALUES_T024W" not found in the target system . Suggest to replace this FM with the function module HELP_VALUES_WERKS.

Function Module "SD_PACKING_REFRESH" not found in the target system Suggest to replace this FM with the function module HU_PACKING_REFRESH.

Function Module "SD_PACKING_RENAME" not found in the target system Suggest to replace this FM with the function module V51P_PACKING_RENAME.

Function Module "RV_EXPORT_CONTROL_UPDATE" not found in the target system Suggest to replace this FM with the function module RV_EXPORT_CONTROL_UPD_PREPARE.

Function Module "RV_INVOICE_COPY" not found in the target system Suggest to replace this FM with the function module RV_SALES_DOCUMENT_COPY.

Function Module "SD_SCHEDULE_AGREEMENT_PACKING" not found in the target system Suggest to replace this FM with the function module HU_PACKING_SALES_PROPOSAL.

Function Module "SERIAL_RENUM_WV" not found in the target system Suggest to replace this FM with the function module IWOL_WV_SWITCH_NUMBER.

Function Module "CUD0_DISPLAY_CONFIGURATION" not found in the target system Suggest to replace this FM with the function module VC_I_DISPLAY_CONFIGURATION.

Function Module "SD_PACKING_CREATE" not found in the target system Suggest to replace this FM with the function module V51F_PACKING_CREATE.

Function Module "FI_ARCHIVE_CHECK_DOC" not found in the target system Function Module FI_ARCHIVE_CHECK_DOC is not available in the Enterprise Version. Suggest to replace this FM with the function module FI_DOCUMENT_ARCH_CHECK_DOCS.

Function Module "OPEN_FI_CHECK" not found in the target system Function Module OPEN_FI_CHECK is not available in the Enterprise Version. Suggest to replace this FM with the function module OPEN_FI_PERFORM_******_E.

Function Module "SD_PACKING_UPDATE"not found in the target system Function Module SD_PACKING_UPDATE is not available in the Enterprise Version. Suggest to replace this FM with the function module HU_PACKING_UPDATE.

Function Module "F4_MACO" is being used in the program Function Module "F4_MACO" is not available in the Enterprise Version. Since the Matchcode objects are not used in the Enterprise Version, Suggest to replace this FM with Search help's Value Request function module F4_SEARCH_HELP.

Function Module "SWZ_AI_RELEASE_S" is used in the program Suggest to use the function module "SWZ_AI_RELEASE" instead of "SWZ_AI_RELEASE_S".

Function Module "SWW_WI_ORGTASK_READ" is used in the program Suggest to replace this FM with the function module RH_WI_ORGTASK_READ.

Function Module "RH_READ_EXCEL_PATH" is being used in the program Suggest to replace this FM with "RH_CHECK_EXCEL_SUPPORT".

Function Module "RZL_ALERT_CONTROL" is used in the program Function Module "RZL_ALERT_CONTROL" is not available in the Enterprise Version. Suggest to use the function module "TH_SEND_ADM_MESS" to acheive the same functionality of "RZL_ALERT_CONTROL".

Function Module "CONVERT_TO_OTHER_CURRENCY" is used in the program Suggest to ruse the function module "CONVERT_TO_LOCAL_CURRENCY" for currency conversion.

Function Module "LOAN_TABLECONTROL_SCROLLING" is not available in the Enterprise Version. Suggest to replace this FM with the function module SCROLLING_IN_TABLE.

CALL FUNCTION 'DOWNLOAD' used in program is obsolete in target system. "DOWNLOAD function module is obsolete and result in errors on Unicode systems or on systems that may potentially be Unicode enabled.

Suggest to use the unicode enabled methods

FILE_SAVE_DIALOG and GUI_DOWNLOAD

from class CL_GUI_FRONTEND_SERVICES.

Note:

However, to support existing applications, a compatibility mode was added to the function module(enhanced with Support Package) that will forward calls to DOWNLOAD to the new GUI_DOWNLOAD functions."

CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' used in program is obsolete in target system. "HELP_VALUES_GET_NO_DD_NAME function module is obsolete and result in errors on Unicode systems or on systems that may potentially be Unicode enabled.

Suggest to use the function module F4IF_INT_TABLE_VALUE_REQUEST in the target system."

CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' used in program is obsolete in target system. "POPUP_TO_CONFIRM_LOSS_OF_DATA is obsolete in the target system.

Suggest to use function module POPUP_TO_CONFIRM."

CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' used in program is obsolete in target system. "POPUP_TO_CONFIRM_STEP is obsolete in the target system.

Suggest to use function module POPUP_TO_CONFIRM."

CALL FUNCTION 'WS_DOWNLOAD' used in program is obsolete in target system. "WS_DOWNLOAD function module is obsolete and result in errors on Unicode systems or on systems that may potentially be Unicode enabled.

Suggest to use the unicode enabled GUI_DOWNLOAD function module.

Note:

However, to support existing applications, a compatibility mode was added to the function module(enhanced with Support

Package) that will forward calls to WS_DOWNLOAD to the

new GUI_DOWNLOAD function."

CALL FUNCTION 'WS_FILENAME_GET' used in program is obsolete in target system. "WS_FILENAME_GET function module is obsolete,

and results in errors on Unicode systems.

Suggest to use FILE_OPEN_DIALOG und FILE_SAVE_DIALOG Unicode-enabled methods of the cl_gui_frontend_services class.

Note:

New applications should restart on these methods instead of the function module. The function module is extended by a Support Package so that it diverts calls to the methods without the application having to be changed."

CALL FUNCTION 'WS_UPLOAD' used in program is obsolete in target system. "WS_UPLOAD function module is obsolete and result in errors on Unicode systems or on systems that may potentially be Unicode enabled.

Suggest to use the unicode enabled GUI_UPLOAD function module.

Note:

However, to support existing applications, a compatibility mode was added to the function module(enhanced with Support Package) that will forward calls to WS_UPLOAD to the new GUI_UPLOAD function."

Function parameters EBENE, GRUPP, DATE_LOW, DATE_HIGH, BANKK. BUKRS, S_BUKRS, S_DISPW in function module CASH_FORECAST_TR_SELECT_ITEM is missing in the target system. "Function Module CASH_FORECAST_TR_SELECT_ITEM is no longer used, instead it has been split based on the functionalities.

Suggest to use function module

1) CASH_FORECAST_PR_SELECT_ITEM for Payment Arrangements.

2) For TR, WP, DA use function module CASH_FORECAST_TR_ITEM_2.

The IMPORT and TABLES parameters of the above 2 function modules are almost same as CASH_FORECAST_TR_SELECT_ITEM.

The IMPORT parameter BUKRS is not available in the above 2 function modules. Hence suggest to change the coding accordingly."

Import parameter BUKRS in function CASH_FORECAST_LO_SELECT_ITEM is missing in the target system. "Import parameter BUKRS in function CASH_FORECAST_LO_SELECT_ITEM is not available in the target system.

Also the coding in Function Module based on the parameter BUKRS has been removed, instead the TABLES parameter S_BUKRS and S_GSBER has been used.

Suggest to check the coding in the program accordingly.

"

Import parameter BUKRS in function CASH_FORECAST_RE_SELECT_ITEM is missing in the target system. "Import parameter BUKRS in function CASH_FORECAST_RE_SELECT_ITEM is not available in the target system.

Also the coding in Function Module based on the parameter BUKRS has been removed, instead the TABLES parameter S_BUKRS and S_GSBER(new parameter) has been used.

Suggest to check the coding in the program accordingly.

"

Function Module HELP_VALUES_GET_WITH_MACO is obsolete in target system Suggest to use F4IF_FIELD_VALUE_REQUEST

Function Module G_OBJECT_GET is obsolete in target system. Suggest to Use G_INTERVAL_GET_NEXT

Function Module READ_COSTCENTER is obsolete in target system Suggest to Use K_COSTCENTER_SELECT_SINGLE

Function Module K_BUSINESS_PROCESS_READ_MULTI is obsolete or not available in target system Suggest to Use K_PROCESSES_SELECT_TAB

G_SET_AVAILABLE Suggest to Use G_SET_GET_INFO

Function Module G_SET_DOUBLE_CHECK is obsolete or not available in target system "DO NOT CALL THIS FUNCTION MODULE

FROM 4.0A VERSION ,THIS PROBLEM WILL NOT OCCUR"

Function Module HELP_VALUES_GET is obsolete or not available in target system Suggest to Use F4IF_FIELD_VALUE_REQUEST

G_SELECT_SET Suggest to Use G_SET_SELECT

Function Module G_SET_AVAILABLE is obsolete or not available in target system Suggest to Use G_SET_GET_INFO

Function Module NAMETAB_GET is obsolete or not available in target system Suggest to Use DDIF_FIELDINFO_GET

Function Module DD_GET_DD03P is obsolete or not available in target system Suggest to Use DDIF_FIELDINFO_GET / DDIF_TABL_GET

CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' used in program is obsolete in target system. Suggest to use function module POPUP_TO_CONFIRM.

CALL FUNCTION 'POPUP_TO_DECIDE' used in program is obsolete in target system. Suggest to use function module POPUP_TO_CONFIRM.

Function Module HELP_VALUES_GET_WITH_TABLE is obsolete or not available in target system Suggest to Use F4TOOL_F4FUNCTION_BRIDGE

Function Module CLPB_EXPORT is obsolete or not available in target system "Suggest to Use Suggest to use the unicode enabled methods

CLIPBOARD_EXPORT from class CL_GUI_FRONTEND_SERVICES."

Function Module SAP_TO_ISO_MEASURE_UNIT_CODE is obsolete or not available in target system Suggest to Use UNIT_OF_MEASURE_SAP_TO_ISO

Former Member
0 Kudos

Check out FM's

CONVERT_TO_LOCAL_CURRENCY or

CONVERT_TO_FOREIGN_CURRENCY

Regards,

Santosh

Former Member
0 Kudos

CONVERT_TO_LOCAL_CURRENCY is the replacement.