cancel
Showing results for 
Search instead for 
Did you mean: 

NAST

Former Member
0 Kudos

hi frnds,

can u tell me, how NAST table is filled?

Thanx,

srini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Srini,

---> 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.)

Hope the above helps.

Regards,

Amit M.

Former Member
0 Kudos

does a print program also creates entries in NAST table?

Former Member
0 Kudos

Yes , It will

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi once again,

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.

Please reward points

if any of the above answers have

been useful.

Regards,

Amit M.

Former Member
0 Kudos

i think it doesn't create entries but yes it will modify some field for the given record.

former_member181962
Active Contributor
0 Kudos

No srini,

It will create new entries for every time the print program has been triggered. The reason is that the NAST table has the fields ERDAT and ERUHR (Date and time) as the key fields which will not let modify a particular record. It will always create a new entry in NAST.

Regards,

Ravi

Former Member
0 Kudos

Hi once again,

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.

Please reward points

if any of the above answers have

been useful.

Regards,

Amit M.

Former Member
0 Kudos

Hi ,

When we assign an output type to a transaction nast table gets filled, Say for ag :

Sales order creation an order response is send as an XML .

so nast table will be filled with an entry w object key as sales order number , application as V1 and so on ...

Regards,

Beena