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: 

Validation on a field in standard screen?

Former Member
0 Kudos
568

hi every one,

Transaction name : MB1A.

In screen 421, there are fields to be entered. i want some validations to be put on some input fields.

on this screen there is no customer exit i could find. so pls help me out as soon as possible as there is instant requirement.

5 REPLIES 5

GauthamV
Active Contributor
0 Kudos
166

hi,

check this badi.

MB_DOCUMENT_BADI.

Former Member
0 Kudos
166

Thanks for reply..

but this is not what i exactly want.

there is one customized msg coming on standard screen (Validation) for LIFNR of transaction MB1A.

But from exactly its coming i m not able to find it out .even in debugging mode when it comes to field check in flow logic of the screen , it just gives the msg without executing any code.

for a moment i thought i would be coming from a field exit.but for lifnr there no field exit is active in the existing version.

above is one case...

another case is that i want to apply a validation on wbs element which user will enter in screen no 421 in MB1A.

but i couldnt find a customer exit or field exit.

i want to validate this WBS Element with the PO No user entered..

Pls help me out guys..

GauthamV
Active Contributor
0 Kudos
166

hi,

just click on the message you are getting in status bar.

you can find the mesage number and class.

now goto se91 transaction give message class and number

and pree where used list ,you can find where it is called.

anversha_s
Active Contributor

Former Member
0 Kudos
166

thanks