2008 Jun 24 5:39 AM
Hi Experts,
I have an alv report. Whenever I select the print button or export to excel button I am getting dump??
Any suggestion please??
2008 Jun 24 6:35 AM
Hii,
Check with field names mentioned in the field catalog,with internal table-field.
Rgds
Hi Experts,
I have an alv report. Whenever I select the print button or export to excel button I am getting dump??
Any suggestion please??
2008 Jun 24 5:40 AM
Check your field catalog.You must have mentioned field names in lowecase.Convert them to upper case.
2008 Jun 24 5:48 AM
Check whether you have passed:
i_callback_program = sy-repid
in FM REUSE_ALV_GRID_DISPLAY
2008 Jun 24 6:27 AM
Hi Experts,
I had already passed the report id (i.e. sy-repid) in REUSE_ALV_GRID_DISPLAY.
In fieldcatalog fields are in upper case.
Any other suggestion??
2008 Jun 24 6:29 AM
hi,
can u tell what dump u r getting.
try to check in debugging mode.
2008 Jun 24 6:35 AM
Hii,
Check with field names mentioned in the field catalog,with internal table-field.
Rgds
2008 Jun 24 7:52 AM
Hi Experts,
I'm getting the dump as " The current statement requires a character-type data object. The current ABAP program 'SAPLKKBL' had to be terminated because it has come across a statement that unfortunately cannnot be executed."
I am using FM REUSE_ALV_GRID_DISPLAY.
2008 Jun 24 7:55 AM
Neha,
I think the problem is with your fieldcatalog, since, I don't know your code I can only suggest to take a closer look at on your fieldcat. Try to make a syntax check also. Please post your code.
2008 Jun 24 7:57 AM
There is some problem with your Fieldcatalog population.
Check it once...
Try to TABLE NAME AND FIELDNAME in CAPS.
2008 Jun 24 8:39 AM
Hi,
You must be getting output in screen diplay but clicking on print privew button will give a dump
This is a comman problem with ALV as resuse_alv_display support only character type variables.
Change the type of variable u r using in the final table to character or string.
in field catalog building make sure the type of the field is CHAR
This will solve your problem.
Reward points if useful
Regards
Bikas
2008 Jun 25 12:00 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |