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

Transaction to end online batch processing

Former Member
0 Likes
1,401

I need to exit from my batch processing that is started in online mode. Can anyone tell me the transaction to do this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
925

General command field formats /n Skip to the next record if you are processing one batch input session

/bend Cancel a batch input foreground process

/nend Close all R/3 sessions and logoff

/nxxxx Call the transaction xxxx in the same session

/o Generate a session list

/oxxxx Call the transaction xxxx in an additional session

/i Delete the current session

/h Turn the debug mode on

/$tab Reset all buffers (for System Administrators)

/$sync Synchronize instances buffers (for System Administrators

Kevin

I need to exit from my batch processing that is started in online mode. Can anyone tell me the transaction to do this?

2 REPLIES 2
Read only

Former Member
0 Likes
926

General command field formats /n Skip to the next record if you are processing one batch input session

/bend Cancel a batch input foreground process

/nend Close all R/3 sessions and logoff

/nxxxx Call the transaction xxxx in the same session

/o Generate a session list

/oxxxx Call the transaction xxxx in an additional session

/i Delete the current session

/h Turn the debug mode on

/$tab Reset all buffers (for System Administrators)

/$sync Synchronize instances buffers (for System Administrators

Kevin

Read only

Former Member
0 Likes
925

Ya Prakash,

while doing online processing you will get one dialogue box rite... type /bend it will come out of the session. if you don't have dialogue box then type /nend at the commond box.