Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Global/Local Parameter id

Former Member
0 Likes
720

Hi all,

We are running into a strange issue . When debugging a program and looking into memory area SMEM (parameter id memory), we sometimes see two entries for the same parameter id: a Global and a Local value. When using the GET PARAMETER ID statement, GLOBAL value is provided nistead of local.How can we solve this problem?

Best Regards

Yossi Rozenberg

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
617

[Note 459725 - Local SAP Memory|https://service.sap.com/sap/support/notes/459725]

The explanation of the note is not very obvious, if you have a more simple one, it is welcome !

Hi all,

We are running into a strange issue . When debugging a program and looking into memory area SMEM (parameter id memory), we sometimes see two entries for the same parameter id: a Global and a Local value. When using the GET PARAMETER ID statement, GLOBAL value is provided nistead of local.How can we solve this problem?

Best Regards

Yossi Rozenberg

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
618

[Note 459725 - Local SAP Memory|https://service.sap.com/sap/support/notes/459725]

The explanation of the note is not very obvious, if you have a more simple one, it is welcome !

Read only

0 Likes
617

Thank you,with your help i solved my problem.

I'll keep searching,if i'll find something else,i'll put it here.