2007 Jan 31 8:54 AM
Hello @ll,
in a report I create a batch input session with the forms of the inlcude bdcrecx1 which than will be visible in transaction SM35.
Is there any possibility to start the processing of the batch input session after creating? I mean to start the processing in the program not in transaction SM35!
Thans for any usefull help!
Chris
Hi Max,
which reprot "R" do you mean???
Chris
2007 Jan 31 8:56 AM
Hi
Yes after creating the session call the report RSBDCSUB to run the session:
SUBMIT RSBDCSUB WITH MAPPE = <SESSION NAME>
WITH VON = SY-DATUM
WITH BIS = SY-DATUM
WITH FEHLER = ' '
EXPORTING LIST TO MEMORY
AND RETURN.
Max
2007 Jan 31 8:58 AM
2007 Jan 31 9:02 AM
Hi
Excuse I pressed Post Message button but I haven't ended my answer: RSBDCSUB
Max
2007 Jan 31 9:02 AM
Hi Chris
As Max specified, within your program after calling CLOSE_SESSION. Use the below code provided by Max.
SUBMIT RSBDCSUB WITH MAPPE = <b><SESSION NAME></b>
WITH VON = SY-DATUM
WITH BIS = SY-DATUM
WITH FEHLER = ' '
EXPORTING LIST TO MEMORY
AND RETURN.
<SESSION NAME> <-- is the session name that you have created and visible in SM35.
Submitting the program RSBDCSUB with the session name will execute the session specified.
Regards
Eswar
2007 Jan 31 9:03 AM
Hi,
In the BDC program that u created for the session creation.
after creating the sessoin SUBMIT the RSTBDCSUB program.
Regards,'
Sunil
2007 Jan 31 9:02 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |