"What is NAST Table, what it will consists?"
Answer Posted / ramesh y
NACE is the Transaction code where we assign the Output type to Script/smartform and the Driver program
NACE is the Tcode used to link the Application type, Output Types and its processing Routines like ( Driver programs and attached Script forms or Smartforms).
You should know the Application of a document first Like:
for PO it is EF, for sales Doc's it is V1, for Delivery docs it is V2, for billing Doc's it is V3 etc.
so first select the Application type (ex: EF) for PO and press OUtput types
then a list will come in that you should know the related output type for PO.
in this case it is NEU,
select that and click on the processing Routines button on the left side
it will display the Medium, Driver Program and the Script form or smartform related to that document..
where as NAST is the table name in which an entry is created when we configure the Output type in the application document with the Medium, Partner, Lang and the printer
An entry in NAST table triggers the output type and in turn triggers the program and the form to give the output
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How we format the data before before write statement in report ?
What is an update task? : abap modularization
Differentiate between table and template ?
What is the use of message command in a report? What are the different message types?
What are base tables of an aggregate object? : abap data dictionary
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
What are the differences between table controls and step loops?
What two statements are required in an abap program to output an icon using a written statement?
How many types of data classes are there in sap?
What are the abap/4 commands that link to a layout set?
What was the requirement of IDoc in your project? How it was working?
What is the structure of bdcmsgcoll? : abap bdc
What is an abap/4 query? : abap hr
Update types in Call transaction method. What is the difference?
what is the difference between hashed & sorted internal tables?