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

Update internal table with message text from a message class.

manoj_goyal2
Participant
0 Likes
681

hi,

Can it be possible to update a internal table field with the message text from Message class?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
485

Hi,

Yes it is possible.

MESSAGE s000(su) INTO wa-message.

APPEND wa TO itab.

here wa-message is work area .

Regards,

Atish

hi,

Can it be possible to update a internal table field with the message text from Message class?

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
486

Hi,

Yes it is possible.

MESSAGE s000(su) INTO wa-message.

APPEND wa TO itab.

here wa-message is work area .

Regards,

Atish