2005 Sep 29 11:54 AM
Dear All,
I have got requirement where I have to process the session without going to SM35 tcode. I have to process from ABAP Report. Is there any possibility to do this.If Yes, Please let me know.
Its Urgent Please..
Thanks in Advance,
Nagesh Aswartha Varma
Dear All,
I have got requirement where I have to process the session without going to SM35 tcode. I have to process from ABAP Report. Is there any possibility to do this.If Yes, Please let me know.
Its Urgent Please..
Thanks in Advance,
Nagesh Aswartha Varma
2005 Sep 29 12:02 PM
Aswartha,
You can dynamically schedule a job.
Use the function module
JOB_OPEN, JOB_CLOSE and JOB_SUBMIT.
Regards,
Ravi
Note : Please reward points, if this helps you.
2005 Sep 29 12:08 PM
Hi Aswrtha,
You can use report RSBDCSUB to schedule sessions to be processed in background.
Once you have create your session <GROUP> , put this line -
SUBMIT RSBDCSUB WITH MAPPE = <GROUP> .
( <GROUP> is the name of session you created ).
Dont forget to reward if amswers were helpful.
Cheers
2005 Sep 29 12:11 PM
And make sure to keep some parameters like GROUP, KEEP in your report selection screen from where you can control the BDC session.
Thanks,
Sougata.
2005 Sep 29 1:02 PM
Hi,
Try this -
SUBMIT rsbdcsub USING SELECTION-SET 'ZXY' and return.
where ZXY is variant which you have to create for RSBDCSUB program by giving session name and click on new session checkbox.
Thanks,
Rajeev
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |