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

End BDC Function

Former Member
0 Likes
723

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
Read only

Former Member
0 Likes
649

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
Read only

Former Member
0 Likes
650

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

Read only

Former Member
0 Likes
649

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

Read only

0 Likes
649

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

Read only

ferry_lianto
Active Contributor
0 Likes
649

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