‎2008 Nov 19 8:38 AM
Hi All,
I need to find the list of all Append/Include Structures in my system and Their assignment to Tables.
(For Each Append/Include structure, to which table it was assigned)
Is there any way to find it?
Thanks,
Krishna.
‎2008 Nov 19 10:09 AM
Hi,
Go to se11 - data type - give Z* and press F4.
Pop-up will come - click on search for structures - u will get standard structures.
Then take any structure name and check for where used list ( cont + shift + F3) .
U will get all the DB tables where and all they have used that include / append structure.
Regards,
Kusuma.
‎2008 Nov 19 10:09 AM
Hi,
Go to se11 - data type - give Z* and press F4.
Pop-up will come - click on search for structures - u will get standard structures.
Then take any structure name and check for where used list ( cont + shift + F3) .
U will get all the DB tables where and all they have used that include / append structure.
Regards,
Kusuma.
‎2008 Nov 19 10:52 AM
Hi Kusuma,
Thanks For ur reply.
My question is how to find the assignement of Include/Append structures to Different Database tables.
(Any other way instead of checking table by table?).
Already i have a huge list of Append and Include structuers in My system.
Thanks,
Krishna.
‎2008 Nov 19 11:21 AM
‎2008 Nov 19 10:10 AM
Hi,
Try this
Go to table DD02L (SAP tables) and make a select tabclass = 'APPEND' , u ll get list of tables.....same way u can find include also.
‎2009 Jul 03 2:33 PM