본문 바로가기
IT/SAP ERP ABAP

ABAP UI를 사용한 간단한 계산기

by Jang HyunWoong 2014. 12. 19.

PBO- Process Before Output-It determines the flow logic before displaying the screen.

 

PAI-Process After Input-It determines the flowlogic after the display of the screen and after receiving inputs from the User.

 

 

  • TOP은 글로벌 데이터로 모든 PBO, PAI의 변수를 정의한다. 

  • PBO는 스크린에 디스플레이 되기 전에 정의되는 것들이다.

  • PAI는 스크린이 보인 후 유저가 무엇인가 요청했을 때 처리하는 것들이다. 

 

<main>


<PAI side>




<Screen side>



<TOP side>


반응형

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

2개의 스크린을 만들어 데이터 불러오기  (0) 2014.12.19
3개의 스크린을 만들어 데이터 열어보기  (0) 2014.12.19
ABAP subroutine 사용하기  (0) 2014.12.19
ABAP 간단한 계산기  (0) 2014.12.19
ABAP 변수 타입  (0) 2014.12.19