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

Customizing TCURR

Former Member
0 Likes
970

Hi Experts,

I'd like to ask if there are any chances that i would maintain system table TCURR by using a function module, BAPI, or BDC. What should be the beast approach? The requirement is creating a custom table ZTCURR to update TCURR.

Points will be rewarded if answers are helpful.

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
736

Hi,

FMod MODIFY_TCURR work for you

<b>Reward points</b>

Regards

3 REPLIES 3
Read only

Former Member
0 Likes
736

Creating a custom table is not the same as Customizing a standard table.

Customizing a standard table means, adding some fields to the table by append method or include method.

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebc9446011d189700000e8322d00/content.htm

REvert with your exact requirement.

Regards,

Ravi

Read only

Former Member
0 Likes
737

Hi,

FMod MODIFY_TCURR work for you

<b>Reward points</b>

Regards

Read only

Former Member
0 Likes
736

Hi There is an existing BADI for customizing the TCURR: BAPI_EXCHRATE_CREATEMUTLIPLE.

I can use this with all the given functionalities required.