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: 

ALE IDOC issue where a field in one Z-segment is missing

Former Member
0 Kudos

I am using BD10 for sending one material for one SAP system to other system.

The idoc type is MATMAS05 and there is a extension ZMATMAS05A. The segment type ZE1MARAM_WMS

has two versions, first version has 13 fields and 2nd Versions has 14 fields.

So, when idoc is created in most cases it shows 14 fields and in some cases 13 fields

so, can anyone help me to find why its showing 13 fields.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Manjunath

If some of the field values are initial, then you won't see those fields in the IDoc segment.

Check the missing field value at the table level for those materials where IDoc segment field is missing. May be because of initial value of the field, it is not showing in IDoc segment.  

br...

Dwaraka

3 REPLIES 3

Former Member
0 Kudos

hi Manjunath

you`d better only care about the highest version and it was released.

Former Member
0 Kudos

Hi Manjunath

If some of the field values are initial, then you won't see those fields in the IDoc segment.

Check the missing field value at the table level for those materials where IDoc segment field is missing. May be because of initial value of the field, it is not showing in IDoc segment.  

br...

Dwaraka

0 Kudos

Hi All,

Thanks for the response. It was not initial and it was appearing in the itab after append.

But, It was making the field value to space using modify internal table for someother condition, much after executing many other piece of code. Its resolved using a minor code change.