on 2022 Apr 18 6:17 PM
Dears , Hi all , I need some help with VA01 and VA02 the header conditions,
my task is make update condition to work automatically after pressing enter or enter the condition type and amount,
the current behaver is that after enter the condition and type,
I have to check -> update condition -> "Carry out new price " to update the condition value .
So i need to make update condition "Carry out new price" to work automatically .
in the image (1) the condition value in the first line display after update "carry out new price"
but the second line does not display because I did not click in the update
I need it to be automatic . is there any solution configuration or enhancement to be done .?
thanks.
Request clarification before answering.
https://answers.sap.com/questions/2924775/user-exit-for-new-pricing-at-header---urgent.html
I followed this thread and I use the enhancement in User exit save_prepare .
and it works with me when Save not with enter.
Thanks to every one 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My first question would be how frequently, this is happening? Ideally, a valid pricing condition record should exist when a sale order is created in which case, what you expect can be eliminated. Rather going for custom validation, try to avoid with the standard approach
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Include: MV45AFZB
FORM USEREXIT_NEW_PRICING_VBAP CHANGING NEW_PRICING.
* Example: new pricing, when field 'Route' is changed
* if vbap-route ne *vbap-route.
* new_pricing = 'B'.
* endif.
This exit might be suitable for your requirement. I would suggest to find the respective information for this exit on this forum as well.
Kind Regards,
Amiran Dartsmelia
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
120 | |
10 | |
8 | |
5 | |
4 | |
4 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.