2007 Jul 12 2:28 PM
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
2007 Jul 12 2:31 PM
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
2007 Jul 12 2:31 PM
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
2007 Jul 12 2:32 PM
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
2007 Jul 12 3:08 PM
The problem is that while the BDC is processing in the background, you can't press or enter a thing.
2007 Jul 12 3:33 PM
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