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: 

XK01 Pin code validation !!

Former Member
0 Kudos

Dear Experts ,

I need to validate XK01 pin code . When user enters pincode in XK01 system automatically bring city , region & country from Z table where we will maintain all the data like PINCODE COUNTRY CITY & REGION .

Is it possible , if yes please suggest .

Regards,

Suresh

4 REPLIES 4

Former Member
0 Kudos

Please suggest experts .

former_member196331
Active Contributor
0 Kudos

You need to find user exit or Enhancement point, In user exit. definitely you will get lifnr based on that you need to fetch data from ztable.
and also in user exit normally structures are available you need to pass the values ztable field to the Structure.You said pincode, city.
whether it is 1 structure or more than you need to check it. Definitely user exit is available. you need to search in forum.
else Enhancement point You need to debug it and find the correct point. Hope you understood.

Former Member
0 Kudos

understood , but i am not getting exact enhancement point , please suggest if you know anything where exactly it will hit right after i enterd the PIN CODE ??

raymond_giuseppi
Active Contributor
0 Kudos

AFAIK the BAdI ADDRESS_POSTAL_CHECK allows to raise error, but is also able to change some data, you should check its signature for your PIN code.

Regards,
Raymond