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