‎2007 Aug 29 3:17 AM
Hi,
Can anyone teach me how to use this function module? I have tried passing in values to the table but the function module threw out an error msg saying BDC_INSERT, session not opened.
‎2007 Aug 29 3:41 AM
Hi,
This function module is used to do postings using the Batch Data Communication(BDC) session method.
In this method, the first step is to open a BDC session, second is to insert the data you want to process in the session and third is to close the session..
Solution:
Before calling this FM, Call another function module 'BDC_OPEN_GROUP'.
Now, call your FM passing the data table
After that call FM 'BDC_CLOSE_GROUP'
Thanks and Best Regards,
Vikas Bittera.
**Points for useful answers**
‎2007 Aug 29 3:41 AM
Hi,
This function module is used to do postings using the Batch Data Communication(BDC) session method.
In this method, the first step is to open a BDC session, second is to insert the data you want to process in the session and third is to close the session..
Solution:
Before calling this FM, Call another function module 'BDC_OPEN_GROUP'.
Now, call your FM passing the data table
After that call FM 'BDC_CLOSE_GROUP'
Thanks and Best Regards,
Vikas Bittera.
**Points for useful answers**