15.2.11

SAP Note 22307 - Condition text missing

Symptom:

When a user changes or displays condition record (VK12 or VK13) and then returns to the previous screen using F3, then once again returns to the condition record fast order entry screen -- the text is missing for whatever the variable key (i.e., material, product hierarchy, etc).

Cause and prerequisites

Program error.
Note that this is a problem which seems to have no good solution and can affect any description field.
The clear can be extended to include other tables such as TVBO and TVBOT. NOTE: There are tables that when cleared can adversely affect the program.
The problem should be solve as soon as a general solution to the note 12905 is found.

Solution
Make the following changes in ABAP MV130F0E:

FORM ERFASSUNG_INITIALISIEREN USING EI_KVEWE EI_KAPPL EI_KSCHL
EI_DATAB EI_DATBI.
.
.
.
CLEAR: VTCOM, KUKON, "insert(2.1 /2)
MTCOM, *MTCOM, "insert(2.1 /2)
MTCOR, *MTCOR, "insert(2.1 /2)
MAAPV, MAKON, "insert(2.1 /2)
MTEXT, "insert(2.1 /2)
MT06E, "insert(2.1 /2)
LFA1, LFM1, "insert(2.1 /2)
T179, T005, T001, T024E, T151, T188, "insert(2.1/2/3.0)
T178, *T005, T189, T001W, TSKD, "insert(2.1/2/3.0)
TSKM. "insert(2.1/2/3.0)

ENDFORM.

No comments:

Post a Comment