Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Does Saviynt support pushing data into Documentation tab in SAP connector?

Sandeep
New Contributor III
New Contributor III

Hello,

I am trying to find out if we can push data from Saviynt into Documentation tab in SAP S4 systems.  I have tried below in createaccount json  but it didn't update anything on SAP. Also task status in saviynt is 'completed' and no errors in logs

"DOCUMENTATION":{
              "TECHDESC":"*******",
              "RESPONSIBLE":"******"
       }

"DESCRIPTION":{
              "TECHDESC":"*******",
              "RESPONSIBLE":"******"
       }

 

Sandeep_0-1727984112622.png

 

2 REPLIES 2

NM
Honored Contributor II
Honored Contributor II

@Sandeep which connector are you using ?

Share full json.

Sandeep
New Contributor III
New Contributor III

OOTB Standard SAP connector and here is the full json:

{
  "ADDRESS": {
    "LASTNAME": "********",
    "FIRSTNAME": "********,
    "E_MAIL": "********",
    "DEPARTMENT": "*******",
    "NAMCOUNTRY": "********",
    "COMM_TYPE": "**",
    "TEL1_NUMBR": "*****",
    "TEL1_EXT": "******",
    "ROOM_NO_P": "******"
  },
  "LOGONDATA": {
    "USTYP": "***",
    "GLTGB": "******",
                "SECURITY_POLICY":"***",
    "GLTGV": "****",
    "CLASS": "*******"
  },
  "DEFAULTS": {
    "DATFM": "*",
    "DCPFM": "*"
  },
  "PASSWORD": {
    "BAPIPWD": "*******"
  },
  "DOCUMENTATION":{
              "TECHDESC":"*****",
              "RESPONSIBLE":"****"
       }
}