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 caused by warning message

Former Member
0 Likes
1,431

Hi guys,

I am using GLMAST idoc message for G/L account creation. Before the G/L account is saved, system shows warning message. Because of this warning message the inbound GLMAST idoc finishes with error (status 51).

Is there any way how to solve the warning message by idoc processing?

Normally when users creates G/L accounts manually they can confirm this warning message without any problem and the G/L account is sucessfully created.

Thanks a lot for any idea.

Petr

Hi guys,

I am using GLMAST idoc message for G/L account creation. Before the G/L account is saved, system shows warning message. Because of this warning message the inbound GLMAST idoc finishes with error (status 51).

Is there any way how to solve the warning message by idoc processing?

Normally when users creates G/L accounts manually they can confirm this warning message without any problem and the G/L account is sucessfully created.

Thanks a lot for any idea.

Petr

3 REPLIES 3
Read only

Former Member
0 Likes
874

Hi petr,

You can do the debug the idoc using this T.code We19

Provide the basic message which u created and provide the status number.

U can solve the problem other wise predefined programs are there use that.

Go through this URLs:

ALE/ IDOC

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm

http://www.sapgenie.com/sapedi/index.htm

http://www.sappoint.com/abap/ale.pdf

http://www.sappoint.com/abap/ale2.pdf

http://www.sapgenie.com/sapedi/idoc_abap.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm

http://www.allsaplinks.com/idoc_sample.html

http://www.sappoint.com/abap.html

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm

http://www.sapgenie.com/sapedi/index.htm

http://www.allsaplinks.com/idoc_sample.html

Check these step-by-step links

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501...

https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-001...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501...

Rewards some points.

Rgds,

P.Naganjana Reddy

Read only

Former Member
0 Likes
874

usually error 51 comes is some data is missing...can yo tell wht error it showing in the idoc

Read only

Former Member
0 Likes
874

hi, several way you can try.

First, try to input same FI document in Online Screen foregound, check it the warning message appear or not. If appear, confirm in the configuration, message control setting, if you need it or can kick it out.

Besides this, you can go to IDOC test tools, and do debug to search out why this warning message happen, if it appear reasonable or not. Wrong inbound data, or other reason.

hope it will be helpful

thanks