Skip to Content
-2
Aug 08, 2023 at 09:10 AM

F4 popup while running ABAP unit test for a class

66 Views Last edit Aug 18, 2023 at 10:02 AM 2 rev

On running the ABAP Unit test, there is popup coming up for f4 help. This is happening only in one ABAP system and same unit test is running without popup in other ABAP system. Is there something that is missing or any idea why there is difference in the unit test behavior in different systems?

I have created a class A, and a method M1. M1 method has FM ' F4IF_INT_TABLE_VALUE_REQUEST'. This FM is used for help value (F4 pop up).

I have written unit test for method M1. In development system, when I run unit test, there is no pop up. In quality/test system on running same unit test, there is F4 pop up for the mentioned FM.