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

Hello Experts

Former Member
0 Likes
520

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

4 REPLIES 4
Read only

Former Member
0 Likes
482

abap editor-->go to>text element>selection text>chachange radio button name.->save --->activate.

Read only

Former Member
0 Likes
482

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.

Read only

0 Likes
482

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

Read only

0 Likes
482

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