‎2006 Oct 10 10:27 AM
I have a requirment like this:
There is a check box in the selection screen, by default it has text like 'xyz'. In the selection screen itself, user wants to change the text while executing it should be displayed as column heading.
If anyone knows about,Can you provide peice of code for this?
Thanks in advance
Alekhya
‎2006 Oct 10 10:32 AM
abap editor-->go to>text element>selection text>chachange radio button name.->save --->activate.
‎2006 Oct 10 10:35 AM
The best way is to have a parameter next to check box parameter...In your code, initialise the name_parameter with 'xyz' and surely the user can enter the required text...which can be used as column heading.
‎2006 Oct 10 10:41 AM
You are in different direction.
What I need is :
I need to change the text for checkbox only..I'm able to display text for the checkbox. but not able to change the text in the selection screen.
I am using ALV for my Report. Can we do something here?
Thanks
Alekhya
‎2006 Oct 12 9:39 AM
Hi Alekhya,
There is way to change the Checkbox value in runtime.
Use a popup screen for Checkbox for selected/deselected. The popup screen having a parameter or select-option field and 'OK' button.
Then capture the value of parameter in your code.
Please mark this as Very useful one.
Sincerely,
Bala