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

tables

Former Member
0 Likes
461

HI,

In my project there is a ztable.

Please tell me how to know whethere the ztable is filled manually or by any other program.

If it is filled by other program then how to know the program name.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
434

Hi

It can't know if a table is filled manually or programmatically, but it can know where it's used: run trx SE11 Utilities->Where-used list

Max

4 REPLIES 4
Read only

Former Member
0 Likes
435

Hi

It can't know if a table is filled manually or programmatically, but it can know where it's used: run trx SE11 Utilities->Where-used list

Max

Read only

Former Member
0 Likes
434

check in SM30 whether there is a table maintenance for the table. If so this table will be maintained manually.

also, along with manual may be program might be there to fill up. goto se11 and place cursor on table and check where-used-list which displays list of programs...check in these programs whether insert/update/modify <table name> is been used or not....if used then the table is filled using this program.

Read only

abdul_hakim
Active Contributor
0 Likes
434

hi

use the where used list in se11.

Cheers,

Hakim

Read only

Former Member
0 Likes
434

thanks to all