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 Error

Former Member
0 Likes
540

Hi,

I appreciate your advice on this issue. Iam getting an IDOC error for message type GLMAST. The idoc error message is "Cost element already exists on the dat." However the idoc is manually reprocessed without error. But it should process automatically. Tge Message status is 51.

Iam new into IDOCS and ALE. please advice what are the steps to be followed to resolve this issue. Thanks.

Regards

Suresh

3 REPLIES 3
Read only

Former Member
0 Likes
409

It is an <b>application</b> error and not a <b>communication </b>error. So you need to look into the program and what caused the error to occur. When you manually process this Idoc, application program is bypassed, therefore no error would come.

Best Regards,

Subramanian V.

Read only

Former Member
0 Likes
409

Hi,

Check if the cost element is repeated in any of the segments or not.

Kamal

Read only

Former Member
0 Likes
409

Hi ,

I checked that the Cost element is already existing and the error status 51 is diplayed. The problem is when the idoc is maually processed then it is posted succussully where as if it is processed through batch job it is throwing the error message. I checked that when the IDOC is processed manually then it is using update function and when processed through job it is using the insert statement. The posting program is IDOC_INPUT_GLMAST. Kindly advice why it is taking insert when processed through job and update when manually processed. Can we change the program so that it is processed in only update mode. Thanks.

Suresh