PCUI: Application "jumping" to top

Hi altogether,
I have a problem with a selfmade PCUI application: On the screen, detail views 1 and 2 are displayed, each one with several tabs. Therefore, the screen is too small to display the whole application. To see the detail view 2, one has to scroll down.
The problem: If I want to switch the tabs on detail view 2, the application jumps up to the top of the page, and the user has to scroll down again to see detail view 2.
Which mechanisms are responsible for this jumping? Error messages (via GET_MESSAGES) aren't displayed.
Thanks for your help,
Sven

Hi Gregor,
I am sorry, but this seems not to be correct. If I try to use a standard PCUI application (like Business Partner view, application COMM_BUPAR), I can select the tabs on ODC2 in a scrolled-down window without the window jumping to the top.
I don't know where the differences are between this standard application and my application, but the "jumping" behaviour seems not to be "standard".
Greetings, Sven

Similar Messages

  • 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

  • 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

  • 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

  • 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 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

  • 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

  • New field appears inactive in PCUI application

    Hi all,
    I create a new field "ACTIVITY_PARTNER_LIST" in the field group "OPP_OVERVIEW_PARTNER_50", in Opportunities PCUI application, with all required information. This field exists in the same structure that the other fields on this field group.
    But this new field appears inactive in the BSP application. I regenerated the layout, but the field still are inactive.
    Anyone knows what is happening?
    Thanks!

    Hi Bruno Gomes :
    first: check the field attribute "readonly", if is checked please uncheck it. and regenerate the field group.
    second: debuge your MAC class,in read method, please confirm the field attribute value is 'A', if not please add code set it to 'A'.
    Edited by: wang yongshang on Sep 4, 2008 10:33 AM
    Edited by: wang yongshang on Sep 4, 2008 10:34 AM

  • Application jump automatically when I perform a DR situation.

    I am creating a Data Guard with a PROD DB, this database has an application "talking" with it. By the moment I do change of servers, because a failure, Does the application jumps automatically to the new server IP? or I have to change the setting over the application after I put the "standby" up and running?
    I am runnin gunder version 9.2.0.8.0,
    OS Windows 2003.
    Hopefully you will help in clear this doubt.
    Thanks

    Connection strategies are defined in your NET SERVICES files. Have you read the NET SERVICES docs? Have you configured a failover service?
    Go to the PSOUG website (www.psoug.org) and click on LINKS.
    Scroll down to High Availability.

  • Awesome window manager: How to keep application always on top

    Is it possible to keep media player applications always on top ?
    Following is my current configuration.
    { rule = { class = "Vlc" },
    properties = { floating = true, ontop = true } }
    This is working fine whenever I start application. But problem is, if I go to full screen and come back, ontop flag is unset.
    Is there anyway to fix this ?

    shmibs wrote:
    you could probably do something like
    client.connect_signal("property::fullscreen", function(c)
    if c.class == "mplayer" then
    c.ontop = true
    end
    end)
    i haven't tested this, though, so don't be surprised when it fails
    This is working partially. ie, VLC is keeping ontop propery, but video is not going full screen.

  • 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

  • Copy of PCUI application

    Hi all,
    1) I want to create a PCUI application only for the BP role "Prospects", like the "Competitors" application (CRMM_COMPETITOR).
    Can I copy the "Competitors" application, making changes to the application return only the "prospects" in search result?
    What i must do exactly? Should I create new structures, new classes...? I am new in BSP programming.
    2) Can I make the same thing for custom roles?
    Thanks!
    Bruno

    Hi,
    Please see this post
    Apex Document Management System
    You can download old packaged apps from Oracle Chines site =)
    Regards,
    Jari

Maybe you are looking for

  • Credit memo release

    Dear All, In our business scenerio, credit memo is raised and after taking approval as release strategy is there invoicing is done after 3-4 months, at that point of time system is showing error that posting period is closed, which is a standard proc

  • Solution manager4.0  error at point of import java dump.

    hi gurus, While installing solution manager 4.0, I am getting error at point of import java dump. for any suggestions appreciated. OS  :  windows 2003 server Sql  : SQL 2005 server log file: java version "1.4.2_13" Java(TM) 2 Runtime Environment, Sta

  • CSS 11050 Load Balancing with Single VLAN (no NAT)

    We have several CSS 11050's in use on our network, cheifly for load-balancing web servers. In a test network I've set up, I've configured our test servers' IP addresses and our load-balanced IP address to be on the same subnet. This way our developer

  • I am need to disable an auto start program on my iTunes on my mini Mac

    I am need to disable an auto start program on my iTunes on my mini Mac

  • Packaging a third party jar

    Hi, I need to package a third party jar and export as a jar File using eclipse 3.1? Can you please explain step by step in brief. Thanks,