BPS表单使用标准消息类弹出提示框



效果:

BPS表单使用标准消息类弹出提示框

关键代码(其实主要是记录一下这个消息类:upc_fw):

      CONCATENATE 'The costcenter total(' ZKF_C ') is not eaqul to'
      INTO ZMSG1 .
      CONCATENATE 'the' ZLV ' total(' ZKF9_C ').'
      INTO ZMSG2 .
      CONCATENATE 'Please check the allocation role,or make sure that' ''
      INTO ZMSG3 .
      CONCATENATE 'you have finished all steps of the allocation!' ''
      INTO ZMSG4 .

      MESSAGE i001(upc_fwDISPLAY LIKE 'W' WITH ZMSG1 ZMSG2 ZMSG3 ZMSG4.