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

field exit

Former Member
0 Likes
820

hello!

i created field exit for data elemnt EXART and assigned it

to program sapmv45a screen 4003.

when i go to transaction VA02 and double click on the matnr field in the item line i move to another screen in tab SALES A.

there is a field Bus Transaction type that whenever i choose it, it will activate the field exit.

i don't see the results at all. how can i debug the field exit?

regards

yifat

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
798

Hi

You can't debug a field-exit, but you can download the data into file.

So in your field-exit insert a piece of code to open, write and close a file and then see the data file by trx AL11.

This is only way to "debug" a field-exit.

Max

Hi

You can't debug a field-exit, but you can download the data into file.

So in your field-exit insert a piece of code to open, write and close a file and then see the data file by trx AL11.

This is only way to "debug" a field-exit.

Max

5 REPLIES 5
Read only

Former Member
0 Likes
799

Hi

You can't debug a field-exit, but you can download the data into file.

So in your field-exit insert a piece of code to open, write and close a file and then see the data file by trx AL11.

This is only way to "debug" a field-exit.

Max

Read only

0 Likes
798

you can also issue a message to check whether the field exit is working or not.

Regards

Raja

Read only

0 Likes
798

What is a field exit?

Read only

0 Likes
798

check out this to learn about it.

http://www.sapgenie.com/abap/fieldexits.htm

Regards

Raja

Read only

Former Member
0 Likes
798

hey ,

u can't debugh the field exist code but the right way is you can give some message .