Application Development and Automation 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: 
Read only

PAI IN EXIT SAVE_DOCUMENT_PREPARE

former_member211992
Active Participant
0 Likes
809

Dear all

i have to validate item amount in item overview tab in VA02 , when user change item amount value i have to thro error message , i have done that in save_document_prepare but when i trigger type 'E' messages all field get grayed out , it is not moving to PBO . fields should be input enabled after error .how to achieve this?

i have tried using type I messages its not working

1 ACCEPTED SOLUTION
Read only

former_member211992
Active Participant
0 Likes
644

got a solution.

Message 'xxxxx' type 'I'.set screen SY-DYNNR.leave screen.

Dear all

i have to validate item amount in item overview tab in VA02 , when user change item amount value i have to thro error message , i have done that in save_document_prepare but when i trigger type 'E' messages all field get grayed out , it is not moving to PBO . fields should be input enabled after error .how to achieve this?

i have tried using type I messages its not working

1 REPLY 1
Read only

former_member211992
Active Participant
0 Likes
645

got a solution.

Message 'xxxxx' type 'I'.set screen SY-DYNNR.leave screen.