cancel
Showing results for 
Search instead for 
Did you mean: 

user exit price determination

Former Member
0 Kudos

Hello Gurus,

I need a User exit to modify the price determination procedure in the sales order,for example, add a new discount (a manual discount) automatically when the sales order achieve some requeriments.

If the user exit doesn' t exist, any idea?

Thanks in advance.

Javier

Accepted Solutions (0)

Answers (2)

Answers (2)

marcin_milczynski
Contributor
0 Kudos

hi Francisco,

You could use user-exit USEREXIT_PRICING_PREPARE_TKOMP in program MV45AFZZ. The exit is used to transfer some fields to price determination procedure - You can transfer there some additional information. You should maintain new discount condition type in SPRO, create access sequence and create formula, which enables one of accesses when the information You transfer in exit says that the discount should be activated. In addition You have to expand the KOMP structure in SE11 adding some field in which You transfer the information to access requirement formula.

If You have any further question don't hesitate to ask,

King regards,

Marcin

maheshbabu_mg
Advisor
Advisor
0 Kudos

Hi Francisco,

Please run the program given in the below link..From thsi u can easily find the user exits relevant for a particular T-Code... From there u can easily identify thr one relevant to ur functionality..

If required take help of ABAPer for copying & running the program.

http://www.erpgenie.com/abap/code/abap26.htm

Thanks & regards

Mahesh

Reward points if useful.