Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IM38 and batch input

david_fryda2
Participant
0 Likes
591

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.

2 REPLIES 2
Read only

Former Member
0 Likes
504

have u written that BDC s using Call Transaction on Session Mothd ?

Ragards.

Ramesh

Read only

0 Likes
504

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.