‎2008 Jun 17 12:07 PM
Hi all,
I have created a module pool program.
The user enters a material number and then he is directed to a screen that allows him to change the some properties of the material like text, meins many things like that.
When there is no such a material number that the user has typed, I redirect her to mm01 screen, by letting her to set some parameters via a screen in the program.
What I want is that when she is redirected to the mm01 screen, and when she clicks back button(or F3) of the mm01 trans, I want her to come back to my program.
Can I do this?
Thanks.
deniz.
‎2008 Jun 17 12:10 PM
‎2008 Jun 17 12:10 PM
‎2008 Jun 17 12:13 PM
hi,
u can do that.
after selecting data for matnr from table,check with if matnr is present.
if material is not there then in that condition give call transaction MM01.also give when back call screen 'ur screen no'.
reward points if hlpful.
‎2008 Jun 17 12:17 PM
Hi Deniz,
use the 'call transaction' , once you click the back button it will automatically come to your program.
if the material is change, call transaction mm02.
otherwise call transaction mm01.
once the changes finished it automatically come back to your program.
Refer the below link for call transaction.
[http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9da935c111d1829f0000e829fbfe/content.htm|http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9da935c111d1829f0000e829fbfe/content.htm]
Reward if found helpful.
Regards,
Boobalan Suburaj