‎2008 Mar 10 8:54 AM
Hi all,
Is it possible to directly open a customization table and not through the spro transaction.
In addition, where can I find a table that contains all the names of the customization tables?
Thanks,
Roy
‎2008 Mar 10 9:01 AM
Hi,
in table DD02L.
use this selection
CONTFLAG = 'C'.
the results will be all customization table.
regards,
Santosh
‎2008 Mar 10 9:01 AM
Hi,
in table DD02L.
use this selection
CONTFLAG = 'C'.
the results will be all customization table.
regards,
Santosh
‎2008 Mar 10 9:15 AM
Thanks Santosh,
I am trying to open table DD02L using SE16 and cannot find:
CONTFLAG = 'C'
In addition, do you know how I can open it directly?
I mean that I'm looking for an easy way to open it, for example as if I am using a SAP shortcut file in order to directly open a specific transaction.
Thanks and regards,
Roy
‎2008 Mar 10 9:19 AM
Hi,
Go to se16. Enter table name DD02l press enter.
then goto menu ->> settings ->fields for selections.
search for CONTFLAG. click on the checkbox and press enter.
then contflag field will be availabe for selection.
then u enter 'C' in the input field CONTFLAG and then execute u will get no of customization tables.
regards,
Santosh Thorat
‎2008 Mar 10 9:02 AM
Hi ,
You can open customization table through se12 transaction.Usually the customization table name starts with T.Do a search with 'T*' to find the list of customization tables.Hope this helps.
Regards,
Kiran
‎2008 Mar 10 9:29 AM