‎2009 Apr 17 4:17 AM
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
‎2009 Apr 17 8:07 AM
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
‎2009 Apr 17 8:07 AM
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
‎2009 May 18 8:50 AM
‎2009 May 18 8:51 AM
‎2010 Nov 22 11:52 AM
Hi Ganesh,
Will you please explain what config issue caused this dump?