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: 

How to list ABAP programs that uses a SAP script form?

Former Member
0 Kudos
159

Hello everybody.

Can you please tell me how to list all ABAP programs that uses a particular SAPscript forms? That is, given a form name, I can then list all programs that uses that form.

Thanks in advance. I'm trying to Google this same info but I'm having a hard time formulating my search terms.

Thanks.

-- Carl

12 REPLIES 12

former_member404244
Active Contributor
0 Kudos
106

Hi Carl,

the form name and related program u can find in the table TNAPR,however this is applicable for SD/MM modules only.for FI Module ui can find the formname in the tcode itself.

regards,

nagaraj

0 Kudos
106

Hello Nagaraj.

Can you please elaborate your answer with regards to FI Module. Thanks.

-- Carl

0 Kudos
106

Hi Carl

I'm very sorry but there isn't a way to know what you want.

Every SAP module can use a different way to store the link between a program and its sapscript.

Logistic modules (SD/MM) use trx NACE (or see table TNAPR)

FI module uses several trxs, it depends on it needs to print (for example see F110).

and so....

So every module uses own tables to store that information.... I believe only the experience can help us to know them...

Max

0 Kudos
106

Thank you very much, Max.

Former Member
0 Kudos
106

probably u can check TRDIR table.

0 Kudos
106

TNAPR table.

just execute it without given any palue in parameter u get all the program name whcih contain sapscript.

Former Member
0 Kudos
106

Hi,

use TNAPR table or nace transaction.

Regards

Amole

Former Member
0 Kudos
106

Hi Carl,

You can get them from table TNAPR,

Give the FORM NAME and all the programs are listed

check this table also TTFXP , TTXFPT

Message was edited by: Chandrasekhar Jagarlamudi

Message was edited by: Chandrasekhar Jagarlamudi

Former Member
0 Kudos
106

Hi,

You can get the list by fm <b>SAPSCRIPT_SELECT_PROGRAM</b>

Regards,

sailaja.

Former Member
0 Kudos
106

Hello,

Use the table 'TNAPR'.

Regards,

Shehryar

Former Member
0 Kudos
106

Hi ,

Use this method.

Goto Tcode se71 give your form name and press display. Then follow the menu path Form -> Check -> Text and press continue.

Reward if it helps.

Regards,

Senthil

0 Kudos
106

Senthil kumar,

It helped me .Thanks.

Sorry that Iam not able to reward you.