13.10.11

SAP Note 28402 - Terminat. during matchcode sel. for jurisdiction

Symptom:

During the matchcode selection for jurisdictions, a termination ASSIGN occurs with length 0 in program SAPLFHL1.

Cause and prerequisites

A jurisdiction structure with the overall length 15 was created in table TTXD.

Solution
Corrected in 3.0B. Advance correction:
Change program LFHL1TOP. Insert the following line at the end: DATA DUMMY.
Change program LFHL1U07. Insert the lines indicated with <<<<<<<<: .
.
* ------ Rest von GENFD = SPACE --------------------------------------
J1 = TTXD-LENG1 + TTXD-LENG2 + TTXD-LENG3 + TTXD-LENG4.
J2 = 15 - J1.
IF J2 > 0. " <<<<<<<<<<
ASSIGN GENFD+J1(J2) TO .
ELSE. " <<<<<<<<<<
ASSIGN DUMMY TO . " <<<<<<<<<<
ENDIF. " <<<<<<<<<<
.
.
Additional key words

Jurisdiction code, matchcode, FTXP


No comments:

Post a Comment