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: 

NAST Table

Former Member
0 Kudos

Can anyone provide me with more information on NAST Table

Thank you

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi,

For IDoc ... yes, you can use field ERDAT and ERZET of NAST.

Again, hope this will help and answer your doubt.

Regards,

Ferry Lianto

9 REPLIES 9

ferry_lianto
Active Contributor
0 Kudos

Hi,

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. Of course, you can use this table in another application for different requirement such IDoc.

Regards,

Ferry Lianto

Former Member
0 Kudos

Hi Megan,

<b>NAST</b> is the table which stores Conditions for Output control.

You can assigne Output types to Condition records through transaction NACE.

Thanks,

Vinay

Former Member
0 Kudos

megan,

NAST table stores an entry for each output type created for an application document.

Regards,

Arun.

Reware points if useful.

Former Member
0 Kudos

I am triggering a program after a Sales Order is created and need to include the time and date of creation in my program. So does that mean that I should use NAST-ERDAT & NAST-ERUHR for this purpose

ferry_lianto
Active Contributor
0 Kudos

Hi,

What are you trying to do? What is your requirement?

By the way, did you check my previous reply?

Regards,

Ferry Lianto

Former Member
0 Kudos

Hi Ferry

I did read your previous requirement and understand what NAST table does now. When the Sales Order gets generated, using Output Determination I trigger a TC that runs a program that is used to fill a custom table ZTABLE with SO #, Customer #, Date & Time. I know how to inser the SO#, Cust# into the Table and have been told to obtain the Time & Date from NAST. Is it possible to get the time and date of SO creation from NAST and insert it into my table using the ERDAT, ERZET fields in NSAT?

ferry_lianto
Active Contributor
0 Kudos

Hi Megan,

Try to compare table VBAK and NAST for fields ERDAT and ERZET.

If they are the same then yes you can use above fields from NAST.

Otherwise, I may go to table VBAK to get SO creation date and time information and insert to custom table.

Are you dealing with IDoc to create SO?

Regards,

Ferry Lianto

Former Member
0 Kudos

Yeah its an IDOC that creates the Sales Order

ferry_lianto
Active Contributor
0 Kudos

Hi,

For IDoc ... yes, you can use field ERDAT and ERZET of NAST.

Again, hope this will help and answer your doubt.

Regards,

Ferry Lianto