28.2.11

SAP Note 23862 - Line items: Double items / 2nd search incorrect

Symptom:

1. Items are displayed twice in the line item display in the following cases:

  • The line layout is a special variant
  • The line layout was changed (the initial transaction was with a different line layout).


2. Contents of special fields are no longer displayed (for example, after sorting) if the line layout variant popup was not processed beforehand.
3. During the second search in the list by placing the cursor, the system does not search for the value you select with the cursor but searches for the corresponding value in the first line of the list.
(This error especially occurs in 22F and 30A.)
Key words: RFEPOS00 FBL1 FBL3 FBL5

Cause and prerequisites

Error.

Solution
Corrected for 2.2F/3.0A.
Preliminary correction as follows:
1. /NSE38 - RFPOSFZ0


FORM ZVZEILE_SETZEN.
...
SPOSTAB = POSTAB. <-- insert
IF POSTAB IS INITIAL. <-- delete
READ TABLE POSTAB INDEX 1.
SF-TABIX = 1.
ELSE. <-- delete
DESCRIBE TABLE POSTAB LINES SF-TABIX. <-- delete
ENDIF. <-- delete
...
POSTAB = SPOSTAB. <-- insert
ZVZEILE = ZEILE.
ENDFORM.
...

2. /NSE38 - RFPOSFS0

FORM SONDERVARIANTE_ANALYSIEREN.
PERFORM NACHLESEN_VARNR. <-- insert
CLEAR: CSF-XBKPF, CSF-XBSEG, CSF-XBSEC, CSF-XBSED, CSF-XPAYR.

No comments:

Post a Comment