cancel
Showing results for 
Search instead for 
Did you mean: 

CL_FDT_FUNCTION_PROCESS = > PROCESS( EXP...importing ea_result changing ct_name_value failed!!

Former Member
0 Kudos

I am usinf FM Z_FDT_FUNC_LOOKUP which is using template from BRFPlus .Here this FM is no executing expected value in output raising assertion.

* if the assertion is activated (with transaction SAAB)* the expression will also be evaluated in interpretation* mode and the results will be compared. If they differ* the assertion is thrown.

Accepted Solutions (1)

Accepted Solutions (1)

christianlechne
Active Contributor
0 Kudos

I would propose the following strategy to get a clue on the error:

Check via BRFplus workbench by simulating the function in the "generation mode" and "interpretation mode"
-> Do the results differ here too? If yes the generated code seems to have a bug, so search for a SAP note which might exists to solve the issue or raise a support message to SAP to fix the bug

If the results do not differ you probably have to debug the rules execution from your FM in order to find out where the difference arises. When it is due to a bug in SAP code, again you have to raise a support message by SAP

Best regards

Christian

Answers (1)

Answers (1)

nechheda
Newcomer
0 Kudos

Hi,

What was the solution? We are facing a similar issue. Any particular note?