Добрый день,
При переходе на ERP 6.0 наткнулись на следующую проблему:
В BADI FAA_EE_CUSTOMER есть все данные для расчета амортизации ОС, но нет номера ОС.
Решение данной проблемы нашел в ноте 1131960:
If you want to incorporate customer-specific or asset-specific parameters into the calculation, this information cannot be determined in the BAdI FAA_EE_CUSTOMER because the required data (for example, company code or asset number) is not available here.
In these cases, a combination of the relevant methods for the BAdI FAA_EE_CUSTOMER and the method SET_PARAMETER for the BAdI FAA_DC_CUSTOMER provides the correct result. In the method SET_PARAMETER, you can use the object reference IO_HANDLE to access all asset data. This information can then be used to read customer-specific tables.
Как можно в BAdI FAA_EE_CUSTOMER определить метод SET_PARAMETER BAdI FAA_DC_CUSTOMER?
Если решали данную проблему привидите пример кода.
|