Application Development 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: 

Problem with AT LINE-SELECTION and BACK button

Former Member
0 Kudos

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

Lakshmant1
Active Contributor
0 Kudos

Hi Kosmo,

Have a look at demo program DEMO_LIST_AT_USER_COMMAND.

Hope this helps

Thanks

Lakshman

5 REPLIES 5

Lakshmant1
Active Contributor
0 Kudos

Hi Kosmo,

Have a look at demo program DEMO_LIST_AT_USER_COMMAND.

Hope this helps

Thanks

Lakshman

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

For example in 'EXIT' everything work.

Former Member
0 Kudos

I know yet where is the problem.

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