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 exits

Former Member
0 Likes
2,529

Hi,

why conversion exits are not possible debug in classical debugger.

et :CONVERSION EXIT_ALPHA_INPUT and other one.

thanks & regards:

-----------

Mohan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,393

Hi

yes you can debug in classical debugger useing as below screen shot .

check output length is 200 Character's , in this case you use field name with offset and length specification .

Input :  001000 but i unable to see the output value , in this case you use offset .

Now check you can able to see the value .

Check this Note : 1026001 - Very long strings displayed incorrectly in the ABAP debugger .

Regard's

Smruti

7 REPLIES 7
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
2,393

If you have a look inside this function module it has a kernel level C function which i believe we can not debug..

Nabheet

Read only

0 Likes
2,393

Hi Nabheet,

Thank you for Answer ,

but what is kernel level C function.

--------

Mohan

Read only

Former Member
0 Likes
2,394

Hi

yes you can debug in classical debugger useing as below screen shot .

check output length is 200 Character's , in this case you use field name with offset and length specification .

Input :  001000 but i unable to see the output value , in this case you use offset .

Now check you can able to see the value .

Check this Note : 1026001 - Very long strings displayed incorrectly in the ABAP debugger .

Regard's

Smruti

Read only

0 Likes
2,393

But Smruti can we debug this C function call..i dont think so..wat do you think?

Read only

0 Likes
2,393

yeah

because source code is not available for above FM. but as per

i hope he is asking the output value not properly display in Classical debugger , but same FM in New debugger you can able to see the Output value .

Regard's

Smruti

Read only

0 Likes
2,393

Thank u for your answer.

Read only

wol
Active Participant
0 Likes
2,393

Hi Mohan,

first of all, you have to switch System Debugging on:

Greets

Stefan