‎2007 May 15 5:48 PM
Hi,
How can i get all the z tables, data elements, etc referenced in a Z program?
regards,
MC
‎2007 May 15 5:51 PM
u will be creating the program in SE38.
goto SE80 type ur program name on the lefthand side it will display, what are the tables, fields, screens etc used in that program in tree structure.
‎2007 May 15 5:51 PM
u will be creating the program in SE38.
goto SE80 type ur program name on the lefthand side it will display, what are the tables, fields, screens etc used in that program in tree structure.
‎2007 May 15 5:52 PM
You can check this for tables...
<a href="/people/alvaro.tejadagalindo/blog/2007/03/13/tasting-the-mix-of-php-and-sap--volume-11 the mix of PHP and SAP - Volume 11</a>
Or Tx. SE49 if your not into PHP....
For tables definition...
<a href="/people/alvaro.tejadagalindo/blog/2006/03/14/taking-good-care-of-z-tables good care of Z tables</a>
Maybe you can mix both of them and build your own custom report -;)
Greetings,
Blag.
‎2007 May 15 5:53 PM
Hello ,
Try this :
go to se38
--- specify the program name
- go to utilities-->environment analysis.
here u can get the all the tables used in this program.
b. Go to table D010TAB
here u give the the name of the program
u will get all the tables used.
Regards,
Deepu.K