When updating key figures the 'CALL_FUNCTION_CONFLICT_TYPE' ABAP/4 runtime error occurs.
Termination occurs in the 'PERIODE_ERMITTELN' routine of ABAP/4 program RMCS1000.
This is caused by a missing check for update definition. In the update rules, a date field is specified by means of which the period is determined in which the key figure is to be updated.
When you specify this date field, a check is not run to see if it is in fact a date field. If a field with another category (value field, quantity field ..) is entered here, the above termination occurs during updating.
Check that only date fields can be entered.
This check is active with the following corrections:
P21K005983 in Release 2.1M
P22K010011 in Release 2.2G
P30K019988 in Release 3.0B
The check can also be carried out as an advance correction by making a number of changes:
Additional key words
Update, date field, SIS, LIS
No comments:
Post a Comment