cancel
Showing results for 
Search instead for 
Did you mean: 

How to delete or hiding the information messages

Former Member
0 Kudos

Hi Guru's

Please read below client requirement and guide me on this

The change will not prevent the pop up u201Cthe billing date is re determinedu201D as this is a mandatory warning in SAP if the delivery date is changed however because the majority of sales orders are for delivery in next 48 hours this will greatly reduce the number of key strokes the Customer Service team needs to perform, which is much more efficient

Thanks in advance,

Dil

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member223981
Active Contributor
0 Kudos

It is correct system behaviour for the system to display this message. The responsible code is:

FV45KFKD_VBKD_FUELLEN_TEIL_2

IF VBKD-FKDAT NE *VBKD-FKDAT AND

*VBKD-FKDAT NE 0 AND

*VBAK-VDATU NE 0.

MESSAGE I616.

ENDIF.

If you do not want the message to be raised, perhaps you could modify (comment out) the above code. This could even be just a tenporary change for the next 48 hours and then revert back to the standard coding....