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

Problem with AT LINE-SELECTION and BACK button

Former Member
0 Likes
720

HI

I use write at line selection and when I push button BACK after

at line selection then I can't do event on this.

Gui status with command " AT USER-COMMAND .. WHEN 'BACK' " don't work.

How to do event on this?

1 ACCEPTED SOLUTION
Read only

Lakshmant1
Active Contributor
0 Likes
689

Hi Kosmo,

Have a look at demo program DEMO_LIST_AT_USER_COMMAND.

Hope this helps

Thanks

Lakshman

HI

I use write at line selection and when I push button BACK after

at line selection then I can't do event on this.

Gui status with command " AT USER-COMMAND .. WHEN 'BACK' " don't work.

How to do event on this?

5 REPLIES 5
Read only

Lakshmant1
Active Contributor
0 Likes
690

Hi Kosmo,

Have a look at demo program DEMO_LIST_AT_USER_COMMAND.

Hope this helps

Thanks

Lakshman

Read only

Former Member
0 Likes
689

case when 'Back' don't work, it means that It isn't possible to change event when someone click this button after line selection?

Read only

Former Member
0 Likes
689

Hi

You need to write the code like this

AT USER-COMMAND.

CASE SY-UCOMM.

WHEN 'BACK'.

LEAVE PROGRAM.

ENDCASE.

reward points,if it is useful.

thanks,

chandu.

Read only

Former Member
0 Likes
689

Own commands writte on 'BACK' don't work.

For example in 'EXIT' everything work.

Read only

Former Member
0 Likes
689

I know yet where is the problem.

I changed event from 'BACK' to 'ONBACK' and now it is work all