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

Data in a program

Former Member
0 Likes
500

Hi,

How can i get all the z tables, data elements, etc referenced in a Z program?

regards,

MC

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
472

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.

3 REPLIES 3
Read only

Former Member
0 Likes
473

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.

Read only

Former Member
0 Likes
472

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.

Read only

Former Member
0 Likes
472

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