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

How avoid warning messages while processing background session using program RSBDCSUB

Former Member
0 Likes
1,121

Hi Team,

I want to know that how to suppress/avoid warning messages while processioning session in background using RSBDCSUB and session was not processed successfully due to warning messages.

Creating session:

SUBMIT rfbibl00 WITH ds_name = wv_file_output WITH callmode = 'B' WITH xinf = 'X' AND RETURN.

Processing session:

SUBMIT rsbdcsub WITH mappe = wv_session "Session WITH von = sy-datum "From WITH bis = sy-datum "To WITH z_verarb = 'X' "New AND RETURN.

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
815

Are you saying that there's a problem because of the warning messages, so if we remove the warning messages then the problems will disappear? Causality paradox?

Read only

Former Member
0 Likes
815

Hi Rossi,

Yes, If I suppress/avoid warning messages then session finished successfully.

I have to hit enter when warning messages displayed while processing in foreground .