2008 Dec 04 12:00 PM
Moderator message: please use a more informative subject for your questions in future
I am able to display output in ALV format. But,After ALV display,
when I click back button, I am getting blank page.
Any idea what may be the mistake?
Edited by: Matt on Dec 4, 2008 1:10 PM
2008 Dec 04 12:07 PM
Dear Mounika,
YOu need to write logic for the same.
Call screen when the Fcode = ' functiuon code ' .
write code like this.
case sy-ucomm.
when fcode.
call screen ............................
endcase.
Best Regards,
Flavya
Hi,
Goto SE80.
Find your report.
Then in the tree structure of ur program you will have the screen. under that you will have the screen number.
By default the seln-screen number will be 1000 only.
Thanks,
Uma.
2008 Dec 04 12:01 PM
2008 Dec 04 12:03 PM
Hi Mounika,
Have you written any write statement after displaying the alv list .
May be that would be the problem.
Thanks
2008 Dec 04 12:13 PM
2008 Dec 04 12:16 PM
Can you let me know what you have done. is it a normal report or an module pool, so that it will be easy to answer the question. before giving you the correct answer
2008 Dec 04 12:22 PM
Hi Kar,
It is a normal report.
This is the function module which I have called.
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
I_CALLBACK_PROGRAM = repid
IT_FIELDCAT = it_fcat
IS_LAYOUT = layout
IT_EVENTS = i_events
TABLES
T_OUTTAB = GT_OUT.
2008 Dec 04 12:22 PM
Hello ,
Case SY-UComm.
when '&F03'.
Leave to Screen 0.if doesn't work use Exit.
endcase.
Thanks,
2008 Dec 04 12:23 PM
hi,
U just have to write,
When 'BACK'.
Leave to screen 0.
Regards,
Chitra
2008 Dec 04 12:05 PM
Hi ,
Can you paste your code here used for alv display.
Regards,
Rohan.
2008 Dec 04 12:07 PM
Dear Mounika,
YOu need to write logic for the same.
Call screen when the Fcode = ' functiuon code ' .
write code like this.
case sy-ucomm.
when fcode.
call screen ............................
endcase.
Best Regards,
Flavya
2008 Dec 04 12:10 PM
Hi,
check the GUI status of ur programa,
the function key that u have to assign to the back button is &F03
using that, ur program will come back to the initial screen automatically.
Regards
2008 Dec 04 12:15 PM
Hi,
use CALL SELECTION-SCREEN or CALL SCREEN 0.
Or find the Screen number of selection screen and put the number in call screen.
Thanks,
Uma.
2008 Dec 05 4:55 AM
2008 Dec 05 5:03 AM
go to se80
and click on screens options and see your screen number
2008 Dec 05 5:05 AM
Hi,
Goto SE80.
Find your report.
Then in the tree structure of ur program you will have the screen. under that you will have the screen number.
By default the seln-screen number will be 1000 only.
Thanks,
Uma.
2008 Dec 05 6:32 AM
Hi Mounika,
Check your code. You may have used any output statement like SKIP, ULINE, etc.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |