Command Field codes in SAP
by admin on Wednesday, July 14th, 2010 | No Comments
Knowing all these codes in SAP makes your life easy:
/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) (Carefull when using this command in Productive System) /$sync Synchronize instances buffers (for System Administrators) - (Carefull when using this command in Productive System)

