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

Runtime Errors: GETWA_NOT_ASSIGNED_RANGE in tcode f.27

Former Member
0 Likes
770

Hi Expert,

I am getting the Runtime Errors: GETWA_NOT_ASSIGNED_RANGE when i run the customer statement print program(tcode:f.27) , this program is unicode check program

This is standard program RFKORD11, it will call when we run tcode F.27 for customer statement

Error analysis:

A field symbol that was not assigned was accessed

(data segment no. 32769).

The field symbol is no longer assigned because there was an attempt

makde previously in a Unicode program to set the field symbol using

ASSIGN with offset and/or length specification. Here, the memory

addressed by the offset/length specification was not within the

allowed area.

Error in coding:

ASSIGN <feld>+offs(leng) TO <field>.

>>>>>sort = <field>.

Pls help me to solve this problem and guid me to search the OSS note if it is required

Thanks and Regards,

RG

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
663

Look up for a note in service.sap.com.

It's a standard HR report.

The field symbol try to access with an offset in a negative offset or a greater offset than the lenght of the field

4 REPLIES 4
Read only

Former Member
0 Likes
664

Look up for a note in service.sap.com.

It's a standard HR report.

The field symbol try to access with an offset in a negative offset or a greater offset than the lenght of the field

Read only

Former Member
0 Likes
663

SAPRO comfig issue It has solved

Regards,

GR

Read only

Former Member
0 Likes
663

SAPRO comfig issue It has solved

Regards,

GR

Read only

0 Likes
663

Hi Ganesh,

Will you please explain what config issue caused this dump?