Hi All,
The following runtime error happened during testing of the system. the t-cde sued was AS03. When we click on the mastre data the runitme error occurs. Below is the detaisl of the error.
Runtime Errors ASSIGN_CAST_WRONG_LENGTH
Short text
Wrong assignment of a field symbol in program "SAPLSDSD".
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLSDSD" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
The type assigned to one of the field symbols
is not allowed.
Error analysis
In the current program "SAPLSDSD", the ASSIGN ... TYPE ... statement was
used to assign the type "D" to the field symbol "<%_1_SYSINI>". The length
defined for this type is 16, but the reference field is 8 characters
long. The type to be assigned is in the field "S_DESCR-INTTYPE".
Trigger Location of Runtime Error
Program SAPLSDSD
Include LSDSDF11
Row 813
Module type (FORM)
Module Name PERSONAL_VALUES_CONVERT
Please suggest...
Regards,
arvind