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

Dump while trying to print Delivery note

Former Member
0 Likes
313

Hello all,

When I trying to print delivery note containing serial numbers I am getting a dump due to the following reason.

The reason for the exception is:

The system tried to access field "SERIAL_PRINT" with type "u" and length

132 in the current program "SAPLIPW0" using offset 127 and length 6.

Partial field access is not allowed with offset and length

specifications that are

larger than actual field length.

The programs are

Program SAPLIPW0

Include LIPW0F50

Row 453

Module type (FORM)

Module Name STRING_OUT

can anyone help me out on this?

Thanks in advance

Anirban

Hello all,

When I trying to print delivery note containing serial numbers I am getting a dump due to the following reason.

The reason for the exception is:

The system tried to access field "SERIAL_PRINT" with type "u" and length

132 in the current program "SAPLIPW0" using offset 127 and length 6.

Partial field access is not allowed with offset and length

specifications that are

larger than actual field length.

The programs are

Program SAPLIPW0

Include LIPW0F50

Row 453

Module type (FORM)

Module Name STRING_OUT

can anyone help me out on this?

Thanks in advance

Anirban

1 REPLY 1
Read only

Former Member
0 Likes
286

Please check notes 555306 and 95450.

Rob