‎2012 Oct 04 1:15 AM
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
‎2012 Oct 04 4:01 AM
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
‎2012 Oct 04 4:21 PM
Thank you Vipin!
I will try this approach now that you mention it.
Best Regards