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

Message Status Table

Former Member
0 Likes
1,561

what is the main use of the message status table in abap?

2 REPLIES 2
Read only

Former Member
0 Likes
935

Hi Venki,

1. The message status table stores the output records of the transaction you did in sap.

Ex:

You configure the output type(any type like print,FAX and email etc..) for PO creation in the transaction NACE.

If you create PO, Output record of the PO automatically stored in this table. it is used to check the status of the transaction.

Reward if it is useful.

Regards,

Boobalan Suburaj

Read only

Former Member
0 Likes
935

hi venki,

'NAST' is a transaparant table.It is the table for Message

status.It consists of applicationof message conditions,

message type, message language etc.

1)To know the status of a message we need this field

2)To print the status code in the Script are.

3) by creating internal table field type while creating the

ELEMENT. then the ELEMENT should placed in the FM

"Write-Form".

hope its clear to you,

Reward points if usefull,

Thanks,

Kalyan.