‎2007 Jan 26 6:59 AM
‎2007 Jan 26 7:01 AM
hi if u are using CALL TRANSACTION then we generally have those errors in BDCMSGCOLL structure.
check the link below which discusses about this in detail, award points if found helpful
https://forums.sdn.sap.com/click.jspa?searchID=907612&messageID=745186
‎2007 Jan 26 7:01 AM
hi if u are using CALL TRANSACTION then we generally have those errors in BDCMSGCOLL structure.
check the link below which discusses about this in detail, award points if found helpful
https://forums.sdn.sap.com/click.jspa?searchID=907612&messageID=745186
‎2007 Jan 26 7:02 AM
if tis session method then you cn find the error LOG in SM35 and if you are using call transaction then the error messages are captured in the internal table MESSAGETAB which is used along with call transaction.
CALL TRANSACTION 'MM01' using bdctab messages in MESSAGETAB.
Cheers
VJ
‎2007 Jan 26 7:02 AM
if you are using a session method, a session will be created in SM35 with the error message. You need to correct the error and re-process the session.
Reward points if found useful...!
Cheers
Abhishek
‎2007 Jan 26 7:08 AM