相关so和dn检查、报错,等代码
include LVKMPFZ1 用户包括信用核查用户退出1
FORM USER_CREDIT_CHECK1 USING UCC1_UPDATE
UCC1_KKBER
UCC1_KNKLI
UCC1_FLG_ORDER " 销售订单
UCC1_FLG_DELIVERY " 交货单
CHANGING
UCC1_RC.
if ucc1_flg_order = 'X' and ucc1_update = 'X'.
"""""""""""""" about so code
endif.
if ucc1_flg_delivery = 'X' and ucc1_update = 'X'.
"""""""""""""" about dn code
endif.
ENDFORM.