Viktoria написала:
В том то и дело. Места не хватает, проанализировали и сделали некоторые элементы чисто переменными. Но так как с такой схемой я еще не работала, то переживаю насколько корректно такая схема будет отрабатывать.
можно расширить схему элементов, по крайней мере в 4.6, может это будет тем решением что Вы ищете (ведь, если хватает места, то все элементы делаются фикс+перем) только и всего.
прочитайте это
Цитата:
Symptom
When you use the primary cost component split, the number of cost fields is limited to 40. If you require components with fixed and variable portion, therefore you can create a maximum of 20 cost components.
When you use the primary cost component split, there may be customers who require a larger number of cost components.
Caution: Consulting note !
The note is only released internally. It must not be released for customers. The changes may only be implemented by an SAP consultant in arrangement with development or by development itself. The implementation of the changes and the maintenance that results from the implementation in development is billed to the customer.
Note during the enhancement that the data volume increases accordingly and that the runtime of the transactions involved is also extended as a result.
However, following the above-described change, the actual cost component split of the material ledger can no longer be used. If you are still using this split, program terminations will occur for all types of goods movements.
Other terms
Price splitting, primary cost component split, cost component structure
Reason and Prerequisites
Cause of loss: Cause:The use of more than 40 cost fields is currently not supported in the standard R/3 system.
Solution
Tried and tested values with cost fields doubled to 80 fields are already available for the primary cost component split in CO-OM and CO-PA. If you require even more fields or if you are using this function in costing or in the material ledger, you require a more rigorous test. This is because no tried and tested values are available for these areas.
From Release 4.5: to Release 4.6B
Add the required number of cost fields to the KEPH table. Make sure that the numbering of field names is continuous throughout.
As of Release 4.6C:
Add the required number of cost fields to structure CKF_COST_COMPONENTS. Make sure that the numbering of field names is continuous throughout.
All releases as of Release 4.5:
Add the new cost fields to database view COOMCO.
Change the constant CK_G_PH in Include FCKGLOBA from 40 to the new number of cost fields.
для более поздних версий R/3 есть смысл покопать в этом направлении.