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

Goods Issue

abdulazeez12
Active Contributor
0 Likes
385

hi friends, a production order is created. then

in tcode MIGO, after selecting 'goods receipt' 'order' and entering 'order no' on first screen, after cliking on 'post', the SAP screen usually takes to 'goods issue' screen. I want to create a program where the screen shud go to MB1A and the order no shud get copied on that screen...can anyone help me with this...

2 REPLIES 2
Read only

Former Member
0 Likes
356

I had a similar requirement....what i did..copied stnd tcode to a custom code ......now removed code from my custom report where it was calling next screen and replaced with my own code......this way it was simple...i dont think so there is any other way to do so....BADI user exit wont allow u to skip calling goods issue screen......best way....remove code from the point where it calls goods issue screen and replace ur code

Read only

abdulazeez12
Active Contributor
0 Likes
356

wow, this is a wonderful site...i wish i cud do more for the helpful answers we are getting apart from rewarding points...

thanx Rajesh, your reply is helping me in solving my problem...am working on it..

I copied the tcode and then the program SAPLMIGO. in new prog in se38...i got all include statements, but wen i save it or activate it, it says, enhancement points will be created..i cant do anything..pls help