‎2006 Dec 11 3:58 AM
‎2006 Dec 11 4:01 AM
/n - is used to end the current transaction (unsaved datas will be lost).
/bend - to close a session in BDC.
‎2006 Dec 11 4:00 AM
/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
‎2006 Dec 11 4:01 AM
/n - is used to end the current transaction (unsaved datas will be lost).
/bend - to close a session in BDC.
‎2006 Dec 11 4:07 AM
/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
‎2006 Dec 11 8:52 AM
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 .