cancel
Showing results for 
Search instead for 
Did you mean: 

BRF Function Generated Class Invalidation

Karthikmurthy
Advisor
Advisor
0 Kudos

Hi Experts/Carsten,

There is a peculiar issue we are facing - where the BRF generated class getting deleted from FDT_CC_0000 table and it tries to regenerate it again even though there is no change in the application. There is no way to find out why is this happening, but this recurrs. What is it which can invalidate the Generated class so that it requires a regeration.

We have request SAP internal team to have a look at it - but since this could not be replicated - there is no solution provided.

Situation:  Application Type - Customization. Auto generated Class is default Shared memory Active. When it occurs, there is no Roll memory overflow as such. This is a big application in Size and complexity.

Is it something which occurs when with Load of Program, the generated Class is lost ? Or, is there a mechanism to trace it why is it happening?

Appreciate your comment!

Many Thanks,

Jyoti Shankar

Accepted Solutions (0)

Answers (1)

Answers (1)

nabhish_saxena
Employee
Employee
0 Kudos

Hi Jyoti,

There are a few things that you need to check:

- Was code generation happening successfully (syntax error free) for the functions in consideration. Sometimes an entry gets created in FDT_CC_0000 even if there was a syntax error and later it is deleted.

- Is there some custom logic/ process running in your system that modifies any of the BRF+ objects used by your functions. In certain cases some expressions used by the function (like Decision tables) are modified which results in invalidation of the generated class for that function.

Regards,
Nabhish Saxena