Application Development 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: 

GETWA_NOT_ASSIGNED. runtime error

Former Member
0 Kudos

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

pawan_rai
Participant
0 Kudos

Hi,

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

Regards,

Pawan.

4 REPLIES 4

pawan_rai
Participant
0 Kudos

Hi,

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

Regards,

Pawan.

Former Member
0 Kudos

Hi ,

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

Thanks..

Former Member
0 Kudos

sorry hit the post button by mistake

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

ravi_lanjewar
Contributor
0 Kudos

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