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

regarding bdc session method

Former Member
0 Likes
421

hi friends,

i wrote a code to transfer data from a notepad to a database table. i used both methods- call transaction and session method. but using call transaction method , i am able to append the data, where as using session method, i am not able to create a session. do we have to write anything else after FUNCTION 'BDC_CLOSE_GROUP'. kindly send me a code giving example.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
396

Check this thread for sample code.

Regards,

Maha

2 REPLIES 2
Read only

Former Member
0 Likes
397

Check this thread for sample code.

Regards,

Maha

Read only

Former Member
0 Likes
396

my session was created, but i was checking it in shdb transaction, not in sm35. anyways, thanks a lot.