If background input sessions which create or change orders to be classified are processed, these sessions cannot be executed. In the case of batch input, a different screen appears in classification during characteristic value assignment than in the online case.
Cause and prerequisitesClassification has a special batch input processing. Screen SAPLCTMS-0109 is used here.
SolutionAfter the function code for classification was entered by master data maintenance, screen SAPLCTMS-0109 must be used for valuating the user-defined characteristics.
Those user-defined characteristics which should be valuated, must be listed here with the name of the characteristic (RCTMS-MNAME) and the characteristic value (RCTMS-MWERT).
Example of the batch input table (structure: BDCDATA)
only classification part
PROGRAM |DYNPRO|DYNBEGIN|FNAM |FVAL
--------|------|--------|-----------------------------------|----------
* Sprung in die Klassifizierung (am Beipspiel eines CO-Innenauftrags)
SAPMKAUF|0140 |X |BDC_OKCODE |/18
* Bewertung der freien Merkmale im Dynpro SAPLCTMS-0109
SAPLCTMS|0109 |X |RCTMS-MNAME(1) |MERKMAL1
SAPLCTMS|0109 | |RCTMS-MWERT(1) |WERT1
SAPLCTMS|0109 | |RCTMS-MNAME(2) |MERKMAL2
SAPLCTMS|0109 | |RCTMS-MWERT(2) |WERT2
SAPLCTMS|0109 | |RCTMS-MNAME(3) |MERKMAL3
SAPLCTMS|0109 | |RCTMS-MWERT(3) |WERT3
* Rückkehr zur Stammdatenpflege
SAPLCTMS|0109 | |BDC_OKCODE |/03
No comments:
Post a Comment