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

PP_PICK_LIST

Former Member
0 Likes
678

Hello,

I have tried to find a way to request the printout of the report for reservations PP_PICK_LIST.

I need to print this one based on an event i.e. GR. and I need to be able to use the functionality to print the reservation based on the material is being received. important WITHOUT POSTING the reservation. this will happen later point in the process.

Should I use ABAP for that?

User Exit?

Call Transaction?

<moderator snip>

Thank you for your help

Message was edited by: Matthew Billingham - removed "asap" type statement

2 REPLIES 2
Read only

Former Member
0 Likes
503

Hi, Assuming that you are doing GR from MIGO tcode,

then you can implement BADI: MB_DOCUMENT_BADI. in MB_DOCUMENT_UPDATE method implementation, you can use submit report statement to PP_PICK_LIST. Or call BDC to MB26 so that reservation posting should be avoided.

thanks

Read only

0 Likes
503

Thank you Vipin!

I will try this approach now that you mention it.

Best Regards