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

PARAMETER ID

Former Member
0 Likes
543

Hi All,

i have created two transactions using module pool.

one screen contains plant, storage location and etc.

second screen contains plant, storage location etc and these two transaction no way related to each other

and i have set the parameter id for plant and storage location as some defaults(eg: 1000-plant , 0024 storage location )

and Allowed users to change these fields if needed from default.

But when I change the plant/storage locations in one screen, it reflecting to another screen also.

But i need to have Global declared values in second screen

In what way i have to set the parameter Id

Early Response will be appriciated

Thank you,

~Teena

2 REPLIES 2
Read only

Former Member
0 Likes
365

Try Export to Memory id <>

Read only

dustyplanet
Active Participant
0 Likes
365

On the second screen, do you want the fields to <u>never</u> receive the values from SAP Memory ? If so, in the attributes for the fields on the second screen, clear the GET(GPA) checkbox.

If you want the second screen to not inherit the values from SAP Memory Parameters only on certain conditions, for those conditions, use the statement

SET PARAMETER ID 'PID' FIELD space."Replace PID with the appropriate Parameter ID

Regards,

Dushyant Shetty