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

VL10A debugging

Former Member
0 Likes
974

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

4 REPLIES 4
Read only

eduardo_hinojosa
Active Contributor
0 Likes
780

Hi

See Note 198137 - VL10: Customer-specific enhancements / user exits to know the userexits for VL10 tcodes.

Regards

Eduardo

Read only

former_member404244
Active Contributor
0 Likes
780

Hi ,

Check for structures like LIPS , XLIPS in the user exit. These structure will have multiple delivery items.

Regards,

Nagaraj

Read only

0 Likes
780

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.

Read only

0 Likes
780

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