Application Development and Automation 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: 
Read only

Function module to maintain table TCURR

Former Member
0 Likes
2,207

Hi All

Currently I am using BDC to upload values into the table TCURR through

transaction SM30.

I want to a use function module to upload values directly into table

TCURR from an internal table.

Can anyone suggest me a good function module or a bapi.

Regards

Ankit

3 REPLIES 3
Read only

Former Member
0 Likes
1,145

Hi,

Try this FM: TB_DATAFEED_MODIFY_TCURR.

Regards

Subramanian

Read only

Former Member
0 Likes
1,145

Hi Ankit,

Please try standard program RFDWZFF0.

or

via configuration (SPRO)

Path: General Settings -> Currencies -> Enter Exchange Rates.

Hope this will help.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
1,145

Hi,

Check the BAPI BAPI_EXCHANGERATE_CREATE

THanks,

Naren