Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Pass Parameters in SAP ABAP application

Shubhamjain27
Regular Contributor
Regular Contributor

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

It doesnt clarify the requirement.

Shubhamjain27
Regular Contributor
Regular Contributor

Working with :

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

NM
Valued Contributor
Valued Contributor

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