cancel
Showing results for 
Search instead for 
Did you mean: 

Segment not coming while executing the mapping, but visible in Display Queue

nidhi_srivastava22
Active Contributor
0 Kudos

Hi Experts,

We have an issue where the mapping is working perfectly fine for 12 line items but when 65 line items are sent the last E1EDS01(UPD related customization) mapping is not visible.

Working Payload --> 12 line items, E1EDS01_UPD is coming

Non-Working Payload --> 65 line items, E1EDS01_UPD is coming in the display queue but while executing the mapping it is not coming.

The issue is while checking the display queue it is visible but the segment is not created while running the payload.

Please suggest.

Thanks,

Nidhi Srivastava

Accepted Solutions (1)

Accepted Solutions (1)

nidhi_srivastava22
Active Contributor
0 Kudos

The segment E1EDS01 occurrence was 0..30 in the IDoc, due to which the records were not coming. The changes need to be done at ECC level.

Thanks,

Nidhi Srivastava

Answers (1)

Answers (1)

former_member607993
Contributor
0 Kudos

Hello nidhi.srivastava22,

I faced the similar issue while doing a load run test, it was issue with the mapping conditions and UDF. I corrected the mapping conditions and for UDF i had used Hash map (Map<String, String> qualifierMap = new HashMap<String, String>() ) to compare the contexts appropriately.

Also check if there any conditions in parent node which is blocking to create the segment 'E1EDS01_UPD' for 65th record.

Thanks - Rajesh PS