on 2014 May 02 11:07 AM
Hello Experts,
I have below requirement
If user does any changes (increase the price /decrease the price) in the condition value then system should trigger a mail and goes for approval.
How i can achieve this ?
Thanks
Hi
There is no standard workflow for this. What you can do is use processing status functioanlity and maintain your processing statuses. Use BADI SD_COND_SAVE_A for saving condition record with block status always and user with apropriate authorization must have to change the status. If you want to send the email you can also add send email function in this BADI and system will send email automatically whenever user maintains or changes the condition record.
Thank$
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
In that case again you can use MV45AFZZ program and USEREXIT_PRICING_PREPARE_TKOMP. If this exit didnt work you can try in other save or prepare to save exits in this same program. For order statuses and authorization you can use status profile and control authorization through an authorization object. For email use email sending function and users will receive an email whenever some specific condition value is changed.
This will be ABAP coding in above mentioned program using implicit enhancement. There is no standard solution for this and you have to go for customization.
Thank$
User | Count |
---|---|
98 | |
9 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.