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

Differnce Between /n and /BEND

Former Member
0 Likes
4,007

Hi,

Differnce Between /n and /BEND?

thanks and regards

sarath

1 ACCEPTED SOLUTION
Read only

Former Member
1,723

/n - is used to end the current transaction (unsaved datas will be lost).

/bend - to close a session in BDC.

4 REPLIES 4
Read only

Former Member
0 Likes
1,723

/n, will end the current session without saving any of the data.

/BEND, not sure where exactly you saw this, but sounds like a function code of a specific transaction.

Regards

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
1,724

/n - is used to end the current transaction (unsaved datas will be lost).

/bend - to close a session in BDC.

Read only

Former Member
0 Likes
1,723

/n ends the current transaction and proceeds with the next transaction in the session.

/BEND - ends the batch input session.

- Guru

Reward answer if helpful

Read only

Former Member
0 Likes
1,723

Hi ,

/n ends the particular transaction .

/bend - This means batch end .

This comes only in BDC concept .This is where you transfer data from the legacy system to sap R/3 system .When you are performing recording process and you dont want to continue any more you give /bend .