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

variable name declared by using an object-------Where Used List

Former Member
0 Likes
502

Hi,

Can anyone let me know how to find the variable names that are defined by using an object like 'sflight' in all the reports, classes,funciton modules.

For example

in a report 'ZREPORT' i have declared a variable data lt_sflight type table of sflight.

and in other report 'ZREPORT1' i have declared as data lt_sfli type table of sflight.

and i want to know the all the variable name that are declared by using sflight object say in all reports,FM'S and Classes

Edited by: PEEDNAS on Feb 3, 2011 10:02 AM

Edited by: PEEDNAS on Feb 3, 2011 10:08 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
435

Hi,

Goto se11 and in the Tables give SFLIGHT and press the where used list button .

In that select all the fields.

With Regards,

Sumodh.P

2 REPLIES 2
Read only

Former Member
0 Likes
436

Hi,

Goto se11 and in the Tables give SFLIGHT and press the where used list button .

In that select all the fields.

With Regards,

Sumodh.P

Read only

0 Likes
435

Hi Sumodh,

Thanks for your information but

the where used list internally uses 'RS_TOOL_ACCESS' FM for that FM if we give object type and object name then it gives some search results and from there we can check the variables names manually directly but i want to get the list of variable names directly

Regards,

Sandeep