Application Development 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: 

t-code /n/...

former_member647278
Participant

what does it mean that some t-codes work only with lo / n in front?

1 ACCEPTED SOLUTION

michael_piesche
Active Contributor

/ is the escape character to let the transaction know that the next character is not part of a transaction but a predefined command. for example

  • /n - ends the current screen
  • /h - starts the debugger

If you have a transaction that is part of a namespace “/namesp/xxx“, you need to put “/n“ in front, otherwise it will try to execute the command „n“ first and then start the transaction „amesp/xxx“

5 REPLIES 5

Abinathsiva
Active Contributor
0 Kudos

Hi, Nick

/n is basically starts a new transaction in existing session...

but /n/XXX it not T-code /XXX it's namerooms

regards,

Abinath. S

michael_piesche
Active Contributor

/ is the escape character to let the transaction know that the next character is not part of a transaction but a predefined command. for example

  • /n - ends the current screen
  • /h - starts the debugger

If you have a transaction that is part of a namespace “/namesp/xxx“, you need to put “/n“ in front, otherwise it will try to execute the command „n“ first and then start the transaction „amesp/xxx“

0 Kudos

And /o followed by a transaction code opens said transaction in another session. 🙂

matt
Active Contributor

If the transaction is /namespace/tx then you must use /n/namespace/tx. If the transaction is just tx, you can use tx. If you're in a program with it's own pf-status defined, you have to use /ntx anyway.

michael_piesche
Active Contributor
0 Kudos

nick.reyan, please follow up on your open question.

  • comment answers or your question if there are still open issues.
  • otherwise mark an answer as accepted if it helped you solve your problem
  • or post an answer of yourself and accept it if you found another useful solution yourself
  • or redirect your question to another question that is related and was useful to solve your problem
  • in the end, close your question