SUPPRESS DIALOG

Syntax

SUPPRESS DIALOG.

Effect

If this statement is specified during PBO processing, then the current dynpro is processed without displaying the screen, while the screen of the previous dynpro remains visible. After the PBO processing, the system triggers the event PAI in such as way, as if a user had pressed Enter. The function code assigned to this key in the current GUI status is then transported to sy-ucomm and to the OK field. Outside of PBO processing, this statement has no effect.

If during PAI processing with the statement MESSAGE, either a termination message, error message, information message or a warning is sent, then the screen of the current dynpro is displayed together with the message.

Example

You can use SUPPRESS DIALOG to display lists while dynpros are processed, without displaying the screen of the dynpro during whose processing the list is created.

MODULE call_list OUTPUT.
  SUPPRESS DIALOG.
  SET PF-STATUS space.
  WRITE 'Basic List'.
  LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.
ENDMODULE.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值