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

FM RESET_CLEARED_ITEMS_BDC_WRITE

Former Member
0 Likes
452

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
387

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**

1 REPLY 1
Read only

Former Member
0 Likes
388

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**