07/07/2022 01:45 AM
Our plan was, to integrate SAP CUA into SAVIYNT with a standard SAP connector.
For exchanging the required account and permission information, the standard SAP connector is using the tables:
USR02, AGR_AGRS, AGR_TEXTS, AGR_DEFINE, AGR_USERS, AGR_1252, AGR_1251, UST04
We configured the tables in the connector and the import job configuration.
That works, but only imports the accounts and permissions granted in the SAP CUA system itself.
What we really need is, the account and permission information of all the, by the Central User Administration instance managed SAP systems.
This information is stored in the following tables:
Adding or exchanging any other table with these tables did not have any effect on the imported data.
Is it somehow possible, to connect a SAP CUA instance, using the SAP standard connector ?
Did someone already make use of a custom SAP PO endpoint implementation and successfully connected an SAP CUA instance using the REST-connector ?
07/07/2022 02:00 AM
I guess reading the required information and writing them into SAVIYNT might be possible with the REST-connector, but the account and permission management within all the managed systems might be a nightmare and we would need much more internal knowledge of the SAP CUA system.
08/04/2022 07:22 AM
Hello @UweG,
Wouldn't it be possible to connect to the SAP CUA just for the Provisioning aspect but connect directly to the target instnces for reconciliation ?
If I'm not mistaken, SAP PO uses an spml framework so you should be able to use a SOAP connector to connect.