‎2011 Sep 05 12:21 PM
Hi Gurus,
Need your suggestion. I am trying to create deliveries through VL10A transaction and i have my code at MV50AFZ1 ( Save prepare user exit ). I see that break point stops only at last delivery number ( in case of multiple deliveries being created). How do i ensure that my break point is triggered during creation of first delivery of the multiple deliveries.
Your inputs are highly appreciated <Points offer removed by moderator>
Thanks & Regards,
Nilesh...
Edited by: Vinod Kumar on Sep 5, 2011 5:29 PM
‎2011 Sep 05 12:25 PM
Hi
See Note 198137 - VL10: Customer-specific enhancements / user exits to know the userexits for VL10 tcodes.
Regards
Eduardo
‎2011 Sep 05 12:30 PM
Hi ,
Check for structures like LIPS , XLIPS in the user exit. These structure will have multiple delivery items.
Regards,
Nagaraj
‎2011 Sep 05 12:35 PM
Hi,
I see XLIPS and my breakpoint is at XLIPS only. assuming that XLIPS-VBELN has value 1, 2, 3. system is stopping at xlips-vbeln = 3... i.e., my problem precisely.
‎2011 Sep 05 12:57 PM
Hi,
That means it is called once for all the deliveries and you have list of deliveries (1,2,3), You can very well use.. This should work.
Regards,
Nagaraj