‎2010 Jul 19 6:53 PM
Hi Guys,
I am trying to use parameter ID to set up a value in F-53 transaction.
For my understanding to work that the parameter ID should be SET or GET.
Is there any way that I can set up this field as SET or GET?
The parameter IS is GSB. (field: business area)
let me know
thanks
Daniel Dorta
‎2010 Jul 19 8:07 PM
Hello Daniel
Do you need to SET (or GET) the value programatically or by default when executing the transaction?
In an ABAP program you will use the statement:
SET PARAMETER ID gsb FIELD ld_parvalue.
Otherwise you can define the default value in your user settings (transaction SU3, tabstrip "Parameters").
Regards
Uwe
‎2010 Jul 19 9:20 PM
Hi Uwe,
I need that the field should be as default when I execute the transaction.
I tried to set up the parameter ID on the SU3 transaction but it was not working once this field is not a GET or SET Id parameter.
I would like to set up it. I believe that I need to set up GET.
Is it possible?
Let me know,
thanks
Daniel
‎2010 Jul 19 10:11 PM
Hello Daniel
Using eCATT you have to use &CLEAR to empty a field which is set using SET/GET parameter.
The value ' ' (= blank, space) is insufficient.
Using BDC I thought that '/' is the value to indicate an empty field but I may be wrong since I have not used BDC for ages.
Regards
Uwe
‎2010 Jul 20 6:33 PM
For change this parameter it will necessary to modify the standard program and it is not so nice.
I will look for an exit or badi for that.
thanks