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

Refresh Tr Code

Former Member
0 Likes
1,634

Hi Experts,

I have a scenario where in i need to refresh the called Tr Code in the Program.

I have a module prg where in when the "Save" command is given the called transaction has to be refreshed .

Can this be done.

with rgds

Ranjith Singh

4 REPLIES 4
Read only

Former Member
0 Likes
1,240

what exactly you want to do with refresh ?

It can achieve with refreshing Internal tables we used in tranaction.

Read only

Former Member
0 Likes
1,240

Hi,

Thanx for the reply.

Even though i am clearing all the Internal table, Local Var some times it behaves very strange , so i was looking at a function module where when i exit the screen the Tr Code Loads automatically.

Read only

0 Likes
1,240

Hi,

As per this secnario after do the save you can do "leave to current transaction" or " call transaction ".

When you click on the back button write "set screen 0."

Hope this might help you.

With Regards,

Sumodh.P

Read only

Former Member
0 Likes
1,240

Hi Sumodh.,

i tried the call tr and it worked .