cancel
Showing results for 
Search instead for 
Did you mean: 

Assign a value from dropdownlist to input field value on BSP page

Former Member
0 Kudos
51

Hi,

I'm new to SAP and ABAP. We have a CRM project in which I have to maintain BSP pages.

Now, coming to my problem: I have a input field with value = "//BTAdminH/HeaderInfo". This field is normally maintainable. The required function is now to set this field as not maintainable/readonly. Then, the value should be set automatically to an value, which will be selected from a dropdownListBox. After saving, the value HeaderInfo should have the same value like the selected value from the dropdownListBox.

How can I now set the field as readonly (this should be the easier part) and

how can I set the value for the HeaderInfo to the value of the selected value from the dropdownListBox?

If I set it directly like this

value = "//BTActivity/Priority"

it is shown on the BSP page correclty, but it is not saved as HeaderInfo.

Please help me.

Enja

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

No one has an idea???

Is it not possible to assign a value from a dropdownlist into an input field and to save the selected value as the value for the inputfield???

Thank you in advance for helping

Enja