GET_REF_SUBSTRING_NOT_ALLOWED is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.
Short Dump Classification: A - ABAP Programming Error
You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.
Also check out the Comments section below to view or add related contributions and example screen shots.
You can correct the error in one of the following ways:
- You can remove the offset and length specification and then access
the entire string.
- You can also assign the substring to another string and then get the
reference for this string with GET REFERENCE.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.
Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.
GET REFERENCE is not permitted on a substring.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
An attempt was made to obtain the data reference for a substring. This
is not permitted.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
GET_REF_SUBSTRING_NOT_ALLOWED - get ref substring not allowed GET_REF_REFERENCE_EXPECTED - get ref reference expected GETWA_WRONG_LENGTH - getwa wrong length GETWA_TOO_MANY_TEXTPOOLS - getwa too many textpools GETWA_TABLE_NOT_EXISTS - getwa table not exists GETWA_NO_MEM_FOR_TABLE - getwa no mem for table