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

alv issue

Former Member
0 Likes
467

hi all,

i am displaying output using alv list display. here i am having my own pf status . in this pf status i have one button called 'Edit'. when i click this button it shows one screen there i can modify the record. now my problem after displaying the screen when i press enter button that screen is disppear. i wrote the code as follows.

when ' ' .

leave screen. but it is not working. anybody can suggest me what shall i do in this case.

thanks,

maheedhar.t

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
445

Hi Maheedhar,

What do you want to happen after the pop up is displayed?

If you press enter what should happen?

Is that screen defined by you?

If, yes, did you create a PF-STATUS for that screen as well?

If yes, what is the FCODE for enter on that screen?

Then, did you write the user_command handling in the PAI section of that screen?

Regards,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
445

Hi please do write Leave screen .

Instead you can write.

Exit.

The variant LEAVE SCREEN calls the current next screen. This is either statically specified in the properties of the current screen or has been set before using the statement SET SCREEN.

So there is no next screen in you case ....

also you can use ...

leave program.

Regards Jayant

Please award if helpful

Message was edited by:

JAYANT KUMAR

Read only

Former Member
0 Likes
446

Hi Maheedhar,

What do you want to happen after the pop up is displayed?

If you press enter what should happen?

Is that screen defined by you?

If, yes, did you create a PF-STATUS for that screen as well?

If yes, what is the FCODE for enter on that screen?

Then, did you write the user_command handling in the PAI section of that screen?

Regards,

Ravi

Read only

Former Member
0 Likes
445

Hi All,

Problem solved when i define F-Code ENTER in the pf status green tick mark . thanks for all.

iam closing my thread.......