‎2010 Sep 30 9:00 AM
Hi experts
I wish to know if there is a value to set a parameter ID "blank" (or to delete the values for the fields who SAP ECC memorize after a registration).
My problem is: I have to register movements with the VLMOVE transaction and ECC memorize and propose the plant and the storage location than I have used for other transaction (or toghether with the VLMOVE); but for some movement type those fields are not changeable (grey fields with the value pre-selected).
So, I was thinking than a way to obviate it is to set a parameter ID as "blank", so the user have to enter every time the values, and if a field is "grey" the content is wide.
If you have other suggestion...
Thanks in advance
Kind Regards,
Alessandro
‎2010 Sep 30 9:25 AM
Hi ILpesca ,
Check below options.
Navigate to System -> User Profile -> Own Data -> 'Parameters' tab
In field Parameter ID enter WRK and leave Parameter value as blank.
In next line, in field Parameter ID enter LAG and leave Parameter value as blank.
Save.
Execute your transaction, and see Plant & Storage Location will be blank always.
Note: This setting is user dependent. Will work only for current user.
If you want to clear entire history follow below steps,
Navigate -> SAP Easy Access (Initial screen) -> Press Alt + F12 -> Options -> Local Data -> Click Clear History -> Click OK
Entire history will be cleared.
Thanks.
‎2010 Sep 30 11:02 AM
Hi
I already tried...the way you suggest doesn't works; if I enter a value in a transaction/process the System propose those value in the next one.
May be there is a code on the parameters ID data (for WRK and LAG) who have the meaning of "blank" ?
Thanks anyway
Rgds
‎2010 Sep 30 11:29 AM
check whether the data elemnet of that field has and parameter id assigned to it. If so use that name and set the memory id as space like
set parameter-id 'MAT' value space.
‎2010 Sep 30 12:01 PM
Hi Keshav
I knew already your solution..(if I have correctly understood) but I'm using a standard transaction (VLMOVE), so I should make a standard modification (?) I hoped to find an "easier" way...
I know also another possible solution: to delete the ID parameter name (WRK) from the screen painter for the program/dynpro...it should works (?) but anycase it's a standard modification asking the access key...
Thanks&Regards
Alessandro
Edited by: ILpesca on Sep 30, 2010 1:07 PM
‎2010 Sep 30 12:46 PM
I hope you can try it with transaction variants ( SHD0 ) with the default parameter setting . You can do a RND .
Setting the parameter as space in any of the BADI's or exits will not help you because there will be fraction of time taken for the screen to get displayed by the time it might be populated by some other users
‎2010 Sep 30 3:57 PM
I'va made a repair on the standard include LLE_MOVO02:
data: l_werks like marc-werks.
data: l_lgort like mard-lgort.
set parameter id 'WRK' field space.
set parameter id 'LAG' field space.
and now it works.
Thanks & Regards
Alessandro
‎2010 Sep 30 4:03 PM
But still the chances of overwriting is there when there is new patches applied