Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User exit to validate Partner in Notification before saving

Former Member
0 Likes
3,076

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

10 REPLIES 10
Read only

Former Member
0 Likes
2,434

Please check the enhancement QQMA0019 (EXIT_SAPLIQS0_006, ZXQQMU25).

Read only

Former Member
0 Likes
2,434

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

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
2,434

you can check QQMA0014

Read only

0 Likes
2,434

Hi,

All the answers are not correct.

Please suggest other solution.

Thanks,

Khanh

Read only

Former Member
0 Likes
2,434

I think I did some of this in the SAVE (bottom) include in function group XQQM (QM user customization).

Read only

Former Member
0 Likes
2,434

Hi,

Check if BADI NOTIF_EVENT_SAVE is useful

Sujay

Read only

Former Member
0 Likes
2,434

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

Read only

JUNG
Participant
0 Likes
2,434

Hello,

Have to look to exit EXIT_SAPMIWO0_020 (check and updates before save).

Examples in LXQQMF20.

Rgds

Gilles

Read only

Former Member
0 Likes
2,434

Hi Khanh,

   Did you get any solution to this? if yes, please share the same.

I am looking for same kind of functionality.

Read only

0 Likes
2,434

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.

  • FM - EXIT_SAPLIQS0_006 - Include - ZXQQMU25 - (For Validations)
  • BADI NOTIF_EVENT_SAVE - Method IF_EX_NOTIF_EVENT_SAVE~CHANGE_DATA_AT_SAVE - (For Mail)

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>.