Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Terminating The Program

Former Member
0 Likes
840

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?

8 REPLIES 8
Read only

bpawanchand
Active Contributor
0 Likes
812

what kind of dump it is showing?

Read only

0 Likes
812

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:

Read only

0 Likes
812

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,

Read only

0 Likes
812

But the debugg is also not working . it goes to direct dump error, while debugging also. how can find it.

Read only

0 Likes
812

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.

Read only

0 Likes
812

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,

Read only

Former Member
0 Likes
812

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.

Read only

Former Member
0 Likes
812

HI ,

Post the dump ...ST22

Regards

Renu