Application Development and Automation 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: 
Read only

Link between Tcode and Driver program

Former Member
0 Likes
1,783

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

16 REPLIES 16
Read only

Former Member
0 Likes
1,694

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.

Read only

GauthamV
Active Contributor
0 Likes
1,694

hi,

NAST table is used to link ur message type with ur application type.

check this include AAP00F01.

Read only

Former Member
0 Likes
1,694

Will you stop answering basic questions?

Read only

GauthamV
Active Contributor
0 Likes
1,694

hi,

do u think this to be a basic question ?

if so then can u please elaborate the process .

Read only

Former Member
0 Likes
1,694

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

Read only

Former Member
0 Likes
1,694

So you mean that answer cant be found in help.sap.com

Read only

Former Member
0 Likes
1,694

stop it now

Read only

Former Member
0 Likes
1,694

now also you feel unresovable question and you solved it with your immense power

Read only

GauthamV
Active Contributor
0 Likes
1,694

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.

Read only

Former Member
0 Likes
1,694

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.

Read only

Former Member
0 Likes
1,694

>

> 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

Read only

GauthamV
Active Contributor
0 Likes
1,694

pk,

i agree with u.

But in some cases we have to go with it.

i dont have any intention of violating the rules.

Read only

Former Member
0 Likes
1,694

if you cant find answer anywhere then only you can post a question over here which makes this forum unique

Read only

Former Member
0 Likes
1,694

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

Read only

Former Member
0 Likes
1,694

solved my own

Read only

Former Member
0 Likes
1,694

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.