Data of customize BSP in Enterprise Portal is not displayed

Dear All,
I stuck on to find out the solution, in order to display FAQ list in BSP Enterprise Portal by using customer id to logon to Enterprise Portal, need your guide.
Let me explain:
It is customize/own develop BSP application, which is search FAQ (maintain in trxn: crmd_iia_faq) based on product. This is done by calling standard FAQ FM in BSP code, pass in product GUID to retrieve list of FAQs, and display FAQs list in the BSP page. Also, from the FAQ details, call standard Problem and Solution FM to get the details of Problems and Solutions, and then display Problems and Solution in another BSP page.
In the other words, this custom BSP application display data which is maintain in transaction code: COMMPR01, CRMD_IIA_FAQ, and IS01.
Setup in portal to display this iview/BSP application is done, because I manage to access the main BSP page in portal after logon with customer ID.
Difference result:
1.     Run BSP standalone in CRM:
When I execute/run/test this bsp application standalone in se80 after logon to sapgui by using customer id, bsp data is displayed, which is working fine.
2.     When I access/run this bsp through portal after logon portal with customer id, bsp data is not displayed, which is not working correctly.
Things that I had tried:
1.     customer user profile:
•     Tried assign different profiles of customer id, my problem is not solved. I even add SAP_ALL profile to customer ID.
[Result] no BSP data is displayed.
2.     customer user role:
•     standard role, SAP_PCC_CHANNELMANAGER (assign standard role to customer ID):
a.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> Look for standard role in “assignment of crm object method to role” -> get a standard role which is relate to problem and solution: SAP_PCC_CHANNELMANAGER.
b.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> Navigation (URL generation) -> assign portal role to single role -> SAP_PCC_CHANNELMANAGER is assigned to portal role: com.sap.pct.crm.channelmanager.
c.     Go to trxn code: SU01 -> add role, SAP_PCC_CHANNELMANAGER into customer ID.
d.     run the portal and access BSP application
[Result] no BSP data is displayed.
•     Create new role, ZSAP_PCC_CHANNELMANAGER:
a.     go to trxn code: PFCG -> copy standard role, SAP_PCC_CHANNELMANAGER to customize role -> access authorization tab -> look for “authorization for BSP applications” -> change “Application Scenario” and “View for UI display” to “*”.
b.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> Application/Layout -> add new entry to View, view named as Z_ESERVICE.
c.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> add new entries into “assignment of crm object method to role” (copy SAP_PCC_CHANNELMANAGER).
i.     Role:           ZSAP_PCC_CHANNELMANAGER
Object type:      PROBLEMSOLUTION
Method:          APPLICATION
Priority:           62
Implementation type: BSP on Portal Page
Application :     CRMM_SDB_SOL
View:           Z_ESERVICE (also tried without assign any view)
ID Page/Service: pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles/com.sap.pct.crm.channelmanager/com.sap.pct.crm.chm.cma.service_center/com.sap.pct.crm.adm.ei.know_admin.solutions
Portal Context:      Blank
ii.     Role:           ZSAP_PCC_CHANNELMANAGER
Object type:      PROBLEMSOLUTION
Method:          DEFAULT
Priority:           62
Implementation type: BSP on Portal Page
Application :     CRMM_SDB_SOL
View:           Z_ESERVICE (also tried without assign any view)
ID Page/Service:
pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles/com.sap.pct.crm.channelmanager/com.sap.pct.crm.chm.cma.service_center/com.sap.pct.crm.adm.ei.know_admin.solutions
Portal Context:      Blank
iii.     Role:           ZSAP_PCC_CHANNELMANAGER
Object type:      SYMPTOM
Method:          APPLICATION
Priority:           62
Implementation type: BSP on Portal Page
Application :     CRMM_SDB_SYM
View:           Z_ESERVICE (also tried without assign any view)
ID Page/Service:
pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles/com.sap.pct.crm.channelmanager/com.sap.pct.crm.chm.cma.service_center/com.sap.pct.crm.adm.ei.know_admin.symptoms
Portal Context:      Blank
iv.     Role:           ZSAP_PCC_CHANNELMANAGER
Object type:      SYMPTOM
Method:          DEFAULT
Priority:           62
Implementation type: BSP on Portal Page
Application :     CRMM_SDB_SOL
View:           Z_ESERVICE (also tried without assign any view)
ID Page/Service:
pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles/com.sap.pct.crm.channelmanager/com.sap.pct.crm.chm.cma.service_center/com.sap.pct.crm.adm.ei.know_admin.symptoms
Portal Context:      Blank
d.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> Navigation (URL generation) -> assign portal role to single role -> ZSAP_PCC_CHANNELMANAGER is assigned to portal role: com.sap.pct.crm.channelmanager.
e.     Go to trxn code: SU01 -> add role, ZSAP_PCC_CHANNELMANAGER to customer ID.
e.     run the portal and access BSP application
[Result] no BSP data is displayed.
•     Maintain existing customize role, which is used to display Activity:
a.     Go to trxn code: CRMC_BLUEPRINT_C -> layout of UI (PCUI) -> Navigation (URL generation) -> assign portal role to single role, I check the configuration has done in CRM to assign/map this BSP role to portal role.
b.     go to trxn code: PFCG  -> open existing customize role -> access Authorization tab -> click on "change authorization" button -> search existing Application scenario -> add '' inside (also try with certain standard scenario which is relate to product, FAQ, solution, problem) -> search existing view for UI display -> add "".
a.     run the portal and access BSP application
[Result] no BSP data is displayed.
Questions:
1.     Is my problem related to role setup of customer ID?  If yes, can guide me how to create authorization, which is related to product, FAQ, problem, and solution, to customer ID?
2.     Is it possible that my problem cause by missing/wrong portal role setup or wrong mapping between CRM role to Portal Role? If yes, can guide me how to check authorization of customer ID in portal, which is related to product, FAQ, problem, and solution?
3.     Any other reason that cause this problem?

If you know the BSP application name, then you can check this on /SE80 and get the bsp component details.
Regards,
James

Similar Messages

  • Custom Portal Service not displayed under Service Configuration

    Hi All,
    I am working on EP 7.0 SP8.
    SAP Portal is not displaying any custom built Portal Services under Service Configuration tab.
    I checked with the permission, and I am having the required authorization for my service.
    I am not able to find any document on making the custom service available under Service Configutation to start/stop the service.
    Please let me know any reference docs on this.
    -Thanks,
    Pavan

    Hi Pavan,
    > working on EP 7.0 SP8
    Glad to hear that you are not stuck on EP5   No, really, that is older than old... Anyhow:
    > not displaying any custom built Portal Services under Service Configuration tab
    There services are only listed if they are configurable, i.e. if they have a service profile with at least one property (compare http://help.sap.com/saphelp_nw70ehp2/helpdata/en/df/e6b74253ffda11e10000000a155106/frameset.htm). Otherwise it makes less sense to restart a service (normally this is done after changing a service profile parameter).
    Hope it helps
    Detlev

  • Portal application not displaying correctly with frame size 125% in IE

    Dear Expert,
    We are facing issue in Portal (7.0) like, when I open the application "Products Coatings" in myWorkspace with Internet Explorer
    display size 100% the frame "xyz" is displayed correctly:But When I open the application "Product Coatings" in myWorkspace with Internet Explorer display size 125% the same frame is NOT displayed correctly.
    Someone can help me in closing this issue..
    Thanks,
    kundan

    Hi,
    How are you opening your portal application? Is it through iViews? Where are you setting the property as 125%?
    Thanks,
    Mahendran B.

  • Portal favorites not displaying the iview.

    Hi Team,
    We have a home role with a welcome page which is the first role to be displayed to every user logged in to portal.
    Now we have enabled the option "Add to Portal favorites" to the portal objects. So when a report (BI / Bo report) is added to the portal favorites we are able to see the report added to the portal favorites iview. But when we try to access the report directly from portal favorites the link is navigating to the exact report path but not displaying the report instead it is displaying the welcome page of the HOME role.
    When i try to add Identity management iview of the User admin to the portal favorites  and try to aceess it from Portal favorites iview, it navigates to the identity management page but the welcome page is displayed instead of the identity management iview.
    Can you please let me know a fix for this.
    regards
    Bharat

    Hi Team,
    Any ideas on this issue will be very helpful
    regards
    Bharat

  • SAP 3D Visual Enterprise Side Panel not displaying JT file

    We are trying to use the SAP 3D Visual Enterprise Side Panel from transaction CV03N.  The Side Panel display.  However, all of the various sections of the Side Panel are empty.  Any suggestions of how to resolve this problem would be appreciated.
    We traced the interaction between the browser and the server using Fiddler.  We can see a web service call going out to sap/bc/nwbc/nwbc_ext2int.  When we look at the calling parameters (see below), only the Document Number (DOKNR) field is being passed.  Shouldn't the Document Type, Document Part, and Document Version be part of the call?    

    Hi Steven,
    I don't know what version of SAP 3D Visual Enterprise Viewer being used, however please can you make sure you are using the most up to date version and patch level available via the SAP Service Marketplace and reassess the issue above again thanks. If this does not resolve I would advise you to create an Incident in the SAP Support Portal under component CA-VE-VWR (Embedded Viewer)
    Kind regards,
    VE Support Team

  • BI Portal is not displaying Dashboard while Executing from BI Dev System

    HI Friends,
    I have created Dashboard based on Bex Query using SAP Netweaver Connection and published it to BI Dev System.
    it was running good but past 3-4 days it is not working.
    When I am executing it from BI Dev its not showing the output in BI portal.
    its only show initializing part of dashboard.
    please suggest ........
    Regards
    Sanjeev

    has your bex query changed that the dashboard is sourcing its data from? if so, and you have set the connection to "refresh before components load" it will sit at this state until it times out (error handeling is not great).  perhaps worth dropping a refresh button in an trying it without refresh on open - this will rule out (or in) a problem with the data connection.
    Cheers,
    Jeremy

  • SuPM - Data from SAP BW Query(Automatic) and Manual not displayed in KPI

    Dear Forum,
    I am also, currently working on a project implementing BO SuPM Version 1.0. Landscape is ECC -> BI -> SuPM dashboards.
    I have created a KPI in SuPM dashboard.
    Case 1 : Automatic data collection - This KPI is marked for Automatic data collection. So, maintained Scripts with Connectivity and SAP BW Query name. I save this KPI and include in a new report and Run it. There are no records displayed.
    Case 2: Manual data collection - This KPI is marked for manual data collection. So, maintained values in SuPM portal itself. I save this KPI and include in a new report and Run it. There are no records displayed.
    Could you please help me how KPI in SuPM be filled manually and automatically ( from BW Query)?
    Thanks,
    Best Regards
    PhaniRaj

    Dear Phani,
    First of All, you should have a framework created and assign the Core KPI to that framework and specify the frequency of the framework (Say Monthly) and Activate it.
    Upon Activation, if it is a Manual Data Collection, then you should perform Role Assignment ie specifyinfwho would be the Business Contributor & Approver for ur Manual KPI.
    After this, you have to run this program [/SRCORE/DATAREQUEST] in SE38 in the backend system which wil create a data request,
    Later you should login as Business Contributor and go to MY Data Requests and then provide the data for the Month specified. Then login as Approver and under Approvals option, you should Approve the data. Now, you should go to SuPM application and select that Month in the dimension and KPI and then RUN the Report.
    For Automated Data Collection, you should have to initially creata a Query (SAP/ BW) and specify the name of the query in SPRO--> Sustainability Performance Management --> Automated Data Collection --> Maintain Queries (SAP/ BW) -->  Specify that Query name and the Connector ID (SM59).
    Now go for KPI creation and specify the Query name in the KPI and then Assign the KPI to the framework and activate it.
    Upon Activation, You should RUN the program /SRCORE/AUTO_DATA_COLLECT. Now, select this KPI in the report and RUN the report.
    If you perform these actions, you will get the values in the report.
    It can be checked in the backend application, either by checking the Process chain[RSPC] or by checking the Infocube if the data is loaded into the Infocube or not.
    Let me know if you face any problems...
    Regards,
    Raghu

  • ESS Portal - Timesheet not displaying for one user

    Hello, I have a user who has always been able to access their timesheet via the ESS Portal but now when he clicks on the link for his timesheet all that returns is a blank web page.  There are no errors, and it's not a browser issue because no one else is experiencing this issue and we've tried various browsers, all with the same result. 
    We have single sign on set up for the ESS Portal, and there is a role assigned to the user in core for them to access their timesheet via the portal. 
    This role has not been changed, and if it was, it would seem that all users would have been affected.
    Does anyone know what I can check on the backend (HR master data, payroll, etc.) that would effect the timesheet for a specific user?
    As well, is there anything I should check on the portal for this user which would affect the timesheet being displayed? 
    Thank you.

    1. Review if his timesheet is being generated in the back-end (transaction PT61). If the time statement is generated in this transaction, the problem lies in the portal display.
    2. If the time statement is not generated in this transaction, run transaction PT_ERL00 to review if there are any time evaluation errors for this employee. This report will show all error messages generated for each personnel number.
    3. After reviewing errors, grab hold of a time management consultant and have him/her run time evaluation for this employee. Repeat from step 1 again.

  • Oracle Enterprise Manager does not displaying images

    Hi folks, I installed Oracle SOA Suite 10.1.3.0 and after that I did apllied patch 10.1.3.4. The patch was applied successfully, but when I invoke Enterprise Manager all images does not rendered. After analisying I could see that "ascontrol" application has two virtual-path pointing two real-path but it does not exists into file system. Enterprise MAnager console does not load CSS file and images because it.
    I download OC4J 10.1.3.4 standalone version and after configuration I access Enterprise Manager via browser, but OC4J standalone works fine.
    Anyone can help me ???
    Cheers.

    The listener port may be misconfigured,
    You can reconfigure with
    emca -config dbcontrol db
    Enter the following information:
    Database SID: XXX
    Database Control is already configured for the database XXX
    You have chosen to configure Database Control for managing the database XXX
    This will remove the existing configuration and the default settings and perform a fresh configuration
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Listener port number: 1521
    Password for SYS user:
    Password for DBSNMP user:
    Password for SYSMAN user:
    Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ /oracle/product/10.2.0
    Database hostname ................ xxxxx
    Listener port number ................ 1521
    Database SID ................ XXX
    Email address for notifications ...............
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: y
    24.08.2008 01:58:44 oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /oracle/product/10.2.0/cfgtoollogs/emca/EPA/emca_2008-08-24_01-58-01-AM.log.
    24.08.2008 01:58:46 oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    24.08.2008 01:58:57 oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    24.08.2008 02:00:39 oracle.sysman.emcp.EMDBPostConfig performConfiguration
    INFO: Database Control started successfully
    24.08.2008 02:00:39 oracle.sysman.emcp.EMDBPostConfig performConfiguration
    INFO: >>>>>>>>>>> The Database Control URL is http://xxxxx:1158/em <<<<<<<<<<<
    Enterprise Manager configuration completed successfully
    FINISHED EMCA at 24.08.2008 02:00:39

  • Portal is not displayed correctly

    Hi,
    I had Browser Lab and Firebug installed and tried to capture the screen on a web page from intranet. The page consisted of 3 x 2 portals, 3 rows and 2 columns. On the result displayed, the portals were displayed sequentially row by row. Kindly advise.
    Thank you.
    Erin

    Hi Mark,
    Thanks for your response.
    Yes, I used BrowserLab for Firebug extension and chose "Preview Local Source". My screen resolution was 1366 x 768 and browser window was on full screen. By setting the screen resolution to 1024x768, it was still showing 3x2 portal layout and BrowserLad showed sequential content display instead of 3x2. This only happened on page from secured site. I tried on the same page from public site and the portal showed 3x2 portal layout.
    The screenshots of the pages are at: https://picasaweb.google.com/seokhui.ong/BrowserLab?authkey=Gv1sRgCPf0ms-f2YC9-gE.
    First screenshot - Screenshot of public site tested on BrowserLab with Firebug extension.
    Second screenshot - Screenshot of secured site tested on BrowserLab with Firebug extension.
    Have a good day.
    Regards,
    Erin

  • Portal Content not displayed correctly when downloaded as mht file

    Hi,
    When I find interesting articles on SDN (and other Web Sides, too) I normally download them in MHT format (Web Archive) to be able to read them offline.
    Technically, the download of SDN articles via MHT format works without any problems but when opening them I get a blank article page (the header and banner is available)
    Is there something wrong with my IE8 settings (I had the same issue also with older IE versions) or is this an issue caused by the format used by SDN?
    Thanks,
    Klaus

    Hello TS,
    As you mentioned you have created Custom Woekset.
    Have you assigned Page to your custom Workset?
    can you double check and Make sure that your Page contains iView.
    Are you able to Preview the page? t is your content loading in the page as expected.
    If yes open the your Custom WS Trace your page and then trace your iView check PCD locations. Check  Is it going correct your iView and pages.
    BR
    SS

  • Am exporting html table containing images data into pdf and after exporting images are not displaying in pdf document.

    Hi all,
             I trying to export html table which contains images into pdf through java script but after downloading pdf file am unable to see images.Is this problem with plugins are any other.Can any one help me out from this.
    Thanx in advance.

    Another option will be
    window.print(); as pdf. 
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • URGENT HELP... why my portal is not displaying ne page...please

    this is what my gateway shows...
    please tell what is the problem...
    Wed, 23 May 2001 18:14:10 GMT
    No DAD configuration Found
    DAD name:
    PROCEDURE :
    URL : http://et-wks-01.esstec.lhe:80/pls/gateway
    PARAMETERS :
    ===========
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Apache/1.3.12 (Win32) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.22
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=80
    SERVER_NAME=et-wks-01.esstec.lhe
    REQUEST_METHOD=GET
    QUERY_STRING=
    PATH_INFO=/gateway
    SCRIPT_NAME=/pls
    REMOTE_HOST=
    REMOTE_ADDR=192.168.45.1
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=
    HTTP_CONTENT_LENGTH=
    HTTP_CONTENT_TYPE=
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
    HTTP_HOST=et-wks-01
    HTTP_ACCEPT=*/*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=ssnid=727902
    Authorization=
    HTTP_IF_MODIFIED_SINCE=
    null

    This means that you dad configuration has not been done. You need to add a DAD entry at:
    http://et-wks-01.esstec.lhe:80/pls/admin_/gateway.htm
    null

  • Activities not displayed thrugh portal

    Hello everybody,
    I have created some activities from 7/06/06 to 22/06/06.When i am trying to view them in activity moniter through Enterprise portal ,its not displaying the activities from 14 to 22/06/06 date.
    When i checked themin CRMD_BUS2000216, the activities are displayed.
    So plaese help me.
    Regards,
    divya

    Hi Divya,
    is the user correctly assigned in the org management?
    Regards
    Gregor

  • Running  BDC in 'A' mode when called from Enterprise portal

    HI All,
    I have created a RFC which contains a BDC program that update data in SAP R/3. The RFC is called from Enterprise portal. Is it possible to run the rfc in A(all screen display) mode while calling from EP. I have tried it but it gives following 2 errors on EP
       cm_no_data_received
       rfc_error_communication
    what changes i have to do so that i can run the BDC in 'A ' mode  when called from Enterprise portal

    it would not be related to EP administration issues but something to do with GUI usage. it is loggically fare enough not to give options of viewing the debug screen in as it might concern security issues inway the data could be edited at any point of time. Moreover the screens u see in R3 are ABAP but whereas in EP it is purely based on Java and the calls to SAP is done via JCO thus enabling ABAP functionalities in EP. Maybe for these technical reasons or constraints it wont be possibel to view the screen in EP eventhough u had ext.bp activated

Maybe you are looking for

  • Problems - application crashes on startup on iOS

    iphone 5 ios6.1, bought Photoshop Touch from itunes. when i try to start it remain freezed on the blue starting screen with the PS Photoshop Touuch logo. tried already to install again, to respring, but nothing happens...please help!

  • Trigger BPM from R3 workflow

    Hello @all, i have the following idea of scenario: After creating a quality notification (QN) in R3 a BPM on XI-server should start, getting the BO of the QN. My question is how can the workflow in R3 start the BP in XI and also how to send the BO fr

  • Solid State Drive for Mini 210-4150NR

    I would like to upgrade my Mini 210-4150NR to a Solid State Drive.  I can figure out which SSD drive will work. Any suggestions?

  • Find SP used for dequeing

    Hi All, I am using ORACLE 10g. i am using AQ/Deque in my application. I want to know the list of procedures that are listening to a queue. sample script for registering such one procedure is: BEGIN dbms_aq.register ( sys.aq$_reg_info_list( sys.aq$_re

  • Require the sun ONE portal server6.0 windows version URL

    Hi If anybody knows the sun ONE portal server 6.0 for windows down loadable version, please let me know the URL. Regards Senthil.