Skip to Content
0
Dec 02, 2008 at 11:14 PM

FPM: onInit- unable to find parameter type

27 Views

Hi,

In my Floor plan manager application in FcPhone -> Component Controller I am trying

to create an onInit() method with parameter to execute the BAPI.

I need to copy source code of onInit() from FcPerAddressUS (method: public void onInit( com.sap.pcuigp.xssfpm.java.IFPM fpm, byte[] dd ) ) to FcPhone (Component controller)

In FcPhone when I am trying a method onInit() I am unable to find parameter of type com.sap.pcuigp.xssfpm.java.IFPM. How to get this parameter type so that my onInit() have same return type as FcPerAddressUS ?

Thanks