‎2008 Sep 09 2:49 AM
‎2008 Sep 09 4:24 AM
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
‎2008 Sep 09 4:24 AM
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