cancel
Showing results for 
Search instead for 
Did you mean: 

Dump BULK_NOTIFICATION_FAILED

Former Member
0 Kudos

Friends,

I am getting a short dump for BULK_NOTIFICATION_FAILED. It also shows in Inbound queue from SBGRFCMON.

When I debug, I see that it is looking for FM  STW_GW_BULK_FEED_SEND  which is called from /IWFND/FM_MGW_BULK_NOTIF_SEND.

FM /IWFND/FM_MGW_BULK_NOTIF_SEND is always called from class /IWFND/CL_MGW_NOTIF_FEED_AGTR method SEND_NOTIFICATIONS.

My system does not have this FM STW_GW_BULK_FEED_SEND.

Do we know how to bypass this FM, I mean why do we send bulk notifications when processing one test notification.

If not can you pls check if your system has this FM and let me know the support package for this?

I am on

IW_FND - 250 - 0006- SAPK-25006INIWFND

IW_BEP    200    0006    SAPK-20006INIWBEP

IW_CBS    200    0006    SAPK-20006INIWCBS

IW_CNT    200    0006    SAPK-20006INIWCNT

IW_SCS    200    0006    SAPK-20006INIWSCS

Thanks

seenu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi There,

Can anyone, who got the scenario 'Sending Push Notification to SMP 3.0 from SAP GW embedded system' working, pls confirm, notification has to go through the FM STW_GW_BULK_FEED_SEND?

To check this, pls put a break point in your program that sends notification like

ZR_MGW_PUSHDEMO_TEST. Then it will show up in SBGRFCMON log. Process the outbound unit in debug mode. Then it will stop at /IWFND/FM_MGW_BULK_NOTIF_SEND FM.

Pls let me know.

My HTTP listener is working and I see that my RFC is also set correctly.

Thanks

seenu