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

Genral Notifications and Bapi

Former Member
0 Likes
1,089

HI,

I would like to know what bapi to use in order to create a custom general notification (category 05)

I thought it might be IQS4_CREATE_NOTIFICATION. But i'm not quite sure. Any help would be very apreciated.

Thank you very much

Best regards.

1 ACCEPTED SOLUTION
Read only

former_member770378
Active Participant
0 Likes
998

Yes it is the good FM to do this.

HI,

I would like to know what bapi to use in order to create a custom general notification (category 05)

I thought it might be IQS4_CREATE_NOTIFICATION. But i'm not quite sure. Any help would be very apreciated.

Thank you very much

Best regards.

7 REPLIES 7
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
998

Hi what is general notification ... is it PM notification or any other ?

Read only

0 Likes
998

Hello Keshav,

I've created a notification and gave it the category type 05 (general notification). It's neither pm nor qm.

Thanks for your help

Read only

former_member770378
Active Participant
0 Likes
999

Yes it is the good FM to do this.

Read only

0 Likes
998

Thank you very much for your help.

I have a new question though.

when i create a bapi using this function to create a notification, the notification is created since it returns a notification number. But i can't seem to be abble to view it.

Do you have any idea on why this is happening?

Thanks a lot

Read only

0 Likes
998

Just use a commit work after the BAPI call.

call BAPI_TRANSACTION_COMMIT

Edited by: Keshav.T on Jan 13, 2010 6:41 PM

Read only

0 Likes
998

Thank you very much!

Read only

david_lees
Product and Topic Expert
Product and Topic Expert
0 Likes
998

Take a look at the standard BAPI for service notifications - BAPI_SERVNOT_CREATE. It calls IQS4_CREATE_NOTIFICATION but the BAPI should be used if at all possible.