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

BAPI_notification_create

Former Member
0 Likes
954

Try to create support messages in a Solution Manager system by calling <b>BAPI_notification_create</b> from a PM application - version 4.6C, for test case calling locally.

Unfortunately BAPI is not documented.

Result of local call: Message is not created because of error 601. Definitely there is a "ABA" message created (entry in table DNOD_NOTIF), but not mapped to CRM procedure (entry in table CRMD_ORDERADM_H missing).

Would be happy for documentation or any hint to make it work.

7 REPLIES 7
Read only

Former Member
0 Likes
763

You will need to configure all of the connections between your Support Desk and your 4.6C system in order to have this function module work correctly. It's buggy and not all of it works all the time but the very basic message creation works type SLF1.

Read only

0 Likes
763

thanks Craig, but what do you mean with ALL connections? And what about message types other than SLF1?

Read only

0 Likes
763

You'll need to go through the docs, there are a few connections/customizing sections you have to setup then the "Notifications" work but when using the FM it takes the SLF1 messages and no others at least the last time I was playing around with it.

Here are the other topics dealing with this issue:

Read only

0 Likes
763

Thanks a lot - unfortunately result is not what I hoped. Try to find a workaround...

Read only

0 Likes
763

Let me know if you come up with anything, I've not had a chance to get back to this one in awhile

Read only

0 Likes
763

Hi Craig,

I had a notification in the OSS - was called back by SAP - and there seems to be no way to run the BAPI for others than SLF1

Read only

0 Likes
763

Did they give a reason why? Or a work around?