Application Development 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: 

How to call the BDC session in BDC program itself

Former Member
0 Kudos

Hi,

Could you please help out in How to call the BDC session in BDC program itself.

Thanks,

Madhu

3 REPLIES 3

laxmanakumar_appana
Active Contributor
0 Kudos

Hi,

Use the Program RSBDCSUB and submit from the BDC program.

Laxman

former_member181962
Active Contributor
0 Kudos

submit rsbdcsub program.

Or call the function

JOB_SUBMIT

Regards,

ravi

abdul_hakim
Active Contributor
0 Kudos

hi

you could use the below statment

SUBMIT RSBDCSUB USING SELECTION-SET <ur variant name> AND RETURN.

Cheers,

Abdul Hakim