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

Calling a customization table

Former Member
0 Likes
762

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
726

Hi,

in table DD02L.

use this selection

CONTFLAG = 'C'.

the results will be all customization table.

regards,

Santosh

5 REPLIES 5
Read only

Former Member
0 Likes
727

Hi,

in table DD02L.

use this selection

CONTFLAG = 'C'.

the results will be all customization table.

regards,

Santosh

Read only

0 Likes
726

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

Read only

0 Likes
726

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

Read only

Former Member
0 Likes
726

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

Read only

Lakshmant1
Active Contributor
0 Likes
726

Hi Roy,

Check FM VIEW_MAINTENANCE_CALL

Thanks

Lakshman