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

about rsbdcsub

Former Member
0 Likes
605

Hi , i have developed a bdc with session method . when i execute the program the session created which i can see through sm35 and then process it. after that data is uploaded in the database. i want that the user cannot do it manually , just execute the program and the whole data automatically inserted in the data base. i have to use program RSBDCSUB , but how can i do it and i don't want to create any variant fot that.

Hi , i have developed a bdc with session method . when i execute the program the session created which i can see through sm35 and then process it. after that data is uploaded in the database. i want that the user cannot do it manually , just execute the program and the whole data automatically inserted in the data base. i have to use program RSBDCSUB , but how can i do it and i don't want to create any variant fot that.

3 REPLIES 3
Read only

Manohar2u
Active Contributor
0 Likes
570

After creating session, you submit this report with the session name from your program


  SUBMIT  rsbdcsub
            WITH  mappe    = p_bdcgrp  "session name created in your program
     AND RETURN.

Read only

Former Member
0 Likes
570

hi manohar, where i have to write this code . in the perform open_group or perform bdc_insert or perform close_group or any where. please describe it.

Read only

Former Member
0 Likes
570

Submit the program at the end of BDC session creation. Agter BDC_CLOSE_GROUP>