Hi Dan,
in your program, where BDC-sessions are created, one additional statement can help:
SUBMIT rsbdcsub WITH mappe EQ 'your_name' WITH von EQ sy-datum.
If you create multiple sessions, you can use wildcards for 'mappe', too.
Regards,
Christian
Hi
Joel Thanks 4 the information.
I checked RSBDCSUB program.
We can execute all the Batch Input sessions by running that program.
But we need to manually run this program to execute the sessions.
How about executing the session from our BDC program?
Any way to automate this execution without manually clicking buttons?
Add a comment