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: 

SAPF150D-Dunning Notice Print - With Update of Line Items and Master Record

Former Member
0 Kudos

When I am running this program SAPF150D(Dunning Notice Print - With Update of Line Items and Master Records) with a variant containing run date, runc id, update mode, pimmed & pcount; the job is failing to execute. It is giving message like,

"The field symbol is no longer assigned because there was an attempt makde previously in a Unicode program to set the field symbol using ASSIGN with offset and/or length specification. Here, the memory addressed by the offset/length specification was not within the allowed area."

"GETWA_NOT_ASSIGNED_RANGE" "SAPF150D" or "F150DFS0" "SORTFELDER_ERMITTELN"

2 REPLIES 2

Former Member
0 Kudos

Hi,

Search for routine FORM SORTFELDER_ERMITTELN

in SAPF150D.

Put a breakpoint in statement

ASSIGN (T047F-FELDN) TO <H1>.

in above routine and debug to the point where error is occuring.

Most likely there is a mismatch in the length assigned to some field FELDN in table T047F.

In that case, simply change the T047F-LENGT field accordingly in change mode.

Cheers,

Vikram

Edited by: Vikram Jalali on May 27, 2008 5:56 PM

Former Member
0 Kudos

Hi everybody,

maybe this problem is caused by incorrect length written in T047F-LENGT on "MHND-BUDAT" row... the right value is 8 instead of 10 (date field)

Lorenzo