‎2006 Jul 19 2:26 PM
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.
‎2006 Jul 19 2:39 PM
Try checking the system log via SM21 or if you have any application log details use transaction SLG1.
-Kiran
‎2006 Jul 19 3:39 PM
I've schecked log in SLG1 - there's no logs at all.. I'll try SM21, it contains someting
‎2006 Jul 20 9:07 AM
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.
‎2006 Jul 20 9:20 AM
‎2006 Jul 20 9:24 AM
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
‎2006 Jul 20 10:24 AM
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.