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,203

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,141

Hi,

Try this FM: TB_DATAFEED_MODIFY_TCURR.

Regards

Subramanian

Read only

ferry_lianto
Active Contributor
0 Likes
1,141

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,141

Hi,

Check the BAPI BAPI_EXCHANGERATE_CREATE

THanks,

Naren