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

SUBMIT issue with LM03

Former Member
0 Likes
484

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

2 REPLIES 2
Read only

Former Member
0 Likes
424

hi friend ,

try using set parameter or get parameter .

also try call transaction lm03 .

regards

ranjan

Read only

Former Member
0 Likes
424

Solved with help of my friend.

Solution is we have to use the set parameter for INP_100 as TO number.

Thanks