‎2008 Sep 22 1:25 PM
hi friends..
i have one doubt...
In NACE Tcode we assign the Form name and Driver program name for the particular Output Type.
that output type is link with transaction Tcode...
my doubt is..
how the values from transaction flow into the driver program? while click the Print Preview Button
(i.e in what way the driver program get triggered and how it get values from Tcode ?
Regards
Selva
‎2008 Sep 22 1:30 PM
hi,
there is also Output setting in Tcode. The path is
Go to Any TCODE > Enter>Extras --> Output --> Header / Item --> EDIT.
Here, you will mention the output setting..accordingly , it will execute
Regards,
deepthi.
‎2008 Sep 22 1:31 PM
hi,
NAST table is used to link ur message type with ur application type.
check this include AAP00F01.
‎2008 Sep 22 1:33 PM
‎2008 Sep 22 1:35 PM
hi,
do u think this to be a basic question ?
if so then can u please elaborate the process .
‎2008 Sep 22 1:37 PM
hi chakraverthi
thanks for your reply..
what is the purpose of message type and application type ?
how the data get flow from tcode to driver program?
regards
selva
‎2008 Sep 22 1:38 PM
‎2008 Sep 22 1:38 PM
‎2008 Sep 22 1:40 PM
now also you feel unresovable question and you solved it with your immense power
‎2008 Sep 22 1:42 PM
if that is the case, then u can find almost every thing from search using help.sap.com or google or whtevr it may be.
Then whts the purpose of these forums.
‎2008 Sep 22 1:43 PM
Vij,
please don't update thread frequently by multiple reply its creats a confusion.
there is also Edit Button available if you forget someting to say in first chance.
Amit.
‎2008 Sep 22 1:43 PM
>
> if that is the case, then u can find almost every thing from search using help.sap.com or google or whtevr it may be.
>
> Then whts the purpose of these forums.
Did you ever bother reading the Rules of this Forum???
pk
‎2008 Sep 22 1:47 PM
pk,
i agree with u.
But in some cases we have to go with it.
i dont have any intention of violating the rules.
‎2008 Sep 22 1:48 PM
if you cant find answer anywhere then only you can post a question over here which makes this forum unique
‎2008 Sep 22 1:52 PM
You are simply encouraging the laziness of most people by giving them ready-made answers.
Think about it, you are not getting paid for doing somebody else's work. The Food Program is good, but it will be better when you actually solve some real issues.
pk
‎2009 Jan 05 7:21 AM
‎2008 Sep 22 1:47 PM
The form routine makes your data "flow" into your driver program. Normally, all data is read through the processing routine (often the routine is named ENTRY). So in essence: the routine is triggered and then your data is read though that routine.