cancel
Showing results for 
Search instead for 
Did you mean: 

Disable save on negative value

Former Member
0 Kudos

Hi All,

I have a requirement where the planning book should be prevented from saving when there is negative value say for a key figure 'forecast'. Can you share how to implement this? I thought of having a popup message turned on. But the data gets saved when the user hit the 'SAVE' icon.

Is it something that could be achieved using a BADI?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

srinivas_krishnamoorthy
Active Contributor
0 Kudos

try with /SAPAPO/SDP_SAVE badi method SAVE_CHECK

Alternatively execute a macro in default that zeroes out negative values. macro in default event is executed on hitting save button.

Answers (0)