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 Missing Segment Field

Former Member
0 Likes
2,881

Hi,

Some of my outbound IDOC's are missing a particular field in the Segment.....

This is probably because that Segment field don't have any value and hence missing from IDOC.

What can be the possible approach for Solving this probelm?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,920

if the segment is not mandatory, it would not be created if there is no value fo rany of the fields. if you want that segemnt to be sent anyway, you can create that yourself using one of the user exits available.

6 REPLIES 6
Read only

Former Member
0 Likes
1,921

if the segment is not mandatory, it would not be created if there is no value fo rany of the fields. if you want that segemnt to be sent anyway, you can create that yourself using one of the user exits available.

Read only

0 Likes
1,920

Thanks,

My issue is that I want to figure out that why that field missing the value...I checked in all the modifications made in the FM running behind the Outbound Process Code and nothing seems like causing this issue.

What else I can check?

Read only

0 Likes
1,920

whats the process code (if it is a std. process code ) and what is the missing field ?

Not all fields of the segment are populated. Only manadatory fields are populated. if you want the other fields in the idoc segment, you have to force it thru the user-exit.

Read only

Former Member
0 Likes
1,920

Please check the the FM and code which is populating this segment field.

Regards

Neha

Read only

Former Member
0 Likes
1,920

I finally got an Code written under the Enhancement Spot which was creating the issue.

Read only

0 Likes
1,920

Hi Abhishek,

Can you please get the solution for such issue?

I didnt aware of Enhancement Spot...

Looking for your reply..

Regards,

Raghu

Edited by: Raghu Raman on Jan 5, 2009 1:27 PM