ValeraDG написал(а):
А можно немного подробнее для изменения.
Цель - при изменении ЕО, автоматически изменялись соответствующие поля в ОС.
Настройка условий синхронизаций здесь:
Финансы - Учет ОС - Основные данные - Автоматич. создание записей ЕО - Настрока условий синхронизации ОС и ЕО Там воде все ясно...
Посмотрите наличие нужных вам полей в табличке присвоений в настройке меппинга.
Финансы - Учет ОС - Основные данные - Автоматич. создание записей ЕО - Присвоение полей ОС к ЕО
Список полей там скудненький.. и скорее всего вы там не найдете нужных..
тогда вам нужно использовать екзит:
Разработка расширения для присвоения полей и классов/типов
Use
In this IMG activity, you can change and expand the field assignments made in Customizing for the synchronization of equipment and asset master records, using a customer enhancement project (for customer exit AAPM0001). You can
Program your own search logic for finding the asset class when an asset master record is created automatically (from data in Plant Maintenance)
Program your own search logic for finding the equipment category when an equipment master record is created automatically (from data in Asset Accounting)
Define your own fields and field assignments in Asset Accounting and Plant Maintenance for synchronized creation and changing of master data and vice versa
Note
Enhancement projects function on the basis of certain positions in standard SAP programming code that have been prepared by SAP to allow the call of function modules programmed by the user to meet his/her specific requirements. Therefore, it is possible to implement enhancement projects only if you have knowledge of the ABAP/4 programming language.
Standard settings
In Customizing, SAP provides certain assgnments for master data fields.
Recommendation
You should review your needs carefully. Generally, you should not need to use enhancement projects, since all common requirements are already met by the standard system functions.
Activities
If you really need to change and expand the existing assignments, then you have the following options:
Implement function module EXIT_SALAAPM_001 in order to derive the asset class from data in Plant Maintenance.
Implement function module EXIT_SALAAPM_002 in order to derive the equipment category from data of Asset Accounting.
Enhance structures CI_SAAPM1 and CI_SAAPM2 so that you can make more comprehensive changes to assignments for master data fields
Further notes
For general information on customer enhancements in Asset Accounting, refer to the SAP Library Accounting -> Financial Accounting -> Asset Accounting -> Customer Enhancements (Customer Exits).
For more information on user exit AAPM0001, see the documentation on the enhancement (transaction CMOD). Also refer to SAP Note 370884 and related Notes.