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: 

ASSIGN_OFFSET_NOTALLOWED

Former Member
0 Kudos

Hello experts i don't quite know how i can resolve this problem it takes place when the value of the budget being posted is above 999,999,999,999.99 the error is as shown below.

This error occurred when attempting to execute an ASSIGN in a "PERFORM"

statement.

Part of the source field "P_ADDRESS" was assigned to the field symbol

"<%_PAR_004>",

but this is not possible for fields of type "P".

Offset within source field: 16

Length: 11

Thank you

Tatenda Chaibva

2 REPLIES 2

Former Member
0 Kudos

Hi,

Try increasing the length to 16 instead of 11.

Thanks,

Sri.

0 Kudos

How exactly do i do that?

PERFORM move_into USING p_address+g_dist CHANGING p_value.

cos this is the current place causing the problem.