‎2007 Feb 01 12:43 PM
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.
‎2007 Feb 01 12:47 PM
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
‎2007 Feb 01 12:47 PM
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
‎2007 Feb 01 12:51 PM
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.
‎2007 Feb 01 12:55 PM
‎2007 Feb 01 4:12 PM