‎2007 Dec 05 1:57 PM
Dear all,
We are running ECC 6.0 (2) on oracle. (Bas 12, Aba 12, EA-APPl 10)
In one of our Real Estate Program "CL_REIT_TAX_CORR_CALC_MNGR====CM003" it is showing two versions one is active and other is inactive.
For some reasons when we applied one sapnote, it checked the inactive version and give syntax error. "The data object :LC_CALC_RES" has no component "DBTAB" but there is component called "TAB".
The method name is Fill_buffer.
How to solve this.
‎2007 Dec 05 2:12 PM
With ABAP programs, and soon as you edit them, your changes are in an inactive version. This allows users to continue to run the active version of the program. Until the program is activated, the new version won't be run.
OSS notes will always be applied in an inactive version, then activated.
As there is a syntax error in your program, it cannot be activated. You have to fix the syntax error. Since the error is cause by application of a SAP note, you need to backout the note application and contact SAP.
matt