Application Development 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: 

Enhancement Problem

Former Member
0 Kudos

Hello friends,

I have done enhancement in ME51N using BADI and for particular condition a error is to be shown. and the user also wants the cursor at particular field is the error occurs, but the cursor is shown on some other field. So i tried to set cursor on that particular field using "set cusor field <field_name>". I tried in that BADI and using enhancement spot but was not coming on that field. So can any one help me...

Is set cusor field <field_name> possible in oop abap?

Thanks in advance.

1 REPLY 1

s0006898782
Participant
0 Kudos

Hi mihir6666,

This is happens because you implemented it into of chain/endchain of some field,

you should try implement it in one form outside of chain/endchain.

Best Regards,

Welinton Rocha