PCUI application URL

Hello,
I need to incorporate a PCUI approval screen into workflow.  Here is the URL for PCUI screen for object 13, and event zcwfe_approvewo. 
http://server:8000/sap/bc/bsp/sap/crm_bsp_frame/entrypoint.do?appl=ZCWFAP_FI_MGR_APPRVL&crm_appl_event=ZCWFE_APPROVEWO&crm_appl_object_id=0000000013
To generate a webflow task, I cannot have variables in the URL.  So, my initial URL would be http://server:8000/sap/bc/bsp/sap/crm_bsp_frame/entrypoint.do?appl=ZCWFAP_FI_MGR_APPRVL. 
Workflow has ability to pass parameters. 
Does anyone know how a PCUI application can receive these variables and then build desired URL? 
I know I can create a standard BSP page that would receive these parameters, build URL and call it but it doesn't seem like very elegant solution.
Please provide your input and suggestions.
Thanks,
Natasha

Hi Natasha,
if am not mistaken, your question was about generating a url passing some parameters to it. If that is what is required, you can collect all the parameters you wanted to have in URL in this way and use the FM. Here is a sample code.
concatenate 'crm_bsp_frame/entrypoint.do'
            '?appl=ZCWFAP_FI_MGR_APPRVL'
            '&CRM_APPL_EVENT=zcwfe_approvewo'
            '&sap-syscmd=nocookie&CRM_appl_OBJECT_ID='
             object_id into appl_url.
CALL METHOD CL_BSP_RUNTIME=>CONSTRUCT_BSP_URL
    EXPORTING
      IN_APPLICATION = appl_url
    IMPORTING
      OUT_ABS_URL    = BSP_URL.
BSP_URL has the URL what u require. Let me know if this helps you.
Best regards,
Shailaja

Similar Messages

  • Passing data from PCUI application to BSP page

    Hi,
    From CRM PCUI application, a BSP page is called for displaying a report. The behaviour of the report has to be different based on a data (field value) in the PCUI application.
    How can I pass the data from PCUI application to the BSP page?
    Thanks & Regards
    G.Raja

    Hi Gregor,
    The weblog was very useful. Thank you.
    In the current scenario, in the PCUI application there is a button, on clicking which a bsp page is displayed. This is implemented via the Navigation (URL generation) in CRMC_BLUEPRINT table. In the BSP page, on entering the details and clicking on a button, different APIs have to be called based on a flag. The flag is set in PCUI application but I couldn't pass the information from there to the BSP page. Can you please let me know how I can achieve this.
    Thanks & Regards
    G.Raja

  • How to call a pcui application

    Hi,
    i try to call a pcui application from another web application.
    i tried to call the product app for displaying a specific product like this:
    http://server:8080/sap/bc/bsp/sap/crm_bsp_frame/entrypoint.do?appl=CRMM_PRD_SALES&blview=ZPROD_MAN&sap-syscmd=nocookie&CRM_OBJECT_TYPE=PRODUCT&CRM_METHOD=DEFAULT&CRM_OBJECT_ID=0000000000000000000000000000000010770029
    but it just shows the empty product application. there's no product selected.
    Any ideas?
    regards,
    Jens

    Hi Jens,
    You need to try to pass the following in the URL
    BORTYPE=PRODUCT
    BORKEY=0000000000000000000000000000000010770029
    I'm not sure if we need this..
    CRM_OBJECT_ID=0000000000000000000000000000000010770029
    Please have a look at CL_CRM_BSP_FRAME_MAIN
    DO_INIT method this will be reading all the query fields passed in the URL.
    DO_REQUEST search for convert_from_bor ( line 199 roughly)
    have a break point in do_init as well as do_request , you will be able the see whats happening.
    regards,
    Vijaya Kumar M.
    Message was edited by: Vijaya Kumar
    Message was edited by: Vijaya Kumar

  • How to view the PCUI application  from CRM system

    Hi
    I am new to CRM  can anyone tell me how to open the PCUI application in CRM system  .what is the transaction code to view the PCUI application for the lead and opportunity transactions. cany anyone tell me step by step process to view.
    regards
    Rohit

    HI
    The People centic user interface is the user interface layer where the end user process the crm transactions etc.
    go to SE 80 transaction and select the application as BSP application becouse pcui is bsp based views. type crm_bsp_frame under the application field and you will get folders select the select.htm folder and right click on the mouse and click on test then you will get the popup window enter the crm system user id and password you will get the pcui floor plan for entire crm applications in the browser select the lead and opportunity transaction floor plan click on the new floor plan option. then the new popup window will open and finally you will see the lead transaction or opportunity transaction pcui view to work on . these pcui views url will inturn you can assign to the enterprise portal to log on to single sign on to EP and access the pcui application for crm marketing sales and service module areas as well along with the contact and account mangement for business partners creation screen.
    please do reward points if helpful
    Dinaker vikas

  • How to disable caching for pcui applications

    Somehow the PCUI applications are cached and when we go to some opportunity and come back to the previous one,
    we can still see the changed data which is not actually saved to the Box but if we refresh the page it will go off.
    If we click on save, and if it has some error ,it wont save the opportunity but the changed data remains in the page something like Work protect in Portal.Couldnt find any options in portal and disabling cache for Iview didnt help.How can we disable the PCUI or Sever cache so that the unsaved data goes off..
    George

    Hello George,
    This can be done in two ways, one you can use transaction CRM_BSP_STATE_
    ERASE and delete all the previous states.
    Otherwise please append crm_bsp_restore=FALSE in the URL. This is
    explained in SAP Cookbook. Please have a look at the same. Kindly let
    me know for more information on the same.
    This issue  happens
    because of state manager which saves the state for individual
    application and individual user . This can be switched off by adding
    a URL parameter "CRM_BSP_RESTORE=FALSE" in the query string.
    Kindly please reffer the cook book for further  detail.
    Can you please try this & check if this helps.
    Thanks & Regards,
    Bhavya

  • Debugging of an PCUI Application

    Hi Gurus,
    how can I debug an PCUI Application. As I want to get into the functionality of Model Access Class.
    Thanks in advance for all answers and solutions
    Stephan

    Hi Thirumala,
    thanks for your solution. I forget to extend my Application URL in the Portal with the parameter analyze=X. Here is the url:
    appl=ZJ_CRMD_BUS2000111&version=1&view_mode=L&blview=ZJUNG_VIEW&analyze=x&sap-syscmd=nocookie
    Afterwords I set an external Breakpoint in the READ method - i could debug my application.
    Thank you very much!
    Stephan

  • Urgent: need help in creation of a simple PCUI application

    Hi Experts,
        I am new to this PCUI. i need the help of urs.
    My requirement is
    >>>>To create a simple PCUI application.This contains a Search and Result list.
    >>>>Then i have to find the BSP coding or the HTML coding for the the PCUI
      application.
    >>>Can anyone please tell me the detailed steps for creating a simple PCUI application that displays the search and a result list???
    >>>Then how can i find the BSP coding or script(such as HTML,XML..) coding used for the  application.
    Pls help me , its urgent.... If anyone have any kind of useful documents pls mail me in my id <b>[email protected]</b>
    Thanks & Regards
    Sudhansu

    Hi Experts,
    I am new to this PCUI. i need the help of urs.
    My requirement is
    To create a simple PCUI application.This contains a Search and Result list.
    Then i have to find the BSP coding or the HTML coding for the the PCUI
    application.
    Can anyone please tell me the detailed steps for creating a simple PCUI application that displays the search and a result list???
    Then how can i find the BSP coding or script(such as HTML,XML..) coding used for the application.
    Pls help me , its urgent.... If anyone have any kind of useful documents pls mail me in my id [email protected]
    Thanks & Regards
    Preethika

  • Flash contents not being displayed on the published Apex application URL

    I've had to publish one of my apex application through an bluecoat proxy to reach my Oracle HTTP server. It works fantastic for everything - except my flash charts. Flash contents are not getting loaded.Issue is only in the published application URL,the same application is working fine internally without proxy.
    Does anyone have any idea why this is failing and how I might fix this?.The bluecoat support enginner is having the following findings
    I am seeing some strange behavior when the browser goes through the
    proxy vs when it does not.
    When the browser uses the proxy the last thing it requests is the
    following(packet 354):
    GET /i/themes/theme_20/btn-bg.gif HTTP/1.1 Via: 1.1 GITS6ISA Cookie:
    WWV_CUSTOM-F_941005998277888_193=7DE31ABFD8D9E680 User-Agent:
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.19)
    Gecko/2010031422 Firefox/3.0.19 GTB7.1 (.NET CLR 3.5.30729) Host:
    ithelpdesk.anupcomp.ae Accept: image/png,image/*;q=0.8,*/*;q=0.5
    Accept-Language: en-us,en;q=0.5 Accept-Charset:
    ISO-8859-1,utf-8;q=0.7,*;q=0.7 Referer:
    http://ithelpdesk.anupcomp.ae/i/themes/theme_20/theme_3_1.css
    X-Forwarded-For: 86.98.85.117 Cache-Control: max-stale=0 Connection:
    Keep-Alive X-BlueCoat-Via: E2DE37912594ECAA
    HTTP/1.1 200 OK ETag: "1a887e1-92-4c2c5105" Content-Type: image/gif
    Last-Modified: Thu, 01 Jul 2010 08:25:41 GMT Server:
    Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server
    OracleAS-Web-Cache-10g/10.1.2.0.2
    (G;max-age=3600+360;age=0;ecid=121853469393,0) Date: Tue, 25 Jan 2011
    07:52:55 GMT Accept-Ranges: bytes Content-Length: 146 Connection:
    Keep-Alive Age: 0
    That is the browser requests
    http://ithelpdesk.anupcomp.ae/i/themes/theme_20/btn-bg.gif and gets a
    200 ok from the proxy/server.
    When the browser does not use the proxy I see the following
    behavior(packet 2783):
    The browser requests
    http://anupserver:7777/i/themes/theme_20/btn-bg.gif 2 times, each time
    the server responds with a 304 not modified status, this means the
    browser has the most recent copy of the .gif file. The browser finally
    does a post to http://anupserver:7777/pls/apex/wwv_flow.accept. Given
    that the browser gets a 200 ok response from the proxy when requesting
    http://ithelpdesk.anupcomp.ae/i/themes/theme_20/btn-bg.gif and then
    stops requesting data, we need to understand why the browser is behaving
    differently without the proxy(i.e. why does it request the content 2
    times and why is it doing the post). The interaction between the
    browser and the proxy appears normal, a 200 ok response with content is
    normal, why does the browser stop requesting content?
    GET /i/themes/theme_20/btn-bg.gif HTTP/1.1 Accept: */* Referer:
    http://anupserver:7777/pls/apex/f?p=193:1 Accept-Language:
    en-us,ar-ae;q=0.5 Accept-Encoding: gzip, deflate If-Modified-Since: Thu,
    01 Jul 2010 08:25:41 GMT If-None-Match: "1a887e1-92-4c2c5105"
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET
    CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152;
    .NET CLR 3.5.30729) Host: anupserver:7777 Connection: Keep-Alive
    HTTP/1.1 304 Not Modified Date: Sun, 13 Feb 2011 12:42:01 GMT Server:
    OracleAS-Web-Cache-10g/10.1.2.0.2 Content-Type: text/html Connection:
    Keep-Alive Keep-Alive: timeout=5, max=999 Content-Length: 0
    GET /i/themes/theme_20/btn-bg.gif HTTP/1.1 Accept: */* Referer:
    http://anupserver:7777/pls/apex/f?p=193:1 Accept-Language:
    en-us,ar-ae;q=0.5 Accept-Encoding: gzip, deflate If-Modified-Since: Thu,
    01 Jul 2010 08:25:41 GMT If-None-Match: "1a887e1-92-4c2c5105"
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET
    CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152;
    .NET CLR 3.5.30729) Host: anupserver:7777 Connection: Keep-Alive
    HTTP/1.1 304 Not Modified Date: Sun, 13 Feb 2011 12:42:02 GMT Server:
    OracleAS-Web-Cache-10g/10.1.2.0.2 Content-Type: text/html Connection:
    Keep-Alive Keep-Alive: timeout=5, max=999 Content-Length: 0
    POST /pls/apex/wwv_flow.accept HTTP/1.1 Accept: image/gif,
    image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash,
    application/vnd.ms-excel, application/vnd.ms-powerpoint,
    application/msword, application/x-ms-application, application/x-ms-xbap,
    application/vnd.ms-xpsdocument, application/xaml+xml, */* Referer:
    http://anupserver:7777/pls/apex/f?p=193:1 Accept-Language:
    en-us,ar-ae;q=0.5 Content-Type: application/x-www-form-urlencoded
    Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE
    6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR
    2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Host:
    anupserver:7777 Content-Length: 262 Connection: Keep-Alive
    Cache-Control: no-cache

    Hello Orton,
    I think this has something to do with network access, may be a firewall restricting access to the server.
    Thanks,
    Machaan

  • Step by step instructions to create a Simple PCUI Application

    I am very new to PCUI and have been trying to get a simple application up and running for the last few days. There always seems to be some problem or the other. At times it gives a dump, at times it gives me a screen without the search request or search result area and when i get all of these done, my application just does not invoke the Query method.
    I would appreciate it if you could give me Step by Step instructions to create a simple PCUI application to search for some data from an existing database table and display it.
    Thanks in advance!!!

    Hi Mithun
    You can also download the PCUI Cookbook from:
    http://service.sap.com/instguides -> my SAP Business Suite Solutions -> my SAP CRM -> my SAP 2005. The title is PCUI Book for CRM 2005.
    The direct link is (which may change so I recommend that you follow the menu path) https://websmp209.sap-ag.de/~sapidb/011000358700001093962006E/PCUIBook50_06.pdf
    Refer the following weblog
    /people/vijaya.kumar/blog/2005/06/10/people-centric-user-interface-pcui--getting-started
    Hope this will help
    Regards,
    Rekha Dadwal
    <b>You gain a point for every point that you reward. So reward helpful answers generously</b>

  • Hiding Tabs in PCUI application on Runtime

    Hi.
    I'm looking forward to hide a tab in a PCUI application during Runtime but i'm getting the following bahiviour:
    Let's assume i have 20 tabs and i don't want the TAB 15 to be displayed. I've used the method CHECK_ACTIVE_TABSTRIP in TAB 1 in order to delete from the list TAB 15 and "great" -
    > that works !  :-D  but..... as soon as i switch to TAB 2, TAB 15 is displayed again !!!!! does it mean that i have to redefine such method in all the MAC's and place my code for hiding the tab ?????? isn't there a BADI or kind of ? that doesn't make sence to me.
    Thanks.
    Armando Rodriguez.

    This is how it works in PC-UI...
    You can implement the logic in one method and call this in all MAC's...
    Enjoy....
    Raj

  • How to create a Z BlView for a PCUI application

    Hi can someone tell me the steps to copy and create new Blview for a PCUI application. I'm working with CRM5.0 and need to create a new view for Products Pcui Application.
    Regards
    -Rece

    There are free programs for sure that create exe from jar. Unfortunately I forgot the names. Google it. And you can just add some crap (forgot which) in manifest file that will make jar itself executable
    Edited by: javiator on Jun 27, 2008 7:52 AM

  • Unable to pass flashvars in application url in Flex 4.5.

    I am creating an application in which I have to pass variable in application URL like http://localhost/Test/test.html?name=testUser
    It works fine in flex 3.5 and can be read using Application.application.parameters['name']. But with flex 4.5 it is not detected unless declared in html wrapper.
    Problem is, since requirement changes dynamically so somehow its not possible to determine all parameters user want to use so can't be declared in html wrapper.
    Is there any work around for reading flashVars directly from application URL ? how about using browserManager's fragments for solving this problem??

    I am creating an application in which I have to pass variable in application URL like http://localhost/Test/test.html?name=testUser
    It works fine in flex 3.5 and can be read using Application.application.parameters['name']. But with flex 4.5 it is not detected unless declared in html wrapper.
    Problem is, since requirement changes dynamically so somehow its not possible to determine all parameters user want to use so can't be declared in html wrapper.
    Is there any work around for reading flashVars directly from application URL ? how about using browserManager's fragments for solving this problem??

  • Hotkeys or shortcut assignment in CRM PCUI application

    Forum post in Portal Content Development: CRM 5.0 PCUI - Assign HotKeys to PCUI application
    /message/2412531#2412531 [original link is broken]
    Has anyone done Assigning hotkeys or shortcuts (CTLN for New Account, CTLS for Save likewise )to CRM PCUI applicatoin. ex: CRMM_ACCOUNT ?

    Hi Ravikanth,
       In PCUI 5.0 Cookbook, there isnt this concept of hotkey.
    Regards.
    Manuel

  • PCUI Application & i views  for Audit management in CRM

    Hi Experts,
               Is there any PCUI application for Audit Management in CRM 5.0.
    We are trying to Implement Audit Management transactions in Pcui.
    Regards,
    Basavaraj Patil.

    Hello,
    We are trying to implement an absolutely similar scenario. Request you to send me any helpful links if you have some.
    Thanks
    Priyanka

  • How to set active tab in PCUI application

    Hi,
    we are using PCUI application for activity management. We are also using surveys.
    If a user selects an existing activity from the search result list instead of tab "Details" the tab "Survey" should be set as default.
    I found out that the event behind is ACT_SURVEY. But how and where can I raise this event?
    Regards,
    Sina

    Hello Adil,
    I tried your suggestion. Doesn't work.
    When I add the survey tab via customizing on a position lower the 010 (details tab) then I get an exception from the onlayout method.
    So I tried to change the position via method check_active_tab. This works, survey appears at first position. But the details tab keeps choosen although it is the second tab now. When I chose the survey tab it changes its position to the original position.
    Do you have any other idea? Is there a way to invoke the event act_survey?
    Kind regards,
    Sina

Maybe you are looking for

  • Inbound Idoc question

    Hi, I have an inbound IDOC for creating sales order. my reqeuirment is at item level segement which has many fields and three fields from this list( plant, stor.loc and shipping point) will be blank. We want to derive these fields from a Z table and

  • HOW TO CHANGE QTY IN P.O ?

    Dear All ,                       user had made a P.O for qty 2.0 ton out of which 0.99 ton has been rcvd , here is no tick on del comp.l ind , now user wants to change the qty from 2.0TON to 2.998 TON as he is in change mode of P.O but qty field is G

  • Printer Profiles for Epson R260

    I need to download UCC Printer Profiles for my Epson 260. But the website doesn't list any. It does show profiles for the R2200. Where are they?

  • File Not Found / Fade Update Failed Error -43

    I have been getting two errors all of a sudden when instigating playback in the Arrange window in Logic 9. File Not Found Result Code -43 and Fade Update Field Error -43 I have googled information on this and have tried the following: Used "Save As"

  • A non-numeric character was found ...  iAS 8 & ora 8.1.6

    I have a problem in iAS 8 and Oracle 8.1.6 under windows 2000. The problem is calling nested packages using plql gateway, I mean I call one package and it call's another package, this operation throws " a non-numeric character was found where a numer