on 2015 Feb 18 11:59 AM
Hi Team,
I am trying to update the priority of the Notification header using the BAPI BAPI_ALM_NOTIF_DATA_MODIFY, No error is returning but its not updating the priority in the notification.
Please let me know how can i achieve this.
Thanks,
Karthik.S
Request clarification before answering.
Hi,
You need to execute the following:
BAPI_ALM_NOTIF_DATA_MODIFY
BAPI_ALM_NOTIF_SAVE
BAPI_TRANSACTION_COMMIT
In NOTIFHEADER fill the new priority as a number (1,2,3, etc.). In NOTIFHEADER_X fill field PRIORITY with 'X'.
Ensure you fill the notification number when calling BAPI_ALM_NOTIF_SAVE.
You should be able to run a quick test sequence in SE37 to check that this does work.
-Paul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Paul,
Curious to learn from him whether it has worked, because I have tested this in exact sequence of these 3 FMs through SE37. The Priority field is flowing to Export table, but not got saved when I tried repeatedly. Let's hear from him. You are right in saying that PRIOK value to be filled in both the Import tables, then only it was flowing to Export table. Possible I missed something while testing.
Regards
KJogeswaraRao
yes its working now..
Thank You all of you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
86 | |
13 | |
9 | |
5 | |
4 | |
4 | |
3 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.