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: 

IDOC filter problem in BD64

Former Member
0 Kudos

Hi,

I am using LOIPRO to send production orders to other systems. I extended the standard idoc to include control recipe destination information by adding custom segment and used this field in the filter objects at distribution model level.

First i faced the error "internal error: Program read table idoc_structure, command data_select_for_block, argument Z1CRDT". After going through some posts, i understand the extension type is not passed in CIMTYP field. After this, i am not facing this error but the idoc is generated inspite of not meeting the filter object conditions. Somehow, the custom segment which was added is missing.

For example, at the filter object level i had set control recipe destination should be 03. If it is 03, the idoc is generated with custom segment and every thing else is fine. If it is not 03, the idoc is still generated with out the custom segment.

Thanks,

Prasad.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Segemnt filter will only filter out the main segment and the child segments.

Is your custom segement is mandatory, If not try to make it mandatory.

Thanks,

Sajid

2 REPLIES 2

Former Member
0 Kudos

Hi,

Segemnt filter will only filter out the main segment and the child segments.

Is your custom segement is mandatory, If not try to make it mandatory.

Thanks,

Sajid

Former Member
0 Kudos

Custom segment was not mandatory. I made it mandatory and it worked.

Thanks,

Prasad.