cancel
Showing results for 
Search instead for 
Did you mean: 

FPM Application and Cc ( IXSSAppConf ) interfaces

Former Member
0 Kudos

hi,

There are some questions that i wish to ask regarding the floorplan manager.

1) I wish to find out if Cc interface is necessary ( implementing IXSSAppConf ) and in what scenario do i need to use ?

I have defined the FPM application in the Portal Configuration and i have set the BaseConfigurationID in my web dynpro app to point to this portal configuration under the application properties.

2) Am i right to say that i need to define the events and roadmaps in the portal configuration if i do not have the IXSSAppConf ?

3) The events will need to be created within the perspective first before i can start to use it inside the portal configurations ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

To build fpm applications we require Configuration Component(Cc) which implements IXssAppConf interface

FPM provdes 4 basic interfaces that are implemented by the Self Services WebDynpro Applications,

1) IVAC (for the Visual Application Component - Vc)

2) IBLC (for the Business Logic Component - Fc)

3) IXssAppConf ( for the Configuration Component - Cc)

4) IFPM (It gives the self service application access to the FPM and its utility classes)

You have to define the above interfaces as the implemented interfaces and then you can implement their functions

Former Member
0 Kudos

i read from another forum post that Cc is optional in NW 07. Is that true ? I tried to deploy without a IXSSAppConf and it can display the Vc that i want.

Former Member
0 Kudos

yeah its true

Former Member
0 Kudos

with reference from http://help.sap.com/saphelp_erp2005/helpdata/en/b4/139525380149a49c8402e22700e4ba/frameset.htm

there are some exceptional cases where we need to use a Cc as well as FPM application inside the portal. What are the exceptional cases ?