‎2008 Nov 12 5:52 AM
Hi,
Can any one tel abt my query ,
when i select a checkbox in my output and press any button other than EXIT and CANCEL it goes to Short Dump any one tel what is the problem in my program?
‎2008 Nov 12 5:54 AM
‎2008 Nov 12 5:57 AM
it is the ALV blocked list. it is getting dump error as
Field symbol has not yet been assigned.
How to correct the error
If the error occurred in a non-modified SAP program, you may be
able to find a solution in the SAP note system.
If you have access to the note system yourself, use the following
search criteria:
"GETWA_NOT_ASSIGNED"
"SAPLSALV " or "LSALVF02 "
"USER_COMMAND"
If you cannot solve the problem yourself, please send the
following documents to SAP:
‎2008 Nov 12 6:04 AM
Check the field names assigned to field catalog, this dump will come becaz of the wrong field names in the field catalog. To know the same, keep a break point before the line from where short dump is coming and debug to know which fieldname is wrong.
Regards,
‎2008 Nov 12 6:29 AM
But the debugg is also not working . it goes to direct dump error, while debugging also. how can find it.
‎2008 Nov 12 6:31 AM
I think u might have declared a field symbol and u have not asigned it. Check whether u have assigned all the field symbols which u have declared. ie, Whether u have Assigned data object to all the field symbol which u have declared using ASSIGN statement.
‎2008 Nov 12 6:38 AM
Keep a break point in the include SAPLSALV. Or u check in the ST22 where exactly it is terminating, and keep a break point in the same program and debug.
Regards,
‎2008 Nov 12 5:56 AM
Hi
check wethere the checkbox has been handled properly in other buttons u r having .
or Debug it and try to find where its giving Dump in ST22.
Amresh.
‎2008 Nov 12 5:57 AM