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: 

Session method

Former Member
0 Kudos

How to call session method?

Regards,

Pandu

1 ACCEPTED SOLUTION

venkat_o
Active Contributor
0 Kudos

Hi Pandu, Session method has some steps. 1. Get the data into internal tables 2. Create the session using function module BDC_OPEN_GROUP. 3. Loop the internal table and pass the data to the session using function module BDC_INSERT. 4.Close the session using function module BDC_CLOSE_GROUP. 5. Goto SM35 transaction code , and process the session. Thanks, Venkat.O

1 REPLY 1

venkat_o
Active Contributor
0 Kudos

Hi Pandu, Session method has some steps. 1. Get the data into internal tables 2. Create the session using function module BDC_OPEN_GROUP. 3. Loop the internal table and pass the data to the session using function module BDC_INSERT. 4.Close the session using function module BDC_CLOSE_GROUP. 5. Goto SM35 transaction code , and process the session. Thanks, Venkat.O