cancel
Showing results for 
Search instead for 
Did you mean: 

SCP Organization structure

09-28-2020 1:53 PM
SAP Managed Tags
Subscribe

How to create an Organization Structure in SCP for Workflows ? Any blog or details regarding the same .Also , how can we re-use an existing organization structure in SCP that is available in SAP ECC system?

Accepted Solutions (1)

Accepted Solutions (1)

bpawanchand
Active Contributor
0 Likes

What I understood after going through couple of documents and books is that basically SCP workflow 's backbone is API and Gateway . SCP workflow is not just limited to SAP ECC or so called business suite It can be integrated with different solutions (Field Glass, Hybris ...) . Here are few things which you can check.

  1. The first thing which is needed is API which can expose and communicate with the solution you are looking for. For instance SAP Successfactor might already have an API which exposes or determines manager of an employee
  2. In your case , you are looking to connect on-prem with SCP, in this context there needs to be connector which can connect and communicate with the respective API a gateway service
  3. Make sure you have gateway enabled.
  4. Create a script task which can call this api and fill the context in SCP workflow.

Modification:

It is not script task rather service task in 4th point.

I am still looking for some more insights from experts here for some more additional comments

0 Likes

Thanks Pavan for the detailed inputs, I was looking for real time scenario where I am trying to access an existing on-premise org structure, for which I created an odata service and using the service task I am able to access the relevant Position ID of the given org structure . Now if I want to notify the approver by creating a user task , how can I get his SUser ID details, so that he can give approval for the workflow task in through his MyInbox. Is it usually maintained in some backend table , any idea on that?

Answers (1)

Answers (1)

michael_sutter
Advisor
Advisor
0 Likes

Dear Rai,

can you please explain in more details what you want to achieve?

Is your question really related to SAP Cloud Platform Workflow and SAP Cloud Platform Business Rules or more the SAP Cloud Platform in general?

Kind regards,

Michael

0 Likes

Its related to Sap cloud platform Workflow, for getting the Agent/Approver details