‎2011 Feb 03 8:57 AM
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
‎2011 Feb 03 9:11 AM
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
‎2011 Feb 03 9:11 AM
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
‎2011 Feb 03 9:23 AM
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