2012 Feb 17 6:07 AM
Hello Experts,
Did one alv report.
Getting output properly , but while saving(downloading) the output result getting Dump from system.
Runtime Errors GETWA_NOT_ASSIGNED
Short text
Field symbol has not yet been assigned.
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLKKBL" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
NOT GETTING WHERE EXACTLY IT IS WRONG....
Please suggest the solution..
Thanks in advance
Hello Experts,
Did one alv report.
Getting output properly , but while saving(downloading) the output result getting Dump from system.
Runtime Errors GETWA_NOT_ASSIGNED
Short text
Field symbol has not yet been assigned.
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLKKBL" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
NOT GETTING WHERE EXACTLY IT IS WRONG....
Please suggest the solution..
Thanks in advance
2012 Feb 17 6:54 AM
2012 Feb 17 7:03 AM
Hi,
This error generally comes with these reasons...
May be bacause ot the field catalogue and output table is not same. And also see if there is any currency field or qunatity field then u should convert it to type char(16) .
Hope this will solve ur error...
Regards,
KK
2012 Feb 17 7:18 AM
Usually this is due to wrong fieldcatalog, or inconsistenecy between field catalog, internal table or some fields of the layout (bselect box or lights for example) -> The FIRST thing to do is the execution of [The Consistency Check|http://help.sap.com/saphelp_470/helpdata/en/d6/23253963143e6ae10000000a11402f/frameset.htm], then correct the program to adjust field catalog or layout.
Regards,
Raymond
2012 Feb 20 5:59 AM
Hi Prajyot,
The issue seems to be with the field catalog. Check the structure and other relevant things.
Also, please let us know how are you trying to download the data in an excel sheet. Are you trying to use 'Export' feature provided by standard ALV or using 'spreadsheet' function by right-clicking on the output?
thanks!
VS.
2012 Feb 21 4:25 AM
Hi Prajyot,
Please try to EXPORT using List (in menu bar) -> Export -> Local file.
If you are able to successfully download alv output from there, then, it means you have a mis-match between your Output table declaration and field catalog. Please check the data types.
2012 Feb 21 5:47 AM
post your code for better understanding of the cause of error.
2012 Feb 21 12:18 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |