cancel
Showing results for 
Search instead for 
Did you mean: 

Invoice check if netwr is filled before save

Former Member
0 Kudos

Hi Gurus,

I am searching a solution to force the user/Job

to not be able to save the invoice, if the price is missing.

Has anybody solution for that BADI or something

Maybe with sample code?

I know right way would be T683-KOBLI to set the price

as obligatory. But in this cas it is not possible.

Regards

Dieter

Accepted Solutions (1)

Accepted Solutions (1)

former_member183879
Active Contributor
0 Kudos

Hi,

Just make one of the condition types in pricing procedure mandatory. This itself will enable you to save an invoice, only if there is any value for the condition type.

Answers (1)

Answers (1)

Jelena
Active Contributor
0 Kudos

If there are no better suggestions, I'd try a VOFM routine (copying requirements). There are standard routines that may be copied with some changes.

Unfortunately, for the invoices there are really no good user exits before saving, like ...SAVE_DOCUMENT_PREPARE for sales documents.