‎2009 Feb 03 12:57 PM
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
‎2009 Feb 03 1:18 PM
Hi ,
A simpler option would be to user the name of the standard program when you check the table TEURA.
Regards
Arun
‎2009 Feb 03 1:16 PM
You can use the maintainance view 'V_TEURA' for updating with your program.
‎2009 Feb 03 1:18 PM
Hi ,
A simpler option would be to user the name of the standard program when you check the table TEURA.
Regards
Arun
‎2009 Feb 03 1:22 PM
‎2009 Feb 03 1:24 PM
You can add your program name in V_TEURA.
Use SM30 to maintain this.