cancel
Showing results for 
Search instead for 
Did you mean: 

Set PARAMETER ID/ GET PARAMETER ID is not working?

Former Member
0 Kudos

hello,

I set  SET PARAMETER ID in an ABAP methode and SY_SUBRC = 0, but after GET PARAMETER ID in another Methode, i dont get back the Parameter and SY_SUBRC = 4.

please tell me why I dont get back this Value/variable?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Ofla,

I suspect, you are trying to get parameter in different session. You can only get the value withing main session.

Regards,

Rama

Former Member
0 Kudos

is there a way to get the value back ?

regards

ramakrishnappa
Active Contributor
0 Kudos

Hi Ofla,

The SET/GET parameter concept works only within the session.

To get the share the values between different sessions, check out the below links.

Shared Objects- Pass value from ABAP screen to WD application - Web Dynpro ABAP - SCN Wiki

Hope this helps you.

Regards,

Rama

Answers (0)