IW51 52创建服务通知单

xiaoxiao2021-02-28  33

IW51 52创建服务通知单, BAPI_ALM_NOTIF_CREATE and BAPI_ALM_NOTIF_DATA_MODIFY BADI NOTIF_EVENT_SAVE,filter要写服务通知单类型 demo 写入bapi传入的宕机日期 IF CS_VIQMEL-AUSZT is initial. * Only execute if breakdown time is not already set IF ( CS_VIQMEL-MSAUS = 'X' ) AND ( CS_VIQMEL-AUSVN <> 0 ) AND ( CS_VIQMEL-AUSBS >= CS_VIQMEL-AUSVN ). * Only if breakdown indicator is set, valid start date, end date not less than start date CS_VIQMEL-AUSZT = ( CS_VIQMEL-AUSBS - CS_VIQMEL-AUSVN ) * 24 * 60 * 60. CS_VIQMEL-AUSZT = CS_VIQMEL-AUSZT + ( CS_VIQMEL-AUZTB - CS_VIQMEL-AUZTV ). ENDIF. ENDIF.
转载请注明原文地址: https://www.6miu.com/read-2619209.html

最新回复(0)