Application Development 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: 

Error DATA_OFFSET_LENGTH_TOO_LARGE into include: LPA_INFTY_LOGF02

Former Member
0 Kudos

Hi guys,

I'm new as abap consultant and yesterday i got an error when executing a programm which calls standard function HR_INFOTYPE_LOG_GET_DETAIL and this function calls a include LPA_INFTY_LOGF02.

My problem is: It shows me an error on field "HLP_BLG_OLD" line 333. The error is bellow (in bold).

Did someone have this problem? What can I do? Please... help me... If you know some sapnote to help me I'll be thankful

" An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_RANGE_OUT_OF_BOUNDS', was not

caught in

procedure "FILL_TABLES" "(FORM)", nor was it propagated by a RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

In the running program "SAPLPA_INFTY_LOG", the field "HLP_BLG_OLD", which is of

the type "C" and

length 256, was to be accessed with the offset 250 and the length 50.

However, subfield accesses in which the sum of the offset and length

specifications is greater than the field length are not allowed. "

2 REPLIES 2

Former Member
0 Kudos

Are you on R/3 4.6c, prior to support package 35? If so, check SAP Note 439664. If not, you might want to open a message with SAP, since there appear to be no other relevant notes.

0 Kudos

HI,

The version of R/3 I'm using is 6.0 and the support package for SAP_APPL is "SAPKH60403"

are that fields i saw you asked? Sorry I'm new on Abap...

Do I need to check something else?