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: 

End BDC Function

Former Member
0 Kudos
153

Hi,

Is there any way to create a button on the selection screen that the user can press to end the bdc while it is running, since /bend is able to stop the bdc.

Thanks,

John

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos
79

YOU can use the stop transaction option on the top left corner or any sap transaction(Even in se38), to stop the session midway.

Regards,

Ravi

4 REPLIES 4

former_member181962
Active Contributor
0 Kudos
80

YOU can use the stop transaction option on the top left corner or any sap transaction(Even in se38), to stop the session midway.

Regards,

Ravi

Former Member
0 Kudos
79

CREAT ONE PUSHBUTTON LIKE STOP BDC

AND SY-UCOMM = /BEND.

WRITE THIS CODE CORESPONDING TO THAT PUSH BUTTON

SO THAT IT WILL STOP IN BETWEEN

REGARDS

NARESH

0 Kudos
79

The problem is that while the BDC is processing in the background, you can't press or enter a thing.

ferry_lianto
Active Contributor
0 Kudos
79

Hi,

Please try to call FM BDC_OBJECT_DELETE when you click on custom button.

You need to build your own logic to select and delete corresponding BDC session. Please check program RSBDCDEL for reference logic.

Regards,

Ferry Lianto