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

Former Member
0 Likes
500

What is the diffreence between the following.

a) bdc_open_group and bdc_open_dataset.

b) bdc_close_group and bdc_close_dataset.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
481

HI,

THERE IS NO bdc_open_dataset bdc_CLOSE_dataset FM in sap. But

YOU CAN FIND OPEN DATASET AND CLOSE DATASET STATEMENT ?

CHECK IT

REGARDS

ASHOK

3 REPLIES 3
Read only

Former Member
0 Likes
482

HI,

THERE IS NO bdc_open_dataset bdc_CLOSE_dataset FM in sap. But

YOU CAN FIND OPEN DATASET AND CLOSE DATASET STATEMENT ?

CHECK IT

REGARDS

ASHOK

Read only

Former Member
0 Likes
481

Hi

No function module named BDC_OPEN_DATASET is exist

did u find this fm

reward points to all helpful answers

kiran.M

Read only

Former Member
0 Likes
481

hi mithun,

As per my knowledge there are no FMs like

bdc_open_dataset

bdc_close_dataset.

bdc_open_group is used to create the session while uploading the data from legacy to R/3.

after creating the session we have to close the session by using the fm bdc_close_group.

<b>Reward Points if Useful</b>

Cheers,

Chandra