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

Auto-release BDC

0 Likes
453

Hello all,

How do you autorelease a BDC? I am doing a BDC, not a call transaction. I'm pretty sure there is a way that you can kick off the BDC session automatically when you create it without having to go into SM35 and releasing it. I just can't remember how because it's been so long since I've done a BDC. Any help would be great.

Thanks,

Chris

2 REPLIES 2
Read only

Former Member
0 Likes
417

Hi Friend,

The program is RSBDCSUB, submit it with session name.

Hope your probelm will solve.

Regards

Krishnendu

Read only

Former Member
0 Likes
417

use the program RSBDCSUB like this..

SUBMIT REPORT01

VIA SELECTION-SCREEN

USING SELECTION-SET 'VARIANT1'

USING SELECTION-SETS OF PROGRAM 'REPORT00'

AND RETURN.