cancel
Showing results for 
Search instead for 
Did you mean: 

Can not access 'GET PARAMETER' from SE38

former_member216029
Participant
0 Kudos

Hello,

I used 'SET PARAMETER' in my Web Dynpro code.


DATA dobj TYPE sy-repid.

dobj = sy-repid.

SET PARAMETER ID 'PPPPP' FIELD dobj.

The value was correctly stored(I could see this in the memory)

I am now trying retreive this value in a program(SE38) using the 'GET PARAMETER' statement.

DATA dobj TYPE sy-repid.

GET PARAMETER ID 'PPPPP' FIELD dobj.

However, i do not get back the stored value(sy-subrc <> 0).

Can some one tell what I am doing wrong here?

Are there any other alternative to SET/GET values from Web Dynpro application?

Thanks and Regards

Mahadevan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This query is already answered.

Please see the discussion:  http://scn.sap.com/thread/1275434

To see an example of Shared memory object refer the link : http://scn.sap.com/docs/DOC-27396

Regards,

Priyanka