cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger Event Reject/Accept Using BBP_EV_API_EVENTS_SAVE

Former Member
0 Kudos

Dears

I'm Using FM BBP_EV_API_EVENTS_SAVE to trigger events (ACCEPT/REJECT) in my custom button created in Rfx Responses. I want to make a decision using the above FM but its not triggering any notification in SOST/SPPFP.

I want to get notification in SPPFP so then user can process and send notifications which can be seen in SOST.

Kindly help if this FM alone enough to trigger notification or any other FM/Class has to called inside my custom button in WD.

Your help is highly appreciated.

Former Member
0 Kudos

Hi,

Changing of the input parameters and passing correct values to BBP_EV_API_EVENTS_SAVE solved my issue.

ivy.li: Thanks for sharing the link.

ivy_li
Active Contributor
0 Kudos

Hi,

You are always welcome, and if possible, please mark my answer as correct so that this would be helpful for others who have similar request.

BR,

Ivy

Accepted Solutions (0)

Answers (2)

Answers (2)

jozsef_hegyi
Active Participant
0 Kudos

Hi

you should call the send interface. (sapconnect) you can do it via fm so_document_send_api1 or better if

you use the cl_bcs class.

Best regards

JozsefH

ivy_li
Active Contributor
0 Kudos

Hi,

Please refer to the wiki page below about alert/notification technique:

https://wiki.scn.sap.com/wiki/x/CgaYDw

BR,

Ivy