cancel
Showing results for 
Search instead for 
Did you mean: 

Function code generation failed if formula is using MIN/MAX due to TYPE ANY

andreashorn
Explorer
0 Kudos

Hi all,

I am on a SAP 702 SP 17 and note 2203712 was implemented which was necessary because formula with MIN/MAX/IF could not be activated.

Now, I have an activated formula but can not generate my function. A syntax error is raised in method process_pure of the generated code:

ANY has a generic type...

..and I can find a variable declaration like:

DATA _v_fef_result2 TYPE ANY.


How can I solve this issue?


best regards

Andreas 

Accepted Solutions (1)

Accepted Solutions (1)

christianlechne
Active Contributor
0 Kudos

Hi Andreas,

it seems that you have encountered another bug. I did not find a note fitting the error, but you should also check that (perhaps you have more luck). If you do not find one you have to open an OSS message to get the bug fixed

BR

Christian

andreashorn
Explorer
0 Kudos

Note  2237789 fixed this issue.

Answers (0)