2007 Feb 20 1:47 PM
how do u run BDC session method without using SM35.
vamsi.
2007 Feb 20 1:49 PM
You can submit the program RSBDCSUB in the program where you have created the BDC session.
submit rsbdcsub
with fehler = ' '
with von = ' '
with bis = ' '
with mappe = group
with z_verab = 'X'
user sy-uname via job jobname number jobcount and return.
Regards,
Ravi
2007 Feb 20 2:05 PM
Hi ravi can u help me what is the functionality of RSBDCSUB..
vamsi.
2007 Feb 20 2:10 PM
The functionality of RSBDCSUB is the same as the manual processing that you do in SM35. It basically processes the session that is created by the BDC program. In the process it updates the relevant database tables and if there are any errors, lists them out.
Regards,
Ravi
2007 Feb 20 2:17 PM
vamsi,
The standard program RSBDCSUB releases the batch input session automatically. Instead of using SM35 v can use the program to automatically release the session.
Regards...
Arun.