cancel
Showing results for 
Search instead for 
Did you mean: 

how to know form name and tcode

Former Member
0 Kudos

Hi,

I know the driver program for layout is PPPRZUGL. How can i come to know the form name and its associated Tcode to see the output.

Can anybody tell me ?

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

To get the form name follow:-

SE38---->RSTXDBUG this will put the SAP Script debugger ON. Execute the pgm/Transaction control will wait in FROM since the debugger is ON & Form name will be on the screen, Just note it down. This can be used for any pgm/Transaction.

I hope this helps,

Regards

Raju Chitale

Former Member
0 Kudos

Hi - There is a function module by which we can get the print program giving form name. please try to search in se37 as printprogram. It should be select_print_program but i don't remember it exactly.

Thanks

Arun Kumar. S

Former Member
0 Kudos

Hi,

1.Check the Table TNAPR and TTXFP.

2.Both these tables can give information reg form name and output type.

3.if u don't get output type then goto NACE .

4.Select application and output type.

Regards,

Shiva.

former_member673464
Active Contributor
0 Kudos

hi,

Go to se11 and select the database table TNAPR .Enter the program name for it in Program name and get the corresponding records from which you can know the form configured for it.This table is used for SD-MM configurations only.Program PPPRZUGL is related to PP module .CO03 is the transaction for getting the production orders.

Regards,

Veeresh

Edited by: veereshbabu ponnada on May 6, 2008 11:02 AM