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

GETWA_NOT_ASSIGNED. runtime error

Former Member
0 Likes
682

error stmt: field symbol ha not yet been assigned

pleae help me to solve this error thanks in advance

Moderator Message: Instead of dumping your code here, please read through the Short Dump Error Message and try to analyze where the error is. You could also search the forum and Google for similar issues.

Edited by: kishan P on Jun 3, 2011 4:14 PM

1 ACCEPTED SOLUTION
Read only

pawan_rai
Participant
0 Likes
647

Hi,

It is because your fieldcatlog fieldname does not match with the declaration.

Regards,

Pawan.

4 REPLIES 4
Read only

pawan_rai
Participant
0 Likes
648

Hi,

It is because your fieldcatlog fieldname does not match with the declaration.

Regards,

Pawan.

Read only

Former Member
0 Likes
647

Hi ,

Please check your code. You may have declared a field-symbol and used that without assigning any structure.

Thanks..

Read only

Former Member
0 Likes
647

sorry hit the post button by mistake

Edited by: Sarkar11 on Jun 3, 2011 7:02 AM

Read only

ravi_lanjewar
Contributor
0 Likes
647

If you custom program. You have to check fields symbols is assign or not. Using following code


 If <Fs> is assign.
"  write your ligic here.
endif.

IF standard program giving such kind of error check for SAP note.

IF You ALV report giving such kind of error check for fields catlog fields is incorrect or fields name should not be a keyword or proper data type to assign proper value.

Kinds Rgds

Ravi Lanjewar