cancel
Showing results for 
Search instead for 
Did you mean: 

How to get programatically name of all CUSTOM FORMS which our report is using

Former Member
0 Kudos

Hello,

We have a requirement where in we need to get the names of all the custom forms (Scripts, Smartforms, Adobe forms etc) that a particular report (Class, Method, Include, Report etc) is using.

Example to elaborate the same is: I have a report ZXYZ which calls a SAP SCRIPT 'ZABC' and a smartform 'ZPQR'. Now is there any FM or data base table which when input the program name ZXYZ return all the forms ZABC, ZPQR etc.

Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

bastinvinoth
Contributor
0 Kudos

Hi HARJEET GROVER

use EWK1 t-code.

just paste your custom program form name there


and see the results. it will navigate to required to driver program easily.

regards,

Bastin.G


former_member217544
Active Contributor
0 Kudos

Hi,

Check this table if it helps you:

STXFADM

refer this link: http://scn.sap.com/thread/1234307

Regards,

Swarna

Former Member
0 Kudos

No one with any helpful answer.

Kindly provide some tip so that I can proceed with the requirement.. ?

Regards,

Harjeet

alessandroieva
Active Participant
0 Kudos

HI,

check table TNAPR , contains

Program Name, Form Name, Smartform Name.



Former Member
0 Kudos

I have checked previous posts before posting here in SCN.

TNAPR reflects only standard forms name and not the custom forms.

I need only custom forms in my case. In my system TNAPR has 432 entries and all of them are standard forms. It does not reflect any custom forms though I have around 100 forms in my system.

Thanks for your efforts though.

Regards,

Harjeet

alessandroieva
Active Participant
0 Kudos

HI,

tested in a test environment in field

SFORM = Z*

I got custom modules.

You can try again valuing the field SFORM = Z*?

directly from the transaction se11

Former Member
0 Kudos

Sorry but when I say a total of 432 entries in all means if I put Z* or what ever * it will filter the results out of these 432 records..

Now when I don't have any record for custom forms in total then how this filtering will provide me those forms.. Then too I tried it and it says no entries found..

Moreover I tried to copy some standard forms into custom exactly as they were, they got displayed in TNAPR table but not the custom forms which I have already created.

I can see them in SMARTFORMS and SE71 transactions but not in TNAPR.

Any other efforts may become helpful. Please suggest!!

Regards,

Harjeet

alessandroieva
Active Participant
0 Kudos

I understand!!

in TNAPR table there are only modules associated a "output type" (field KSCHL) in transaction code "SPRO".

if you call module in report with "SSF_FUNCTION_MODULE_NAME" is a bit difficult to find.

however, i continue to search!