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

Bapi_Prodordconf_Create_Tt error on confirmation save

Former Member
0 Likes
4,183

When I call Bapi_Prodordconf_Create_Tt, I always recieve the same error -

<i>

Type="S" Id="RU" Number="505" Message="00000000000000000001 confirmations are incorrect. For details see parameter DETAIL_RETURN"

</i>

and DETAIL_RETURN has these data:

<i>

Type="A" Id="RU" Number="888" Message="*** System message: SAPLCOR0" Log_No="" Log_Msg_No="000000" Message_V1="SAPLCOR0" Message_V2="" Message_V3="" Message_V4="" Parameter="" Row="1" Field="" System="DEV210" Flg_Locked="" Conf_No="0000000000" Conf_Cnt="00000000" Item=""</i>

What does mean "*** System message: SAPLCOR0"? And how can I see more detailed information about errors, which SAP returns?

Thanks in advance.

6 REPLIES 6
Read only

Former Member
0 Likes
2,273

Try checking the system log via SM21 or if you have any application log details use transaction SLG1.

-Kiran

Read only

0 Likes
2,273

I've schecked log in SLG1 - there's no logs at all.. I'll try SM21, it contains someting

Read only

0 Likes
2,273

SM21 contains only one error for the user I connected with: Commenication error, CPIC return code 020, SAP return code 223.(223: Network read error)

This error occurs only for the first time BAPI calling.

Where can I see error descriptions by error number?

Thanks for prev. post.

Read only

0 Likes
2,273

Hey,

Search OSS notes for the search term "RU888".

-Kiran

Read only

Former Member
0 Likes
2,273

Hi Tech ,

check in se91, with message class : RU and Number: 888.

DetailReturn
The DetailReturn table informs you for each confirmation to be entered, whether a confirmation could not be entered due to a lock conflict or which error occurred.
If the confirmation could be enterd successfully, the key of the confirmation is logged in the fields DetailReturn-Conf_No and DetailReturn-Conf_Cnt.
In the case of a lock conflict, the DetailReturn-Flg_Locked indicator is set.
If the data is found to be incorrect, a corresponding error message is written in the relevant fileds of the DetailReturn table.

regards

Prabhu

Read only

0 Likes
2,273

I've checked in se91 and found very informative description - the '*** System message' for number 888 is self-explanatoty and don't have any long test description because it described sufficiently.

-


yeah, I read this for Detail_return, but I can't find a reason why this error happens. I'm new to SAP, and use only BAPI calls from VB.NET.

Then I call the same function from function builder in SAP GUI with same data as from VB, it executes functions correctly.

-


I can't log in to see SAP notes, because I don't have needed information to register.