Application Development 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: 

How to remove a grobal parameter in SAP memory

Former Member
0 Kudos

As known to all, we can use SET/GET PARAMETER to pass parameters among multiple programs.

Now I'm just curious about how to remove a grobal parameter in SAP memory, and how can I get the list of all grobal parameter in SAP memory.

Any idea?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi william,

1. how to remove a grobal parameter in SAP memory

Well, i dont think we can REMOVE.

At most, we can RESET it to blank(initial)

2. set parameter id 'BUKRS' FIELD ''.

regards,

amit m.

4 REPLIES 4

Former Member
0 Kudos

Hi william,

1. how to remove a grobal parameter in SAP memory

Well, i dont think we can REMOVE.

At most, we can RESET it to blank(initial)

2. set parameter id 'BUKRS' FIELD ''.

regards,

amit m.

abdul_hakim
Active Contributor
0 Kudos

Hi William,

You can use a code like below..

<b>SET PARAMETER ID 'LIFNR' FIELD SPACE.</b>

Regards,

Abdul Hakim

laxmanakumar_appana
Active Contributor
0 Kudos

Hi,

Check this option.

DATA: REPID(8) VALUE ' '.

SET PARAMETER ID 'RID' FIELD REPID.

Laxman

Former Member
0 Kudos

Table <b>TPARA</b> gives the list of all memory Ids