cancel
Showing results for 
Search instead for 
Did you mean: 

A function module is not being called due to something turned off

0 Kudos

I have a few programs in SRM that call an ECC FM that updates a custom table. It is working fine in production but not in the test environment. The code has not changed. It is as if the FM isn't called. Something is not running. I have tried looking up each program in SM37 for the past month but I am finding nothing helpful.

I'm looking for ideas. Can you help?

Accepted Solutions (0)

Answers (1)

Answers (1)

anand_sagarsethi
Contributor
0 Kudos

1. put a breakpoint you will be able to see in reality if its getting called or not.

2. Change your test data; what if the function module is not required to be called on kind of input data you are testing with.

Anand