‎2007 Aug 10 2:54 PM
‎2007 Aug 10 3:07 PM
Hi,
Go to SM35 and look for you register. There you can analysis the errors.
If you need to get errors in runtime, you can use MESSAGES table in call transaction as follow.
CALL TRANSACTION 'SE38' USING BDCDATA MODE 'N'
MESSAGES INTO ITAB. "<--- Get it here
READ TABLE ITAB WITH KEY MSGTYP = <E, I, W...>.
Regards.
Marcelo Ramos
‎2007 Aug 10 3:21 PM
Hi Abi,
You need to do it by checking the RETURN table which is of type BAPIRET..
Just search SDN and you will find lots of post on this.
Regards,
Atish
‎2007 Aug 12 12:25 PM
Hi,
After analysis the error logs using sm35. How to solve them?
Message was edited by:
abi baski