Application Development 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: 

BDC_CLOSE_GROUP

Former Member
0 Kudos

Hi,

Can somebody show and discuss to me on how to use NOT_OPEN and QUEUE_ERROR of FM BDC_CLOSE_GROUP?

I want to know if the BDC has already processed the uploaded data.

Thanks!

2 REPLIES 2

Former Member
0 Kudos

Hi Celestine,

Bdc has two methods 1. is call transaction 2. session method 3.direct method

1.if it is call transaction in tht method when we give option like 'A'. it will show screnn by screen updation and if error are prsent then it will traped by bdcmsgcoll structure which we will call.....

2.if it is session method we call three function modules in which we call

bdc_insert, bdc_opengroup

bdc_closegroup.

and wview the error in sm35 where u can view the updated records as well as the error records in logs of tht screen

note: in bdc_closegroup ... we need not pass anythng but should call it because if u do not call this it will not process in session tcode sm35. so it is mandatory.....

hope it might be useful...

regards,

sana.

reward if helpful...

Erol_CAGLAR
Participant
0 Kudos

submit rsbdcsub program after closegroupSPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; }.L0S52 { color: #0000FF; }