2007 Dec 22 7:55 AM
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?
2007 Dec 22 1:07 PM
Hi,
if you simply need to get "long text" and systems says that... then doubleclick on that message, you'll long text.
if you want to have own long text (i'm not sure if it's possible to implement dynamically, but probably possible) create ow message class with own message and maintained long text if needed.
Then in you code use:
message e001(your_message_class) WITH variable.
hope that helps...
Regards,
Satish.
Hi,
if you simply need to get "long text" and systems says that... then doubleclick on that message, you'll long text.
if you want to have own long text (i'm not sure if it's possible to implement dynamically, but probably possible) create ow message class with own message and maintained long text if needed.
Then in you code use:
message e001(your_message_class) WITH variable.
hope that helps...
Regards,
Satish.
2007 Dec 22 1:07 PM
Hi,
if you simply need to get "long text" and systems says that... then doubleclick on that message, you'll long text.
if you want to have own long text (i'm not sure if it's possible to implement dynamically, but probably possible) create ow message class with own message and maintained long text if needed.
Then in you code use:
message e001(your_message_class) WITH variable.
hope that helps...
Regards,
Satish.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |