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

nast table

Former Member
0 Likes
1,937

plz eplain the need of nast table in a simple way not in technical terminology...

5 REPLIES 5
Read only

Former Member
0 Likes
1,175

This table will give the printing status of purchase orders etc. whenever there is a purchase order is created, one entry will go into this table with the printing parameters.

Even for Re-print (for ex thro ME9F transaction), one entry will be created in this table.

Read only

0 Likes
1,175

plz explain that how we can relate the script with this nast table .. that is whether the document to be printed or all the document gets in to this table ....

Read only

Former Member
0 Likes
1,175

hi

The NAST table contains all messagges (documents) have to be print or have been printed.

Max

Read only

Former Member
0 Likes
1,175

NAST is table stores all output types which are triggered from Transaction codes agaist the corresponding object numbers, application, condition types. All those values are automatically stored in NAST and will be avaiable while processing documents. You can check the include RVADTABL.

You can process those messages using RSNAST00 if they flaged for process using schedule program.

Widely you can use NAST table in the print programs of Scripts or Smartforms. Ofcourse, you can use this table in another application for different requirement.

regards,

Read only

Former Member
0 Likes
1,175

Hi anoop,

1. NAST

2. This table stores

messages which are output

by various applications.

3. eg. PO is printed, etc

4. Programs like RSNAST

use this table to

scan it and

determine what has to be done furhter

for this mesage !

*----


---> how NAST table is filled?

1. NAST Table is used to Deposit/Collect Messages

produced by various applications.

(These messages can be used further,

to perform specific activities)

2. NAST Table is populated

from various standard Programs

(like migo, po, sales order etc)

via standard function modules.

The function modules INSERTS

a new record into the table

with appropriate information.

3. For further action,

program RSNAST00 is available,

which SCANS the NAST table

and appropriately calls

other function modules for further activity

(Based on the message type, application etc.)

*----


1. Not all print programs create a entry in NAST.

2. Based upon configuration some programs

for eg. PO Printing, Sales order printing

do create such entry

bcos it may be required as per business logic.

regards,

amit m.