cancel
Showing results for 
Search instead for 
Did you mean: 

storing data in dynpro

Former Member
0 Kudos

Hi all,

I am developing a dynpro application and using webservice model.Webservice is returning me some numbers as output for each request. I want to store those numbers in application and I need them later but I dont want to save them in files.Can you suggest me some other way to store those numbers in dynpro? can I use dictionary for this?

Thanks,

Archana

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can store the webservice outputs using Collection objects, like Arraylist or HashMap.

Former Member
0 Kudos

Hi

See this thread

Kind Regards

Mukesh