‎2011 Oct 28 11:02 AM
Hi Techies,
I am facing one simple issue, but taking much time. I created a Z-Program and from that am calling LM03 by using SUBMIT statement. Here I have to pass the Transfer Order to LM03 screen fields from my Z program. I want to know which field I need to pass while submitting LM03 program.
Thanks
‎2011 Oct 28 11:08 AM
hi friend ,
try using set parameter or get parameter .
also try call transaction lm03 .
regards
ranjan
‎2011 Oct 28 3:27 PM
Solved with help of my friend.
Solution is we have to use the set parameter for INP_100 as TO number.
Thanks