cancel
Showing results for 
Search instead for 
Did you mean: 

cannot save billing, when the sales price is not maintained in VK11

Former Member
0 Kudos

Dear Expert,

I want to block billing when the sales price is not maintained in VK11?

How to block it?

Thanks

SAP Support

Accepted Solutions (1)

Accepted Solutions (1)

bcrao
Active Contributor
0 Kudos

Hi,

Include- NETWR and PRSOK in incompletion procedure

In pricing procedure maintain-condition type as automatic- no manual indicator

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

We cannot have incompletion procedure at the billing document level.It will be happened at the sales order level.

But we can control this one either by using the user exit or any ABAP code.

Goto the T.Code "V/06".Select your condition type.Details.Maintain the value as "A" for the field "Manual entries".

Goto the T.Code "V/08".Select your pricing procedure.Details.

Maintain this condition type as required.

Save.

This ensures that it should fetch values for this condition type automatically i.e. from condition record.Else it will throw an error message.

Regards,

Krishna.

Former Member
0 Kudos

Billing level you can't block the billing, but when in sales order we can do this ,

maintain in Pricing procedure Required check , and in the condition type "automictic or manual ...."

now try to save the sale order with out maintaining the condition record

i have done in my current client place.

Lakshmipathi
Active Contributor
0 Kudos

There is no incompletion log for billing. I would prefer to have this incompletion log in sale order stage itself. Alternatively, if you have any reservation in having only at billing level, then try with billing exit USEREXIT_FILL_VBRK_VBRP (Module pool SAPLV60A, program RV60AFZC)

thanks

G. Lakshmipathi