MESSAGE { msg | text } [message_options].
예를 들어
message 'text' type 'E'.
이렇게 쓴다면 창 밑에 반짝하고 Error 메세지를 보여준다.
Tip1. Function 에서 exporting 중 type 을 BAPIRETURN 으로 잡았다면, 아래의 function 을 통해 메세지를 뿌려줄 수 있다.
BALW_BAPIRETURN_GET2
This is to convert the internal table filled with messages to BAPIRET structure .
Tip2. POPUP 메세지를 띄우고자 할 땐 다음 function을 써보자..
FB_MESSAGES_DISPLAY_POPUP
This is to display a popup with all the messages ( error type / info type , etc )
'SAP > ABAP' 카테고리의 다른 글
SMW0 (0) | 2014.08.25 |
---|---|
= '' 와 = ' '가 같다? (0) | 2010.07.19 |
테이블 Lock걸렸을때 (0) | 2010.07.19 |
동적 인터널 테이블( Dynamic Internal Table ) (0) | 2008.06.03 |
ABAP 시스템 변수 (0) | 2008.05.08 |