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

ALE-Idoc

Former Member
0 Likes
583

Hi,

When i triggerring the idoc, i am facing some issues with the standard segments.

I am using the customer master data and using the DEBMAS05 basic type.

When i am triggering the idoc for one particular logical system the standard segment E1KNB1M is populating twice as it is having only a single data in the KNB1 table.

Plz advice.

Regards,

Venu

Hi,

When i triggerring the idoc, i am facing some issues with the standard segments.

I am using the customer master data and using the DEBMAS05 basic type.

When i am triggering the idoc for one particular logical system the standard segment E1KNB1M is populating twice as it is having only a single data in the KNB1 table.

Plz advice.

Regards,

Venu

3 REPLIES 3
Read only

former_member378318
Contributor
0 Likes
555

Is the value of field BUKRS the same in both segments? There must be some data differences in the segment data take a look. Is the IDOC generated by standard or a customer Z program?

Read only

0 Likes
555

Hi Surbjeet,

The value of field BUKRS in the both segments is same. I have checked it. We are gererating the idoc through the custom program.

Waiting for ur early reply...

Regards,

Venu

Read only

0 Likes
555

Well if you expect only one segment then I would suspect the custom program is at error. Perhaps an internal table is not being cleared or bringing back duplicate rows in a select statement. Run the prog in debug and find out whats going on.