2008 May 21 11:56 AM
Hello,
I am getting error in BAPI.
BAPI name is BAPI_RECORD_ADDELEMENT.
I found the return structure contains error An internal error has occurred check application log . with num 820
Can anybody help me out in understanding what exactly this error means or why it could be coming.
Is it because of data which i am passing in BAPI.
Regards
Vik
2008 May 21 12:15 PM
2008 May 21 12:28 PM
Hi,
Pass the message nubmer an id to another bapi u will get the exact messgae text
CALL FUNCTION 'BAPI_MESSAGE_GETDETAIL'
EXPORTING
id = msg id
number = msg number
language = sy-langu
textformat = 'ASC'
IMPORTING
message = lw_message.
lw_message gives message text ( exact error message).
Regards,
Sriram
Edited by: Srirama Murthy Maddirala on May 21, 2008 1:29 PM
2008 May 22 10:05 AM
Thanks a lot all for helping........
I think i have found the problem there was a prob in record management we have made some changes there now its working fine.
2010 Dec 15 1:28 PM
How did you solve the problem?
We are facing the same problem. Can you please help me?