2010 Aug 31 9:02 AM
Dear experts,
Before saving the notification, I want to validate the Partner in Processing tab in Notification.
I used to use the user exit ZXQQMU20.
But in this user exit, I could not validate (do not have) the Partner information.
Please suggest!
Thanks,
Khanh
Dear experts,
Before saving the notification, I want to validate the Partner in Processing tab in Notification.
I used to use the user exit ZXQQMU20.
But in this user exit, I could not validate (do not have) the Partner information.
Please suggest!
Thanks,
Khanh
2010 Aug 31 11:11 PM
Please check the enhancement QQMA0019 (EXIT_SAPLIQS0_006, ZXQQMU25).
2010 Aug 31 11:22 PM
Hi,
Export the partner information where it is available before this user exit and import it in your user exit and do validation.
Regds,
Senthil
2010 Aug 31 11:24 PM
2010 Sep 21 11:30 AM
Hi,
All the answers are not correct.
Please suggest other solution.
Thanks,
Khanh
2010 Sep 21 3:08 PM
I think I did some of this in the SAVE (bottom) include in function group XQQM (QM user customization).
2010 Sep 21 3:37 PM
2010 Sep 22 7:03 AM
Hi,
Create implicit enhancement for subroutine PROOF_ALL_F00 in include LIPARF00.
Thanks,
Khanh
Edited by: Khanh Nguyen on Sep 22, 2010 1:04 PM
2013 Aug 20 7:37 AM
Hello,
Have to look to exit EXIT_SAPMIWO0_020 (check and updates before save).
Examples in LXQQMF20.
Rgds
Gilles
2014 May 13 11:37 AM
Hi Khanh,
Did you get any solution to this? if yes, please share the same.
I am looking for same kind of functionality.
2020 Jan 20 1:05 PM
Hi,
Posting this as the same has not been closed yet.
Just needed to do this for a requirement. I needed to fetch the entered partners on creation of a notification to basically send a mail via exits. I've used the following exits.
Simply use the below code in any of the above mentioned exits it works !!!!!! ..... This will give you the internal table (Latest) maintained for all the partners along with their respective roles.
FIELD-SYMBOLS: <FT_DIADR> TYPE ANY TABLE.
ASSIGN ('(SAPLIPAR)xihpa[]') TO <FT_DIADR>.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |