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: 

Userexit USEREXIT_SAVE_DOCUMENT_PREPARE Example to change the data

michael_allweier
Explorer
0 Kudos

Hi,

I use the EXIT MV45AFZZ Form USEREXIT_SAVE_DOCUMENT_PREPARE to check some inputted data. If the inputted data are wrong, e.g. Salesoffice, the User need a possibility to change the data again. I send a POPUP to inform the user that the salesoffice not equal the sales office in the customer master data.

How is it possible that the User can change e.g. the salesoffice?

Kind regards

Michael

1 ACCEPTED SOLUTION

ravishankar_reddy2
Active Participant
0 Kudos

Hi Michael,

Use this Fms for popup to display messages,

POPUP_TO_DISPLAY_TEXT

or

POPUP_DISPLAY_MESSAGE

regards,

ravi shankar reddy

Edited by: Ravi Shankar Reddy S on Jan 28, 2008 5:01 PM

2 REPLIES 2

ravishankar_reddy2
Active Participant
0 Kudos

Hi Michael,

Use this Fms for popup to display messages,

POPUP_TO_DISPLAY_TEXT

or

POPUP_DISPLAY_MESSAGE

regards,

ravi shankar reddy

Edited by: Ravi Shankar Reddy S on Jan 28, 2008 5:01 PM

Former Member
0 Kudos

Hello michael,

You can use theFM ''POPUP_GET_VALUES_USER_BUTTONS'

to get user input

Thanks and regards

Ashish