cancel
Showing results for 
Search instead for 
Did you mean: 

Transformation Mapping for SAP ABAP server from IPS

devaprakash_b
Active Contributor
0 Kudos
942

Hello Everyone

I am trying to read users from IAS local directory and then create/update users in the SAP ABAP on premise server via IPS. Using default transformation was able to create one user.

Now I wanted to pass SNC, valid from, validto, disable passwords etc., to the target system , but cannot find any help document or repository where the list of all available target mappings?


Thank you in advance

View Entire Topic
Yogananda
Product and Topic Expert
Product and Topic Expert
0 Kudos

devaprakash.b

Since you have already synced one user and to better understand how transformation works between source and Target, below blog will help you how to map to Target fields.

so you need to understand the source payload from API for One user and same thing for Target for one users payload info... then you can map it perfectly to the right field.

https://blogs.sap.com/2023/05/09/understanding-of-sap-ips-transformation-logic-to-map-source-target/

devaprakash_b
Active Contributor
0 Kudos

Hello Yogananda

For the ABAP-based system & Bapi call it doesn't work like that, it doesn't show the entire attributes in the payload. Hence I have posted the query in the community. Nevertheless, i figured it out finally, was able to debug the function module and made it work