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: 

about rsbdcsub

Former Member
0 Kudos

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

Manohar2u
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

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.

Former Member
0 Kudos

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