cancel
Showing results for 
Search instead for 
Did you mean: 

Userexit while saving the billing document

Former Member
0 Kudos

Hi all,

Is there any userexit while saving the billing document..I want to define minimum invoice value in system.

Regards,

Puneet Makkar

Accepted Solutions (0)

Answers (3)

Answers (3)

claudia_neudeck
Active Contributor
0 Kudos

no action since over two months, I close this thread

Former Member
0 Kudos

HI,

I think u can use the same minimum order value condition type as minimum invoice value but put a requrement in pricing procedure that it should be only accessible in billing document type only..

And do small coding changes to that routine 901 with the help of ABAPers...

Please if you have any issues, let us know...

Regards

sankar

Former Member
0 Kudos

Hi Punit

According to me best user exit is EXIT_SAPLV60B_006.

But this requirement can be met by including standard condition type AMIW Requirement 2 in pricing procidure.

Regards,

Vijay

Former Member
0 Kudos

Hi vijay,

Thx for replying .. but i guess that condition is used for minimum sales order value.. but i have to control the minimum invoice value. Tell me if there is sumthing am missing.

Thanx n Rgrds,

Puneet Makkar

Former Member
0 Kudos

Hi,

In preceding project, i had the same requirement.

Price condition : copy from std price for minimum value.

Use condition category (for specific determination price for invoice).

In price procedure : apply requirement to active only for invoice (std = 22).

Re determination of price during creation of invoice :

use RV61AFZA with the value of condition category to adapt pricing type (ex : X).

modify copy rule (Tcode VTFL) for item : use new value for pricing type (ex : X).

Regards,

Lionel