cancel
Showing results for 
Search instead for 
Did you mean: 

How to use API to trigger JAM group invitation in ABAP coding?

former_member207732
Participant
0 Kudos

Hi,

We want to trigger a JAM group invitation URL to be sent out in ABAP coding to enable a auto. process at backend. Currently I only know the manual way: clicking invite button in jam group and input user name to find target user and then click send button to send out invitation email.

But question is how to do in ABAP coding to call any API to realize the same action?

Many thanks and Best regards,

Long

Accepted Solutions (1)

Accepted Solutions (1)

RuedigerMueller
Advisor
Advisor
0 Kudos

As an ABAP developer you can make use of the SAIL Library to integrate with SAP Jam. With SAIL integrating with SAP Jam is as easy as calling a ABAP OO method. SAIL takes care of the communication with SAP Jam and handles user authentication for you.

The lower part of http://scn.sap.com/docs/DOC-55050 contains information for ABAP developers like the SAIL developer guide and the SAIL config guide.

Answers (0)