Application Development 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: 

Add ordered quantity to delivery note idoc desadv01 with user exit

Former Member
0 Kudos

Hi,

I am using the IDOC DESADV01 to output electronic delivery info when a user PGIs on a delivery note.

The problem is I need some extra data like the original order qty, this exists in field VBAP-KWMENG

So I think I would need to extend the idoc and do some kind of user exit to populate the value into the new idoc field.

Unfortunately I have no experience with this, can anybody advise if its the correct way and how to get started?

With thanks

Rob.

7 REPLIES 7

Former Member
0 Kudos

Hi Rob,

First for populate KWMENG you don't have extend idoc, you can use existing idoc qualifier and pass new value in user exit.

Can you send me what segment you are receiving qty segment.

So that I am sending based on segment.

We are sending qty ordered in outbound INVOIC.

Thanks,

Narayan

0 Kudos

Hi,

Thanks for the reply, currently in segment E1EDL24_LFIMG I get the "Actual quantity delivered"

There exists a segment E1EDL24_ZUDAT called "Additional Data" so perhaps I can send the ordered qty data there?

Please could you explain a little more as to what I need to do.

Thanks for much for your help so far

0 Kudos

Whick basic type you are using DESADV01 ? I don't see any segment with E1EDL24.

0 Kudos

Apologies, its DELVRY01

0 Kudos

I apologies our system is totally different based on that I suggested.

But current I guess you have to extend idoc.

Below link is helpful for extending idoc.

Let me know if still if you face any problem.

http://www.intelligententerprise.com/channels/applications/feature/archive/kasturi.jhtml

Thanks,

Narayan

0 Kudos

Hi,

Thankd for the advice and the link, I will try to create an extension and see how I go. thanks ;o)

0 Kudos

Hi,

I cannot access that link Please let me know the user exit used to populate the fields

Thanks and Regards,

Mathivanan.G