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

terminating the process

Former Member
0 Likes
716

while I am uploding the data in BDC, how to terminate the data process in foreground and in background?

2 REPLIES 2
Read only

Former Member
0 Likes
513

Hi,

you can Use /bend command to terminate the process in foreground,

If it is in background you have an option to stop the background job in sm37.

Regards,

Read only

Former Member
0 Likes
513

sunil,

you can use these in foreground to stop the bdc session.

/bdel - Delete current batch input (transaction) from session

/bend - End current batch input session completely

In SM36, u can handle for background processing of bdc by deleting the job.

Regards,

Arun.