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: 

RSNAST00

Former Member
0 Kudos

What is the purpose of RSNAST00

How is related to NAST entry creation

4 REPLIES 4

Former Member

RSNAST00 is the program used to retrigger the output types(to make one more printout of the invoice for example). It is not specific to any application. Hence it can be used for sales order outputs, delivery outputs and invoice outputs.

RSNAST00 can be used only if the output was triggered for the first time in Batch mode(i.e. it is not triggered in immediate mode(4) and triggered in batch mode(1). Those kind of outputs can be triggered n number of times using RSNAST00

When RSNAST00, is executed , it checks the NAST table which has the data a bout all the outputs and select teh only records which has NAST-VSZTP is equal to 1. These output lines will be yellow in colour if you see in teh document. When RSNAST00 processes these records, it triggers the output and converts the line from yellow to green during which NAST-VSTAT will change from 0 to 1 for green.

Hope this helps you.

Reward if this helps you

0 Kudos

Selection Program for Issuing Output

When you create an output message for a document (say creating an output for a PO from ME22/ME22N and save it with option 'send automatically when saving'), then it runs the program RSNAST00 in the background.

Alternatively you can define output messages for the documents and mass execute them using RSNAST00.

Purpose

Issues output from all applications with send times 1 and 2.

Selection

Selection criteria:

Application

Object key

Output type

Transmission medium

In addition to that, you can choose whether repeat processing is to take place. In this case, only output is selected that has already been processed and the processing program is called up for it. However, no output will be duplicated.

Via printer default, an already existing printer can by overridden from the output.

The field 'Suffix 2' has got the same effect: it sets this indicator in each selected output. In this way, a clear spool entry can be achieved.

Runtime thru this program we can able to find which form and which print program is calling for this out put type.It takes input from NAST and TNAPR tables

Please reward points if its helpful.

0 Kudos

Correct Explaination and helpful.

Former Member
0 Kudos

Hi,

Selection Program for Issuing Output

When you create an output message for a document (say creating an output for a PO from ME22/ME22N and save it with option 'send automatically when saving'), then it runs the program RSNAST00 in the background.

Alternatively you can define output messages for the documents and mass execute them using RSNAST00.

Purpose

Issues output from all applications with send times 1 and 2.

Selection

Selection criteria:

Application

Object key

Output type

Transmission medium

In addition to that, you can choose whether repeat processing is to take place. In this case, only output is selected that has already been processed and the processing program is called up for it. However, no output will be duplicated.

Via printer default, an already existing printer can by overridden from the output.

The field 'Suffix 2' has got the same effect: it sets this indicator in each selected output. In this way, a clear spool entry can be achieved.