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

Problem with Report RSBDCSUB

Former Member
0 Likes
562

Hi,

I would like to run a report RSBDCSUB in mode 'E'. I don´t know how to do it. I need to stop the transaction at the error screen.

Regards.

Hi,

I would like to run a report RSBDCSUB in mode 'E'. I don´t know how to do it. I need to stop the transaction at the error screen.

Regards.

2 REPLIES 2
Read only

Former Member
0 Likes
470

Hi Albert,

To stop the report RSBDCSUB, select the option "Extended log" while calling this report.

When you select this option, the Information(I), Success(S) & Warning(W) messages of the transactions are written to the log. If Abend(A) or Error(E) message types occur, then the batch input terminates.Please find the further details of this two message types below:

<b>A message (Abend)</b>

<b>Online and background:</b> Batch input is terminated and the session has the status "Incorrect".

<b>E message (Error)</b>

<b>Online:</b> The screen that outputs the message is displayed and the incorrect input must be corrected.

<b>Background:</b> Batch input is terminated and the session has the status "Incorrect".

Regards,

Chetan.

PS: Reward points if this is helpful.

Read only

0 Likes
470

Hi

Thanks for ur valuable reply.

Can u plx let me know in detailed how to use the Extended Log.

Regards,

Kumar