Hi all,
how to get system message when
Created Delivery Order if the sales order is blocked.
usualy, I use
"message id sy-msgid type sy-msgty number sy-msgno
with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
into error_field."
when I call transaction 'VL01N' using bdcdata mode 'N' update 'S'
the error_field contain "...See The Long Text "
for the question how to get the long text in delivery if sales order is blocked?