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

IDOC

Former Member
0 Likes
725

Hi All:

I have an IDOC type INVOIC01 and extended ZINVOIC1. Both have the segment of a E1EDP08 (i need the field of EXIDV). This segment is in the IDOC Type but it is not populated in the output while posting.

Please let me know how to find out why this segment (E1EDP08) is skipped.

Thanks,

Venkat

Hi All:

I have an IDOC type INVOIC01 and extended ZINVOIC1. Both have the segment of a E1EDP08 (i need the field of EXIDV). This segment is in the IDOC Type but it is not populated in the output while posting.

Please let me know how to find out why this segment (E1EDP08) is skipped.

Thanks,

Venkat

4 REPLIES 4
Read only

Former Member
0 Likes
668

Hi,

Just check the program you have written for the IDOC extension.

Check in Debug mode where that value is not fetching.

Read only

0 Likes
668

Hi Bala,

There is any need to write program for Extension IDOC. If so, where should i see?

The Segment E1EDP08 is not enhanced one . It is already there in INVOIC01.

This Segment contains Package data for individual items . while creating IDOC this segment is to be skipped in transaction VF01.

Thanks.

Read only

Former Member
0 Likes
668

Hello,

Looks like the Standard Selection Program (Outbound) does not populate the Data for E1EDP08-EXIDV automatically. So, what you can do is, you can write code in the Exit EXIT_SAPLVEDF_002 where you can actually modify the Segment E1EDP08 (By using the INDEX addition while modifying the INT_EDIDD) and populate EXIDV field manually.

I guess this is what you want to know. Revert back if more info is required.

Thanks and Regards,

Venkat Phani Prasad Konduri

Read only

Former Member
0 Likes
668

zsd