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

Conversion exit list

Former Member
0 Likes
1,575

Hi,

is there a table in SAP where you can see the ABAP dictionary types and (if there exists) the conversion exit that the dictonary type belongs to?

regards

Baran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,031

Hi

DD01L table contains the conversion exit name along with domain name

like goto SE16 and give DD01L as table name and give kunnr in DOMNAME filed and execute.u will see that this domain is using ALPHA conv exit.

reward points if helpful

Regs

Manas Ranjan Panda

Message was edited by: MANAS PANDA

3 REPLIES 3
Read only

Former Member
0 Likes
1,031

Hi,

in transaction SE11, you can find datatypes

grtz

Koen

Read only

Former Member
0 Likes
1,032

Hi

DD01L table contains the conversion exit name along with domain name

like goto SE16 and give DD01L as table name and give kunnr in DOMNAME filed and execute.u will see that this domain is using ALPHA conv exit.

reward points if helpful

Regs

Manas Ranjan Panda

Message was edited by: MANAS PANDA

Read only

Former Member
0 Likes
1,031

Hi,

check the table DD04L and fieldname is <b>CONVEXIT</b>

the table is for data elements.

Regards

vijay