cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP WebDynpro iView in Portal

Former Member
0 Kudos

Hi Guys,

              I create a ABAP WebDynpro iView in the Portal.

When I do preview, I am getting an error that iView can't be find.

When I look at the link from Portal, there is a addition of SAP on the link. for example

http://xcorp.com/SAP/test_view

where as if I run directly from ECC, The link is

http://xcorp.com/test_view


and it works fine.


how I will avoid the name space being added to the original link of WebDynpro..?


Thanks

Sam

Accepted Solutions (1)

Accepted Solutions (1)

anil_kumar259
Active Contributor
0 Kudos

Hi Sam,

    Which version of portal your using ???

    Is it a standard WdABAP application or Custom WDABAP application??

Regards,

Anil

Former Member
0 Kudos

Hi Anil,

            Its a standard WebDynpro.

Cheers

Sam

anil_kumar259
Active Contributor
0 Kudos

Hi Sam,

   Is that WDabap iview related to ESS&MSS??

Can you please paste the screenshot of the error which you are getting ??

You need to check the following for the WDABAP iview

1.Check the system object connection which connects to the beckend system(ECC)

2.Check the permisssions for the iview which you have created.

3.Check the application name and name space.

4.Check the WdABAP application is activated in the SICF or not.

Please let me know if you need any help.

Regards,

Anil

Former Member
0 Kudos

Hi Anil,

            Here is the actual error.

The URL call http://abcd5.xcorp.com.:1000/sap/bc/webdynpro/sap&//ISSRM/WD_GAF_PE_ISSUE was terminated because of an error.

Note

  • The following error occurred in system RD5 : Web Dynpro application /SAP &/ does not exist
  • The error occurred on application server abcd_RD5_20 and in work process 12 .
  • The termination type was: ERROR_MESSAGE_STATE
  • The ABAP call stack was:
    Method: IF_WDR_RUNTIME~GET_RR_APPLICATION of program CL_WDR_MAIN_TASK==============CP
    Method: CREATE_APPLICATION of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: _HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP

The name space is "sap &" which is causing the error.


when I run it directly from ECC, here is the link

http://abcd5.xcorp.com.:1000/sap/bc/webdynpro/ISSRM/WD_GAF_PE_ISSUE


is there anyway I can suppress namespace being added to the link.


Thanks

Sam

Former Member
0 Kudos

This is a Standard SAP iView with GAF FPM Component.

You have to create an application and Configure new FPM to create iView successfully.

Thanks

Answers (2)

Answers (2)

harsha_jalakam
Active Contributor
0 Kudos

Hi Sam,

Check the namespace you have given while crating the iview. It must be  sap & check you have correctly specified the system in the iview properties.

Regards,

J Harsha

Sriram2009
Active Contributor
0 Kudos