Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem in BDC session method

Former Member
0 Likes
327

Hi all ,

I am using session method to post datas . My code is working perfectly fine . But the datas are not gettin posted.however, am able to see the session on SM35.

So i used Submit RSBDCSUB and return to submit the session.But all the session in SM35 are getting processed. I only want the recent session created out of session method to process it.

Is there a way to do this.

Kindly help!

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
310

Hi,

If you want to process a particular session under a specific name, submit the session by prg: RSBDCBTC_NEW with nesessary input parameters ( viz., Queue ID ).

Hope this helps.

Best Regards, Murugesh

1 REPLY 1
Read only

Former Member
0 Likes
311

Hi,

If you want to process a particular session under a specific name, submit the session by prg: RSBDCBTC_NEW with nesessary input parameters ( viz., Queue ID ).

Hope this helps.

Best Regards, Murugesh