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

BDC without SM35

Former Member
0 Likes
706

how do u run BDC session method without using SM35.

vamsi.

how do u run BDC session method without using SM35.

vamsi.

4 REPLIES 4
Read only

Former Member
0 Likes
625

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

Read only

0 Likes
625

Hi ravi can u help me what is the functionality of RSBDCSUB..

vamsi.

Read only

0 Likes
625

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

Read only

Former Member
0 Likes
625

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.