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: 

How to bring Cursor position to a particular field being validated in XD02 (exit: EXIT_SAPMF02D_001)

arkantos
Explorer
0 Kudos

Hi,

I am validating a field while saving a customer (TIN number is mandatory). i raised an error message when the field is not filled.. how ever i need to bring the cursor position to TIN number filed.

i tried to use "set cursor" statement along with different statements (call screen, call subscreen, set screen etc ...) either the cursor was not coming to the particular field or the program dumps.

Any inputs?

Thanks and regards

Arkantos

2 REPLIES 2

ipravir
Active Contributor
0 Kudos

Hi Arkantos,

Where are you writing your validation code.

It's in BADI or User Exit.

Regards,

Praveer.

0 Kudos

Hi Praveer ,

i am writing the validation in User exit..

Regards

Arkantos