‎2007 Jul 09 10:50 AM
<b>Error analysis</b>
In the current program "SAPLFKH4", an error occurred when setting the
field symbol "<TEXTTAB_ACTION>" with ASSIGN or ASSIGNING (maybe in the
combination with
the CASTING addition).
When converting the base entry of the field symbol "<TEXTTAB_ACTION>" (number
in base
table: 35627), it was found that the target type requests a memory
alignment of 2.
However, the source data object has an invalid memory alignment, that is
an alignment not divisible by 2.
I have downloaded some sap notes to fix this error but all has not helped me. It seems as if this is the first error of this kind in the forum.
Please help
‎2007 Jul 09 10:58 AM
‎2007 Jul 09 11:23 AM
I have been there before but I could not find enough help.
Thanks.
Check out the short dump bellow:
<b>How to correct the error</b>
You may be able to avoid the error by using a different offset.
The following must apply: Offset = n * 2, n >= 0
You may able to find an interim solution to the problem
in the SAP note system. If you have access to the note system yourself,
please use the following search criteria:
"SAPLFKH4" "ASSIGN_BASE_WRONG_ALIGNMENT"
If you cannot solve the problem yourself, please send the
following documents to SAP:
1. A hard copy print describing the problem.
To obtain this, select the "Print" function on the current screen.
-
2. A suitable hardcopy prinout of the system log.
To obtain this, call the system log with Transaction SM21
and select the "Print" function to print out the relevant
part.
3. If the programs are your own programs or modified SAP programs,
supply the source code.
To do this, you can either use the "PRINT" command in the editor or
print the programs using the report RSINCL00.
4. Details regarding the conditions under which the error occurred
or which actions and input led to the error.
<b>Information on where terminated</b>
Termination occurred in the ABAP program "SAPLFKH4" - in
"VIM_TEXT_KEYTAB_ENTRIES".
The main program was "SAPLS_IMG_TOOL_5 ".
In the source code you have the termination point in line 1230
of the (Include) program "LSVIMFXL".
<b>Information on where terminated</b>
Termination occurred in the ABAP program "SAPLFKH4" - in
"VIM_TEXT_KEYTAB_ENTRIES".
The main program was "SAPLS_IMG_TOOL_5 ".
In the source code you have the termination point in line 1230
of the (Include) program "LSVIMFXL".