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

Table updation

Former Member
0 Likes
599

Hi Friends,

I have copied standard VAT retutn report 'RFUMSV00' to add some new functionality required by the user. The copied program is checking the table 'TEURA' to convert the amount in to local currency. In this table, the standard program name was updated. To make my program work, I need to update my new program name in table 'TEURA'. Can somebody tell me where it is updating from (like some config..) ?

Many Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
562

Hi ,

A simpler option would be to user the name of the standard program when you check the table TEURA.

Regards

Arun

4 REPLIES 4
Read only

Former Member
0 Likes
562

You can use the maintainance view 'V_TEURA' for updating with your program.

Read only

Former Member
0 Likes
563

Hi ,

A simpler option would be to user the name of the standard program when you check the table TEURA.

Regards

Arun

Read only

Former Member
0 Likes
562

ThanK you all

Read only

Former Member
0 Likes
562

You can add your program name in V_TEURA.

Use SM30 to maintain this.