cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Trigger Event Reject/Accept Using BBP_EV_API_EVENTS_SAVE

Former Member
0 Kudos
509

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.

View Entire Topic
jozsef_hegyi
Product and Topic Expert
Product and Topic Expert
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