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

where-used list program

Former Member
0 Likes
1,221

Hi ppl,

I need to find the list of smartforms and report programs which use some particular database tables.

Please let me know how can this be achieved.

Thanks,

David.

8 REPLIES 8
Read only

Former Member
0 Likes
1,141

Hi ,

u can check table "TNAPR"

Thanks

Shambhu

Read only

0 Likes
1,141

Hi,

I only have the list of database table names. Using TNAPR, how can I find in which smartforms are these tables used?

Please elaborate.

Thanks,

David.

Read only

0 Likes
1,141

Hi,

Can you please provide the list of tables.May be we can help to give clear cut answer to ur question.

Regards,

Aditya

Read only

0 Likes
1,141

Hi,

These are custom tables (Z-tables).

Thanks,

David.

Read only

0 Likes
1,141

Hi,

go with the table name

in where used list select the function modules..

it will display the list of smartforms which will use that table that function modules look like this

/1BCDWB/SF00000028 "SF00000028 chek like this SF is smartforms

Read only

Former Member
0 Likes
1,141

Hi,

Table : TNAPR , will hold the form names and its driver programs.

Regards,

Adtya

Read only

Former Member
0 Likes
1,141

Check the table TNAPR

Read only

Former Member
0 Likes
1,141

Hi,

i guess u want to know in which programs and forms the particular table is used for this..

open the database tabel and go with the where used list in it..

check the first six options and press enter..

it will display the the list which uses that particular table.

TNAPR will give u the name of the driver program or form, u can find the output type , form name and the driver program name from this table..

Edited by: imran khan on Oct 27, 2009 7:13 AM