cancel
Showing results for 
Search instead for 
Did you mean: 

Is there anyway of getting the saved values from Portal instead from R/3

Former Member
0 Kudos

Hi

We are editing standard application according to client requirement. In that there is a table with some editable fields. User edit the values of editable fields and save them.

Now the question is, Is there anyway of getting the saved values from Portal instead of getting them from R/3.

Thanks

Rahul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

he might be saving in the application memory. check whether the data is storing persistent.

Regards,

Naga

Former Member
0 Kudos

Hi Naga ,

could you please elaborate your explanation.

what do you mean by persistent and application memory.

Thanks

Rahul

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

will you explain you requiremnt clearly.

Regards,

Naga

Former Member
0 Kudos

We are editing standard application according to client requirement.

In that there is a table containing editable and non-editable fields. In editable fields user do the changes and saves them.

The data is coming from R/3 at present. Once he saves the data, we need to display the editable and non-editable values after he saves the data that he has entered.

Now we are displaying the saved values from R/3, but the requirement is we have to get those values from Portal... Is it Possible?

Hope you have understood the requirement..

Thnaks

Rahul

Edited by: rahul raao on Apr 15, 2009 9:19 AM

Former Member
0 Kudos

Hi,

I had a doubt,

what will happen when the user closes the browser and open it, whether the data coming from the portal is still available?

Regards,

Naga

Former Member
0 Kudos

Please let us know onething...

Is there anyway of getting values from portal in anycase?

If it is, how can we do that? and u have told that we can store data in application memory, how can we do that?

Thanks,

Rahul

Edited by: rahul raao on Apr 15, 2009 10:02 AM

Former Member
0 Kudos

Hi Rahul,

using webdynpro the data which will you provide in context attributes will be available for the same session.

but the data will not be available once you close the session, no need to do anything.

Regards,

Naga

Former Member
0 Kudos

Hi,

Persistent memory means, data will be saved in permanently (data base table, file system ,r/3).

Application memory means data will be stored for the particulr scope (in session).

Regards,

Naga

Former Member
0 Kudos

Naga Thanks for your replies ,

How do we know that whether the data is stored in R/3 or Application memory.

If the data is stored in application memory, how we can retrieve that data?

Here do you mean that if the data is stored in application memory we can retrieve that from portal and if it stored in R/3 it is not possible. am i correct?

Thanks

Rahul