cancel
Showing results for 
Search instead for 
Did you mean: 

SAP E-Sourcing (beanshell) Scripting.

former_member208675
Active Contributor
0 Kudos

Hi,

I am working on SAP E-Sourcing (frictionless). I tried to alter some functionalities of application with script but I couldnt get expected output.

Does anybody has idea how to write script to alter SAP E-Sourcing functionlities?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

What exactly is your requirement?

Regards,

Shubha

former_member208675
Active Contributor
0 Kudos

Hi Shubha,

I am trying to add user to Collaborator list of Maser Agreement List through Scripting.

Do you have any idea which methods should I use in this case?

Regards,

Vinay

Former Member
0 Kudos

Hi Vinay,

doc.getCollaborators(); should get you the collaborators collection. You should be able to add your user to this collection right?

Regards,

Shubha

former_member208675
Active Contributor
0 Kudos

Hi Shubha,

I used doc.getcollaborators(). It is used to get list, number of collaborators. I am trying to add new user to the group of collaborators. I tried mehodes of u2018collaboratorIBeanIfcu2019 interface. But couldnu2019t get through.

Do you know any way to add users to collaborator list?

former_member206980
Active Participant
0 Kudos

Hi,

Could you please share the business need, I will recommend to use security templates functionality instead of doing scriptig.

Regards,

Pankaj

Answers (0)