Application Development 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: 

how to capture status,error,warning messages into internal table

Former Member
0 Kudos

how can i capture the errors,warnings,status messages displayed on the status bar into an internal table

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Probably you can collect the message details (structure SYMSG) in a internal table as and when you are generating the messages.

~Piyush Patil

2 REPLIES 2

Former Member
0 Kudos

Probably you can collect the message details (structure SYMSG) in a internal table as and when you are generating the messages.

~Piyush Patil

Former Member
0 Kudos

Hi

You can use the bapis or function modules

FORMAT_MESSAGE

ALM_ME_MESSAGE_TO_RETURN

BALW_BAPIRETURN_GET

BALW_BAPIRETURN_GET1

BALW_BAPIRETURN_GET2

BALW_RETURN_TO_RET2..........

Regards

Pavan