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

Session method

Former Member
0 Likes
373

How to call session method?

Regards,

Pandu

1 ACCEPTED SOLUTION
Read only

venkat_o
Active Contributor
0 Likes
342

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
Read only

venkat_o
Active Contributor
0 Likes
343

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