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: 

va01 enhancement

Former Member
0 Kudos

Hi ,

in va01 transaction second screen i am entering sold-to-party value

then i am entering meterial number in line item without pressing the enter button again i am going beck to the sold-to-party i am changing the value which i entered previously

now i am pressing the enter button i am getting the popup information window

instead of displaying the popup information window i need to show the error message

could u explain how to do modifications where i have to make changes.

4 REPLIES 4

Former Member
0 Kudos

Hi,

you can implement your changes inside

MV45AFZB

(FORM userexit_check_vbkd USING us_dialog.)

and

MV45AFZZ

(Maybe FORM userexit_move_field_to_vbkd.)

Regards

Nicole

0 Kudos

i am woring on ECC6.0 version .

i tried that two includes names MV45AFZB MV45AFZz but

it is triggering after information message ( sales area 1000 01 01 redetermined)

but i need to trigger before this information message for that where i need to make changes

0 Kudos

thanks

Former Member
0 Kudos

Hi,

Note the massage number of the popup massage by double clicking

the popup massage.

Then go to va01 program and search for the massage number and find the place where that massage is triggered.

If that meassge is triggerred from zinclude then change the message type from 'I' to "E". then u will get error message in status bar.

thanks

Sathish