‎2007 Aug 12 9:01 AM
hi to all,
in session method how to run session with out going to SM 35.give some sample code.
psurendarreddy@gmail.com
‎2007 Aug 12 4:53 PM
Hi Suredarreddy,
Use RSBDCSUB to process a session automatically.
Check this code.
DATA v_groupid TYPE apqi-groupid.
V_GROUPID = SY-REPID.
After BDC_CLOSE in your code, write a statement as below
<b>SUBMIT rsbdcsub WITH mappe EQ v_groupid AND RETURN.</b>
Thanks,
Vinay
‎2007 Aug 12 4:46 PM
Hi,
You may use this standard report <b>RSBDCSUB</b> as a reference for your program...
Enjoy SAP.
Pankaj Singh
‎2007 Aug 12 4:53 PM
Hi Suredarreddy,
Use RSBDCSUB to process a session automatically.
Check this code.
DATA v_groupid TYPE apqi-groupid.
V_GROUPID = SY-REPID.
After BDC_CLOSE in your code, write a statement as below
<b>SUBMIT rsbdcsub WITH mappe EQ v_groupid AND RETURN.</b>
Thanks,
Vinay