cancel
Showing results for 
Search instead for 
Did you mean: 

creating a list variable or dictionary?

nirajnk952
Explorer
0 Kudos

Hello community,

How can i create a list variable or dictionary in SAP -build process automation? is there any activity for that?

Regards

Niraj

View Entire Topic
arroyoweisson
Explorer
0 Kudos

Hello Niraj,

You can create a data type variable in your project. Once you have the data type variable, you can use it's structure to hold and pass value as necessary as an output when you read your data.

This will serve as a "dictionary" like but with a catch that you have to pass this as an input to your automation/sub process when you are about to use it.

Hope this helps.