Skip to Content
0
Former Member
Feb 10, 2010 at 08:27 AM

UserExits for check condition function in Pricing Procedure

48 Views

I need to write UserExit with type "Requirement", which would do the following:

1) Define a Condition Function Group for current Item Category of item

2) Define a Condition Function for current Condition Type of step in pricing procedure

3) Check is whether the Condition Function (found in step 2) is part of the Condition Function Group (found in step 2), and return the corresponding result.

Can anyone help with writing this user exit?

I found, that the function with number 4000 does a similar thing. But I can not see the corresponding source code for the java class com.sap.leasing.pricing.userexit.general.CondFuncGroup_Req4000.

Where can I see the source code of this user exit?