cancel
Showing results for 
Search instead for 
Did you mean: 

How to include a Z FPM component on portal

Former Member
0 Kudos

Hello Experts,
        We have create a Z WDA component  "ZHR_EXT_CANDIDATE " which corresponds  to  " ZHR_EXT_CANDIDATE_CONFIG " now i need to integrate it in portal as a View .

Please Suggest how this is done!!

Thanks In Advance!!

Regards,

Prajakta K.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Prajakta,

you need to create the WD iView.

Step 1. Right Click on any folder in PCD and select 'iView" from context menu . In iView wizard select "iView template" and click next .

Step 2. Select "SAP Web Dynpro iView" and click Next

Step 3. Enter iview name , iview id and iview id prefix and click next.

Step 4. Select "ABAP" as Definition type and click next.

Step 5. Now input the web dynpro details and the system it is created on. Please note this is the name of the actual application created within the web dynpro component, which may or may not be different.

WebDynpro name space = com.sap

Application name = "ZHR_EXT_CANDIDATE"

Choose Web Dynpro client "HTML" and click next. Summary page will be display and click on Finish.

Step 6 ; Your iView should now appear in the portal . To test right click on it and select "Preview:

Regards
Pravesh

Former Member
0 Kudos

Hi Pravesh,
i tried doing this but its gives null pointer exception.

as its a Component Application created when configuration is done.
ref below Screen Short 'ZHR_EXT_CANDIDATE'
Configuration Name: ' ZHR_EXT_CANDIDATE_CONFIG'

Error Report:

Former Member
0 Kudos

Hello.

Is your service "/sap/bc/webdynpro/SAP/ZHR)EXT_CANDIDATE" active in transaction SICF ?

Former Member
0 Kudos

Hello Aleksey ,
    Ya its is activated but not running giving the same error.
Also i found my client is 110 from where i m running the service but when i test it ,

The URL that is generated points to 100 .

Kindly suggest!!!

Regards,
Prajkata

Former Member
0 Kudos

Hello,
It has to be done this way !! Issue Resolved.
Create A Web Dynpro Abap Iview and add the following to it.
1)Application name
2)Application Parameter
3)Configuration Name

HelpFul LInk :

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90554d94-e3a3-2e10-a296-8be64036c...

Answers (0)