Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Program error while creating HR Mmaster Data for infotype 8

Former Member
0 Likes
664

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

4 REPLIES 4
Read only

LucianoBentiveg
Active Contributor
0 Likes
593

Did you look for notes in oss?

Regards

Read only

Former Member
0 Likes
593

how do i check oss notes.

Read only

0 Likes
593

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

Read only

Former Member
0 Likes
593

un answered but closed..