‎2007 Jan 09 11:01 AM
Hi everyone,
I am doing a batch input for the IM38 transaction.
When occurs an error, the error table returned from the batch input contains a text saying "look in the error log".
The error log is located in IM38 in menu "EXTRAS", "Error log", "Display error log".
The problem is that after returnong from the batch input, I do not have access to that log.
How is it possible to display the errors that are located in the error log ?
Thanks in advance.
‎2007 Jan 09 11:18 AM
have u written that BDC s using Call Transaction on Session Mothd ?
Ragards.
Ramesh
‎2007 Jan 09 12:47 PM
Hi,
I used the following syntax :
DATA: gt_messages LIKE bdcmsgcoll OCCURS 0 WITH HEADER LINE.
DATA: bdcdata LIKE bdcdata OCCURS 0 WITH HEADER LINE.
CALL TRANSACTION 'IM30' USING bdcdata MODE 'N'
MESSAGES INTO gt_messages.
Am I mistaking in something ?
Thanks.
Regards.