본문 바로가기
IT/SAP ERP ABAP

SAP ERP ABAP Editor 명령어

by Jang HyunWoong 2014. 12. 19.

SAP ERP command (명령어)

/n to cancel the current transaction
/n~~~ to call transaction ~~~ directly from another transaction.
/o to display an overview of sessions.
/o~~~ to call transaction ~~~ in a new session directly from another transaction
/nend to end the logon session with a confirmation dialog box
/nex to end the logon session without a confirmation dialog box
/i to delete the session you are currently using.

/n~~~ 현재 종료 후 ~~~ 명령어 실행
/o~~~ session 하나 추가 후 ~~~명령어 실행
/i 현재 session을 닫는다.
/nend 물어보고 log off(종료)
/nex 물어보지 않고 log off(종료)

They are used with transaction codes.


반응형

'IT > SAP ERP ABAP' 카테고리의 다른 글

ABAP 간단한 계산기  (0) 2014.12.19
ABAP 변수 타입  (0) 2014.12.19
기본적인 DB Search 과정  (0) 2014.12.19
ABAP 기본 프로그래밍  (0) 2014.12.19
SAP ERP useful transaction codes (t code)  (0) 2014.12.19