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

Pass Parameters in SAP ABAP application

Shubhamjain27
Regular Contributor II
Regular Contributor II

Hi,

We have a usecase where we need to pass paramter1 value like:

Shubhamjain27_0-1719409088837.png

We have passed it with the below json and it is not working:

{
    "ADDRESS": {
        "FIRSTNAME": "${user.firstname}",
"LASTNAME": "${user.lastname}",
"E_MAIL":"${user.email}",
"FUNCTION":"${user.title}",
"DEPARTMENT":"${user.departmentname}",
"TEL1_NUMBR":"${user.phonenumber}",
        "COMM_TYPE": "INT"
    },
    "DEFAULTS": {
        "DATFM": "2",
        "DCPFM": "X",
"SPLD": "LOCL",
"SPDB": "G",
"START_MENU": "ZW10T"
    },
"PARAMTER1": {
        "PARID": "BUK",
        "PARVA": "1000",
"PARID": "WRK",
        "PARVA": "378"
    },
    "LOGONDATA": {
        "CODVN":"X",
        "USTYP":"A",
        "CLASS": "${user.customproperty19!=null?user.customproperty19:''}",
        "GLTGV": "${Calendar.getInstance().getTime().format('yyyy-MM-dd')}",
        "GLTGB": "99991231",
"ACCNT": "${user.username!=null?'A'+user.username:''}"
    },
"REF_USER": {
    "REF_USER": "${user.customproperty18!=null?user.customproperty18:''}"
   }
}
 
To add more description on the paramter1 values:

PARID would be BUK, WRK, ZPIT

PARVA would be 1000,378,378
 
Please confirm on how this can be passed.
4 REPLIES 4

rushikeshvartak
All-Star
All-Star

Refer https://forums.saviynt.com/t5/tag/SAP_Parameters/tg-p 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

It doesnt clarify the requirement.

Shubhamjain27
Regular Contributor II
Regular Contributor II

Working with :

"BUK": "1000###Company Code",

NM
Honored Contributor II
Honored Contributor II

Hi @Shubhamjain27 , could you share the full json for other help.