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
1,007

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

4 REPLIES 4
Read only

uwe_schieferstein
Active Contributor
0 Likes
714

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

Read only

Former Member
0 Likes
714

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

Read only

0 Likes
714

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

Read only

Former Member
0 Likes
714

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