IT/SAP ERP ABAP

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

Jang HyunWoong 2014. 12. 19. 11:49

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>


반응형