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

Repeating IDOC segment

Shiva_Ram
Active Contributor
0 Likes
965

Hi,

I would like to repeat IDOC segment type E1EDP03 with batch manufacturing date in the outbound QALITY02.In the standard IDOC,it is only displaying the expiry date. I could see the segment can be repeated 10times. Should I need to use user exit for this?

Can I extend the SAP standard IDOC with additional Z-segments?

Thanks for your input.

1 ACCEPTED SOLUTION
Read only

Laxmana_Appana_
Active Contributor
0 Likes
703

Hi,

You can extend standard IDOC with Z-segments.

check this link for more details :

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

Regards

Appana

3 REPLIES 3
Read only

Laxmana_Appana_
Active Contributor
0 Likes
704

Hi,

You can extend standard IDOC with Z-segments.

check this link for more details :

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

Regards

Appana

Read only

Former Member
0 Likes
703

Hi Shiva,

Personally, I will use the free repeated segments (if still available) before I extend the IDoc.

You can use user exits to populate the batch manufacturing date.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
703

Yes you can add logic to a user exit to append an additional E1EDP03 segment to the IDOC data.