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

Custom segments to basic IDOC type without extension

Former Member
0 Likes
1,015

Hi,

Is it possible that an IDOC has custom segments which are getting populated and the basic type does not have any custom segments.

How should we find from where the custom segments are getting populated and displayed?

Regards,

Subhashini

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
768

Hello,

Lets say in DELVRY05 Idoc Type, we have a Segment Called E1EDL20 and since this is a Standard SAP Provided Basic Type, it will not have any Custom Segments ( Z-Segments). Now, If I want some additional Information to be populated as part of a Custom Segment, what I would do is to Create an IDoc Extension ZDELVRY05 with reference to the Basic Type DELVRY05 and Create a Custom Segment Z1EDL20 (Per Say) in which I'll populate the Custom Data Fields using an Exit. So, unless we create an IDoc Extension for a Basic Type, the Standard SAP Basic Type will not have any Custom Segments-Fields (Z-Segments).

Thanks,

Venkata Phani Prasad K

3 REPLIES 3
Read only

alex_m
Active Contributor
0 Likes
768

Check the extension type attached to the idoc type in WE82, the custom segemnts would be populated through idoc exit. If you provide whats the Idoc type the we can able to give the exit names.

Read only

former_member361845
Participant
0 Likes
768

Custom segment are generated when standand basic type as well as custom basic type is used.

basic type does not have any custom segments(use code in approprite user-exit)

check we82 , we52 and also we05 to see the basic types and status of idoc generated.

hope this will clear your doubt

Read only

Former Member
0 Likes
769

Hello,

Lets say in DELVRY05 Idoc Type, we have a Segment Called E1EDL20 and since this is a Standard SAP Provided Basic Type, it will not have any Custom Segments ( Z-Segments). Now, If I want some additional Information to be populated as part of a Custom Segment, what I would do is to Create an IDoc Extension ZDELVRY05 with reference to the Basic Type DELVRY05 and Create a Custom Segment Z1EDL20 (Per Say) in which I'll populate the Custom Data Fields using an Exit. So, unless we create an IDoc Extension for a Basic Type, the Standard SAP Basic Type will not have any Custom Segments-Fields (Z-Segments).

Thanks,

Venkata Phani Prasad K