Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Program Active Inactive version

Former Member
0 Likes
509

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.

1 REPLY 1
Read only

matt
Active Contributor
0 Likes
346

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