‎2009 Feb 20 7:39 AM
Hello Experts,
While creating basic pay for an employee on PA30 it throws a runtine error.
Error:
Program error : Offset in WRITE to in program "SAPFP500" is too large
Error analysis
In " WRITE src to dest+off[(len)] [index i] " statement
"off" contains a target field offset (3) which is larger than the length of the target field "dest " (4)
Error in
Program : SAPFP500
Include FP500EFW
Row 33
What could be done here.
Please help me.
Regards,
Ranjith N
‎2009 Feb 20 1:53 PM
‎2009 Feb 21 4:30 AM
‎2009 Feb 21 4:40 AM
Hi Just put a breakpoint at WRITE src to dest+off(len) index i statement and check what values are getting populated.
This errror arises when you try to access offset length more than what is actually there .
Jus debug and see . If unable to solve reply with the values populated
‎2009 Jun 29 6:06 AM