Skip to main content

Check if Work Order was re-opened and when

Comments

1 comment

  • Martin Heigl

    you can check this in the history table.

    select "ERFTSTAMP" from "BEAS_AENDERUNG" where "TYP"='WorkOrder' and "TYP2"='WO' and "KENNUNG1"=6002291 and "KENNUNG2"=30 and "NEUINHALT"='öffnen'

    "KENNUNG1"=work order belnr_id
    "KENNUNG2"=work order position belpos_id

Please sign in to leave a comment.