We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

Provisioning role/profile using SAP connector

sushmita
Regular Contributor
Regular Contributor

Hey guys,

I am trying to provision an SAP role to a new account created in SAP. I am trying to do this via creatAccJSON or Update account json. what are the attributes I can use for this? below is the create acc json:

{
"ADDRESS": {
"LASTNAME": "${user.lastname}",
"FIRSTNAME": "${user.firstname}",
"COMM_TYPE": "INT"
},
"DEFAULTS": {
"DCPFM": "X",
"DATFM": "2",
"SPDB": "G",
"SPDA": "D"
},
"PROFILES": {
"PROFILE": "&_SAP_ALL_01"
},
"LOGONDATA": {
"USTYP": "A",
"CLASS": "SECURITY",
"GLTGB": "99991231"
},
"PASSWORD": {
"BAPIPWD": "${randomPassword}"
},
"PARAMETER": {
"AFB": "1",
"AFP": "ZCOD",
"AQB": "",
"AQQ": "",
"AQS": "",
"AQW": "",
"BIL": "Z007",
"BP2": "00P",
"CAC": "1000",
"CVR": "ESS-APP",
"EKO": "1000",
"ENJ_CALL_ME23N": "",
"ENJ_CALL_ME53N": "",
"ERB": "TOPC",
"ETP": "1",
"EVO": "1",
"FBZ": "SAP",
"FYR": "${Calendar.getInstance().get(Calendar.YEAR)}",
"FYT": "${Calendar.getInstance().get(Calendar.YEAR)-1}",
"FZ2": "SAP01",
"FZ5": "SAP01",
"GFY": "${Calendar.getInstance().get(Calendar.YEAR)}",
"GJR": "${Calendar.getInstance().get(Calendar.YEAR)}",
"GJV": "${Calendar.getInstance().get(Calendar.YEAR)-1}",
"GR8": "c:\\\\upl_path",
"GR9": "c:dl_path",
"KB0": "1000",
"KPL": "TCOA",
"LLS": "A1",
"MOL": "7",
"PDB": "1",
"PFL": "1",
"POD": "1",
"POK": "XXX",
"POP": "1",
"SAV": "S0"
}
}

1 REPLY 1

nimitdave
Saviynt Employee
Saviynt Employee

PROFILES provisioning is not supported in create account json. Profiles are provisioning when add access task is created for entitlement types as PROFILES.