Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

vl01n

Former Member
0 Likes
617

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
529

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 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?

1 REPLY 1
Read only

Former Member
0 Likes
530

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.