cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with the Closing of the form

Former Member
0 Kudos

Hi......

I have created a form for tools issue.In that, the Document No, Username and the current date will be automatically updated while the form is being loaded and after the data has been added. But when i am trying to close the form, it asks the message as "Do you want to save the changes ? yes or No". If i give Yes means, the current entry is saved with the empty data in the document no. I dont want to save the data with the empty values. For that i have done validation conditions on Before action=true. But it is not going into that.

Can any one tell me the possible solutions

~

Thank you in advance..........

Roseline Christina.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

check the validation in transaction notification stored procedure and prevent the null values there. When transaction notification will throw @error different from 0, the sap will not close form and will wait for correct entry from user.

Former Member
0 Kudos

thank you....

But can you explain it in a detailed manner.

~ Roseline Christina

Answers (0)