2007 Jul 09 5:28 AM
Hi Gurus,
In ALV grid display, I have 'display' and 'print' icon in the application tool bar.
When I select a particular record and click display buttton, it will display the detailed description of the particular row.but, when i select the print button and then again when i select the display button it is going to short dump. When i debugged, the short dump is happening in the method 'set_table_for_first_display
'. Can anyone suggest what might be the problem.
thanks,
John
2007 Jul 09 5:45 AM
Hi,
For first time printing we have to use set_table_for_first_display. And from second time onwards we have to use the method refresh_table_display method. Hope it will solve your problem.
Regards
Ravi
Hi
What did the dump analysis reveal?
It will give enough information for you to analysize and resolve the issue.
Regards
Raj
2007 Jul 09 5:41 AM
Hi
What did the dump analysis reveal?
It will give enough information for you to analysize and resolve the issue.
Regards
Raj
2007 Jul 09 5:45 AM
Hi,
For first time printing we have to use set_table_for_first_display. And from second time onwards we have to use the method refresh_table_display method. Hope it will solve your problem.
Regards
Ravi
2007 Jul 09 7:08 AM
Hi,
First time when you are calling your grid call 'set_table_for_first_display
' in PBO module of that screen. In PAI use method ' refresh_table_display'. whenever you are exit from the report call method call method '<custom_container>->free'.
Regards
Bhavani BL
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |