Skip to Content
0
Former Member
Dec 06, 2006 at 04:32 PM

No session found with status "New" or "Error"

809 Views

Hi,

I put the statement after the CLOSE GROUP to process the BDC automatically:

SUBMIT RSBDCSUB AND RETURN

EXPORTING LIST TO MEMORY

WITH MAPPE = SESSION.

WITH VON = SY-DATUM

WITH BIS = L_NEXT_DAY

WITH Z_VERARB = 'X'

WITH FEHLER = ' '.

And when I ran it I got an error that says

<i>No session found with status "New" or "Error"</i>

When I go to SM35, I see the session in the 'New' tab. How can I get this to process completely without manual intervention or first thing first no error from running the program?

Thanks,

Will