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: 

How to populate E1EDK03 (Qualifier -002) on Idoc type INVOIC02?

Former Member
0 Kudos

I am trying to issue EDI output from invoice. Its outbound idoc.The Idoc type is "INVOIC02". Function module is "IDOC_OUTPUT_INVOIC" The idoc does not have -Requested delivery date under the E1EDK03 (002) segment .The sales order has the requested delivery date.Do i need to write an user exit ?Please suggest me how to get this?

Thank you in advance

1 ACCEPTED SOLUTION

krishnendu_laha
Active Contributor
0 Kudos

hello,

yes you have to write code in user exit...

function module / exit module EXIT_SAPLVEDF_002 is suitable for this....

Thanks.

3 REPLIES 3

krishnendu_laha
Active Contributor
0 Kudos

hello,

yes you have to write code in user exit...

function module / exit module EXIT_SAPLVEDF_002 is suitable for this....

Thanks.

Former Member
0 Kudos

Use enhancement LVEDF001.

Regards

Vinod

Former Member
0 Kudos

Hi Krish \ Vinod.

Thanks for your help.