Calling Area Pages

Hi,
         I have developed a WD4A application with 4 views. In the last view i have 2 URL elements that should be link back to the orginal Area Page ( for eg. Home Page ) while running in the Protal. Is there any way we can pass the URL of the Home Page ( Area Key ) to the URLUI Elements of the last view. Any examples would be very helpfull.
Thanks,
Kumar.

Hi Sergio,
Thanks for your reply. The problem is with the authorisation profiles attached for my user in the back end. The roles were attached but not generated. It is giving some error while generation. So one problem is solved.
But somehow the "Benifits and payment" area is missing from the overview page, it is missing from the standard role as well my custom role. Everything seems to be correct in IMG, but still it is not reflecting.
Area group page is
SAPDEFAULTESS_ERP2005
Area is EMPLOYEE_BENEFITPAY_ERP2005
Assign areas to area group is correct.
Define sub area : EMPLOYEE_BENEFITPAY_SUBBENEFITS_2005
Assign sub areas to areas
EMPLOYEE_BENEFITPAY_ERP2005     EMPLOYEE_BENEFITPAY_SUBBENEFITS_2005     1
EMPLOYEE_BENEFITPAY_ERP2005     EMPLOYEE_BENEFITPAY_SUBPAYMENT_2005     2
Assign services to subareas
EMPLOYEE_BENEFITPAY_SUBBENEFITS_2005     EMPLOYEE_BENEFITPAY_BENREQ_KR05     10
EMPLOYEE_BENEFITPAY_SUBBENEFITS_2005     EMPLOYEE_BENEFITPAY_EXPINFO_KR05     12
EMPLOYEE_BENEFITPAY_SUBBENEFITS_2005     EMPLOYEE_BENEFITPAY_GENERIC_ENROLLMENT05     2
EMPLOYEE_BENEFITPAY_SUBBENEFITS_2005     EMPLOYEE_BENEFITPAY_MEDEXP_KR05     11
EMPLOYEE_BENEFITPAY_SUBBENEFITS_2005     EMPLOYEE_BENEFITPAY_OPEN_ENROLLMENT05     1
EMPLOYEE_BENEFITPAY_SUBBENEFITS_2005     EMPLOYEE_BENEFITPAY_PARTOVERVIEW05     3
EMPLOYEE_BENEFITPAY_SUBBENEFITS_2005     EMPLOYEE_FLEXBENS_OPEN_ENROLLMENT     4
EMPLOYEE_BENEFITPAY_SUBBENEFITS_2005     EMPLOYEE_FLEXBENS_PARTICIPATION     5
EMPLOYEE_BENEFITPAY_SUBBENEFITS_2005     EMPLOYEE_FLEXBENS_PRINT_FORM     6
EMPLOYEE_BENEFITPAY_SUBBENEFITS_2005     EMPLOYEE_FLEXBNES_GENERIC_ENROLLMENT     7
I am really not able to find where is the issue. Could please check the above entries?
Note: It was working, after I made changes it disappeared.
Cheers
Jayanthi

Similar Messages

  • Iview calls new Page on Content Area

    Hello Everybody,
    I have a Page with 3 Iviews on it, and would like that an Iview call a new Page.
    Wich means, I have Iview 1,2,3 on Page A and if you trigger a link on of these Iviews a new Page B should be loaded.
    All I got is that the Page loaded in the Iview itself. Is there an opportunity to change that behavior, to call a Page B from an Iview that reloads the content area with a Page B?
    Thanks in advanced,
    Marcus

    Hi Marcus,
    you can call EPCM.doNavigate with the PCD target, see https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/enterprise portal client.pdf
    Hope it helps,
    Detlev

  • How can I call a Page Process from the Select statement for Report Page

    I'm able to call a javascript using the below:
    img src="#IMAGE_PREFIX#add2.gif" border="0" alt="Icon 4" onClick="javascript:add_connect1('||CPORT.ID||')"
    But Now,
    I'd like to accomplish (2) New things:
    1. instead of using,....... onClick="javascript:add_connect1,
    I'd like to call a Page Process, onClick=
    2. I'd like to be able to call two different processes onClick.
    a. onClick="javascript:passBack('||ID||')"
    b. onClick= <Please see my question #1 above>
    Can someone please help me with the syntax for this,
    If indeed it can even be done?
    Thanks- Gary

    Greg.
    It seems that my situation is the one you describe in you second paragraph, where you mention:
    you could then add the ID column value as a parameter to the javascript functionBut,
    I do not know how to reference the variable in my javascript nor how to use it in my on-demand process.
    If you can hellp me past this last little bump, then I think I will be able to use these skills in Sooo many different areas of my design.
    Here's what I've got so far:
    A. In the select statement I identify the javascript as:
    onClick="javascript:connect_port('<font color=blue>''||ID||''</font>')";
    B. In my javascript I have this:
    <script language="JavaScript" type="text/javascript">
    function connect_port(ID)
    var get = new htmldb_Get(null,$x('pFlowId').value,'APPLICATION_PROCESS=CONNECT_PORT',0);
    gReturn = get.get();
    get = null;
    </script>
    C. In my on demand function I have this:
    BEGIN
    INSERT INTO CCONNECTIONS_B
    BLDG_ID,CLST_ID,PORT_ID,STRAND_ID
    ) VALUES
    :P2004_BLDG_ID,:P2004_CLST_ID,:P2004_PORT_ID,:P2004_STRAND_ID1
    END;
    You can see that I dont know how to use the value for 'ID' in either the javascript or the On-Process function.
    If you can help me out with this one, Then I can imitate it for the rest.
    -Gary
    Edited by: garyNboston on Apr 3, 2009 6:44 AM
    Edited by: garyNboston on Apr 3, 2009 6:44 AM
    Edited by: garyNboston on Apr 3, 2009 6:45 AM
    Edited by: garyNboston on Apr 3, 2009 6:47 AM

  • Calling different pages in smartforms

    Dear Friends,
    I need one solution in smartforms, i need to print the different labels in my smartform. For example i have to print three labels
    and one normal layout. Three labels means having some fixed data of three rows maximum and these labels repetatively i need to print based on some conditions those conditions i am doing in driver program itself.
    For example assume first label i need to print 2 times,second 2 times and third 14 times then final layout contains header and items  section as usual.
    So here in the first page only i need to print first label then i have to call the new page to print second label then i have to call the
    new page to print third label as there are 14 labels in third page i have to print 9 labels and in the fourth page i have to print remaining  5 labels and i need to call new page to print the last section, the last section is like normal layout there mainwindow and everything is there.
    Please help me to handle this scenario.
    Any help will be highly appreciated.
    Thanks a lot in advance.

    This approach to make call from SAPscript. Its concept is similar to make call to a subroutine in another program. I would presume you understand how to use USING and CHANGING parameter. =)
    SAPscript -
    /: Perform get_date in program z_at_date
    /:    using &p_year&
    /:    changing &new_date&
    /: endperform.
    program z_at_date -
    form get_date TABLES rec_in  STRUCTURE itcsy
                                    rec_out STRUCTURE itcsy..
    DATA:
       v_year type char10.
    sap script and subroutine uses itcsy structure to transmit parameters
    first parameter is incoming while second parameter is out going
    their function is like an internal table with header line
    all data types between SAPscript and subroutine are string.
    so, you might need additional conversion.
    read incoming parameter with exact name from SAPscript
      READ TABLE rec_in WITH KEY name = 'P_YEAR'.
      IF sy-subrc EQ 0.
        v_year = rec_in-value.
      ENDIF.
    to return value, use the exact name on the second structure
        CONCATENATE v_year v_year INTO v_year.
        READ TABLE rec_out WITH KEY name = 'NEW_DATE'.
        IF sy-subrc EQ 0.
          rec_out-value = v_year.
          MODIFY rec_out TRANSPORTING value WHERE name = 'NEW_DATE'.
        ENDIF.
    endform.
    Hope this helps =)

  • Calling different pages in a single sap script based on conditions?

    Hi All,
             Can anyone please give me an example of how to call different pages in a single sap script based on condition. Eg., i need to call 5 differnet pages from a single sap script based on 5 company codes.
    Please help
    Regards
    Priya

    This approach to make call from SAPscript. Its concept is similar to make call to a subroutine in another program. I would presume you understand how to use USING and CHANGING parameter. =)
    SAPscript -
    /: Perform get_date in program z_at_date
    /:    using &p_year&
    /:    changing &new_date&
    /: endperform.
    program z_at_date -
    form get_date TABLES rec_in  STRUCTURE itcsy
                                    rec_out STRUCTURE itcsy..
    DATA:
       v_year type char10.
    sap script and subroutine uses itcsy structure to transmit parameters
    first parameter is incoming while second parameter is out going
    their function is like an internal table with header line
    all data types between SAPscript and subroutine are string.
    so, you might need additional conversion.
    read incoming parameter with exact name from SAPscript
      READ TABLE rec_in WITH KEY name = 'P_YEAR'.
      IF sy-subrc EQ 0.
        v_year = rec_in-value.
      ENDIF.
    to return value, use the exact name on the second structure
        CONCATENATE v_year v_year INTO v_year.
        READ TABLE rec_out WITH KEY name = 'NEW_DATE'.
        IF sy-subrc EQ 0.
          rec_out-value = v_year.
          MODIFY rec_out TRANSPORTING value WHERE name = 'NEW_DATE'.
        ENDIF.
    endform.
    Hope this helps =)

  • How to call the Page Fragment in Page with Flow logic

    Hi,
        I am new to BSP, My requirement is to created 1 page fragment which contains the Logo.  and to create 2 pages in flow logic
    The  logo has to apper in Pages with flow logic Pages. My question is how to call the PAge fragment in the 1 &2 pagesin page with flow logic
    Thanks,
    suresh

    Suresh,
    There is a very enriching portal help.sap.com  where you can find all basic and good documentation .
    http://help.sap.com/saphelp_nw04/helpdata/en/77/8a54d7434ff34784272a3df98ab645/content.htm
    the above link is from that portal.
    Before asking such basic questions please at least try to find or do some research yourself.
    There are standard applications like HTMLB_SAMPLES and SBSEXT_HTMLB and more for sample applications.
    Regards,
    Anubhav

  • How to call/show  page(s) from different application

    Hi All,
    I'm working on couple of applications and some reports (about 30) are used in all applications. I need your advice on doing this efficiently.
    Is it possible to
    1) Create a separate application with all the reports.
    2) Create a blank page with lists linking to all those reports on the same tab
    Now, is it possible to call that page in a "reports" tab of each application without prompting for login and still have rest of the tabs visible while the user is using the reports?
    Thanks in advance,
    Asha
    Edited by: ashapatil on Jul 29, 2010 1:54 PM
    Edited by: ashapatil on Jul 29, 2010 5:41 PM

    Asha,
    you can create links to call pages from other applications without any problem, just take a look at the structure of APEX URL over here: http://www.oracle-and-apex.com/apex-url-format/
    To avoid re-logins you could either disable security on your application (not recommended) or create a custom authentication scheme which takes logged in users from other applications as granted.
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    Work: http://www.click-click.at
    Training: http://www.click-click.at/apex-4-0-workshops

  • Replace Applications BPS by WD ABAP in the Area Page of Career and Job ESS

    Dear Experts.
    We are implementing ESS with BP 1.41 and we have the following issue.
    The standard ESS package only provides steps to setup the original BSPs for the services of the Area Page Career and Job :
    · Candidate Profile
    · Data Overview
    · Profile Release
    · Apply directly
    · Search for jobs
    · Favorites
    · Applications
    · Personal settings
    I want that this services call the EHP4 E-recruitment WDA applications.
    SAP says that may be possible adapting the ESS role to include these applications.
    What are the steps what I Sould do for include this service WD ABAP for the Area of Career and Job?
    Best Regards
    J.

    Hi Bala.
    I have two doubts:
    1) How can know the names of this applications in E-RC?
    2) What are the steps for publish applications WD ABAP ?
    Thank in advance for your help.
    Best Regards
    Juan

  • What Prefixes Are Included In My Local Calling Area?

    I am in the former GTE service territory, specifically, the Elsinore Main California exchange.
    On Friday, December 11, 2009, I spoke with a service representative and a supervisor (who admitted that she was "filling-in" and is really an hourly employee), who are in the soon to be divested Everett, WA call center.
    I was calling to find out what prefixes are included as part of my local calling area, specifically ZUM 1 AND ZUM 2 (some also call it Zone 1 and Zone 2, but the correct designation in most southern California service areas of Verizon is ZUM).
    Both representatives had no idea what a "ZUM" is, and the "supervisor" said she had never heard of the term ZUM or Zone.
    What made me upset is that I was told that they (Verizon) did not have this information, and I would have to contact the CPUC (California Public Utilities Commission) to obtain this information as Verizon's staff would not have it.
    My reply was how would Verizon not have the information, because they would need the ZUM prefix list for each exchange so they could bill correctly.
    I then asked how does Verizon gather all the calls that are made from their exchanges each month and send this data to the CPUC so that Verizon can then determine if the call is ZUM 1, ZUM 2, ZUM 3 or intralata or interlata?
    The "supervisor", said yes, because Verizon would not know what prefixes are included, and relies upon the CPUC to review the calls from Verizon's exchanges and prefixes so that Verizon can bill their customers each month, and this has been the process for many years (according to the "supervisor").
    I kid you not, this what was said to me by the Verizon representatives, and I shoulld have advised the employees that I was recording the call. It would have been a great play for You Tube. What a bunch of (edit)  from these two Verizon call center representatives!
    I'm glad Verizon is divesting the Everett call center along with other assets to Frontier, as people like these should not be employed by Verizon, in fact, they should be terminated for cause. Good luck to Frontier with the Everett call center.
    Using Verizon's web site when trying to determine what prefixes are in my local calling area (ZUM 1 AND ZUM 2), you are directed to use the following two "very helpful" (my words...lol) links for information...please try for yourselves:
    To obtain Local Calling Area information
    http://www22.verizon.com/Content/CommonTemplates/sorry.html
    Zone Usage Measurement (ZUM) Information
    https://www22.verizon.com/ResidentialHelp/Phone/Calling+Plans/Local+And+Regional+Calling+Plans/Gener...
    Great Information Verizon!! Both are dead links.
    Anyway, point me in the direction where I can obtain the current and accurate prefixes that can be called without charge to ZUM 1 and ZUM 2, and with a charge to ZUM 3 for my exchange and prefixes. DO NOT point me to a white pages directory because that is already outdated (and I do not have a white pages directory).
    Again, my exchange is Elsinore Main, and the prefixes are 951-245 and 951-674.
    Thank you.
    Solved!
    Go to Solution.

    Home Exchange, Zone 1 and 2 are Local Calling
    Zone 3 (ZUM) 13-16 Miles:
    PEAK PERIOD RATES: Day 8A-5P   M-F
                              1st Min of Use       Addl Min of Use
                                   $.10                          $.04
    OFF-PEAK RATE PERIOD: Evening 5P-11P M-F
                                   $.07                          $.028
    OFF-PEAK RATE PERIOD: Night 11P-8A M-F; SA, SU, & HOLIDAY - All Hours
                                   $.04                          $.016
    COMMUNITY ---NPA ---NXX ---ZONE  -----
    ELSINORE ---951 --- 226 245 253 285 471 579 609 674 678 805 --- Home Exch
    LAKEVIEW-NUEVO --- 909 --- 251 --- Zone 3
    LAKEVIEW-NUEVO --- 951 --- 878 916 928 --- Zone 3
    MURRIETA --- 909 ---3 32 --- Zone 2
    MURRIETA --- 951 --- 200 219 239 249 304 440 445 461 473 600 671 677 691 696 698 704 813 816 834 837 894 970 973 ---Zone 2
    PERRIS --- 909 --- 330 --- Zone 2
    PERRIS --- 951 --- 210 229 230 238 259 287 345 378 385 436 442 443 490 550 570 575 581 591 623 657 722 796 940 943 956 --- Zone 2
    RANCHO VIEJO --- 949 --- 259 269 284 292 303 326 350 446 480 584 625 702 728 874 --- Zone 3
    SUN CITY --- 909 ---508--- Zone 1
    SUN CITY --- 951 --- 244 246 301 566 639 672 679 723 746 821 --- Zone 1
    TEMECULA --- 909 --- 298 507 668 828 --- Zone 3

  • Web service call and page fowarding

    I just started with HTML DB. I have a customer that requires the use of HTML DB for there standard look and feel, since they are using it for other applications.
    I need to use HTML DB to create a front end that is backed by either EJBs or Web services that front the EBJs, to create a single application. I can not go directly to the DB since there is to much business logic contained in the EJBs that I would be circumventing. I dont think this is a good use of tech. from either side (J2EE or HTML DB) but I did not make the decision.
    I have not seen integration with EJBs addressed (if you know of any please speak up), so I was happy to see that web services are supported.
    So....
    I have been able to call a webservice and get a result. I need to be able to format the result and create buttons based on the results returned by the web services. These buttons will call other pages that may or may not call additional webservices. In addition, I need to pass values in the web services response to pages called by the buttons generated. Any and all help would be appreciated.
    Also does the syntax for #somethine# and &someone get evaluated if used in the XSL that renders the webservice response?

    Please disregard my "additional information" post to this
    item. I posted it here by mistake!

  • HOW TO CALL ANOTHER PAGE USING PL/SQL PDK?

    Hi,
    I am using pl/sql pdk to create portlets. When I need to call
    another page I am using wwpob_page.show(p_pageid) but instead it
    displays File Download wizard.
    Anyone knows workaroud for this?
    Are there any other ways to call other pages with portlets from
    pl/sql portlets?
    Thank you,
    ya

    Hello Yuri
    If you want to call any component of an application from PL/SQL
    you have to take a look to the manage of the component and then
    to Call Interface (Show), There you can see the way to call the
    component, but if you want to call a Page the way I found to do
    it, even thought it is not the best, was put an url like
    this /pls/portal30/url/page/PAGE_NAME on the link.
    I hope this could help you, if you dont understand please let me
    know and I'll give you a hand
    Ana Maria

  • How to call a page from an iview

    HI SDNs
    I have a requirement as follows .
    I need to call a page from an iview .  for that i developed a html and i gave the hyperlink to call the page.
    When i click on hyperlink it is calling page but iviews are not displayed. it is showing masterhead and DLN and but iviews are not shown
    Is there any soultion with out solution to display the iviews.  i Appreciate if you help at the earliest.
    Thanks
    Ramana

    Did you build your hyperlink using "NavigationTarget"?
    ex:
    http://myServer:50000/irj/portal?NavigationTarget=ROLES://portal_content/myFolder/myRole/myPage
    check the below link:
    http://help.sap.com/saphelp_nw04/helpdata/en/43/014421d21d6fade10000000a11466f/content.htm
    Greetings,
    Praveen Gudapati

  • Calling a page process by clicking a link

    I have an Apex report with multiple rows and a link column in. I'd like to be able to call a page process to do some work on the row with the clicked link... I also need to pass a couple of parameters somehow to the page process as it calls a procedure which requires the parameters to function correctly.
    So -
    When I click a link on a row.. perhaps a couple of hidden page items get set.
    The page is then submitted and my process calls the procedure, using the values of the set items above as its parameters.
    Control is submitted back to the original page.
    So basically I'm trying to give a user the ability to carry out repetitive actions on each row.
    My thought was to use a URL in the link and maybe Javascript.. or am I barking up the wrong tree and is there a better way rather than a link?
    Thoughts?
    Cheers
    Ken

    You have the right idea. JavaScript is the way to go. Assuming that the values that are being passed are part of that row of data, you can construct the call to a JavaScript process.
    Create two hidden items on your page, make sure they are not protected.
    say P1_CITY and P1_STATE
    Say your query included city and state, define a column in the report as a link of target URL with the following url
    javascript:myFunction('#CITY#', '#STATE#');
    Then define a javascript function in the page HTML Header section
    function myFunction(pCity, pState) {
    $x_value('P1_CITY', pCity);
    $x_value('P1_STATE', pState);
    doSubmit('RUNPROC');
    Then have a process on the page does what ever you want and that is conditional on the REQUEST = 'RUNPROC'

  • Zend PHP calls are done sequentially?

    I have a page that makes 4 different calls to php functions through the zend framework built into Flex 4.  If I watch in a web proxy program like Charles it would appear that the calls are happening one after another.  I would think they should all fire individually and return at there own given time.

    ..... What???

  • Jquery function calls in page html header

    Hi ,
    I have included the Jquery Js files in my page template as follows :
    <script type="text/javascript" src="#IMAGE_PREFIX#js/jquery-1.3.2.min.js"></script> Now If I use a function like below in my template, it works perfectly well
    <script>
    $(document).ready(function(){
    $("#dialog2").dialog({
    bgiframe: true,
    autoOpen: false,
    height: 300,
    modal: true
    </script>
    {code}
    However if I call the above script in my Page html header it throws an error
    <b> $ is not defined </b> 
    but works well if I add in the tempalte.
    If I look at the page source , i notice that the page html header is displayed and then the page template header section and seems like that is the reason why the error comes when I call Jquery functions in my page html header....
    Now I do not want to add individual functions to the template since they are page specific.
    How do I handle this issue ? Should I include the call to the Jquery JS in my Page html header ?
    Appreciate any pointers/suggestions.
    Thanks,
    Dippy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Becuase the order of execution.
    Once way is move your javascript to region header, otherwise call jquery in page header instead of template

Maybe you are looking for

  • I keep getting "incorrect password " when I try to access my living room wifi ...

    Every time I try to access wifi in my living room I get a "incorrect password " on my ipad ...When I access wifi in my room , I have no problem .. I also have an iOS touch which it connects to living room wifi with no problem ... I've checked passwor

  • Network Error - Sync Using LAN with TCPIP 100mbps

    Hi im facing an unknown issue while sync. 1. Using a gprs line i can sync the db (Fairly a large db 400mb) But when use the LAN it says Network Disconnected during async -Check for network Active. username/password and server url are correctly entere

  • MSI TWIN FROZ GAMING GTX 770 UEFI/GOP COMPATIBLE BIOS

    Hi, I just purchased a MSI TWIN FROZ GAMING GTX 770 SN 602-V282-220B1310063340 VBIOS MS-V282 NV282MS.352 BIOS 80.04.C3.OO.21(P2005-0000) i would like to use an UEFI/GOP compatible BIOS on it. Thanks in advance.

  • Chinese characters print in smartforms

    hi, the print preview in smart form is displaying the Chinese characters as required but  while printing the Chinese character these characters are replaced by ####### . thanks, nag.

  • Troubles with kernel_task

    Hello , I was running Mountain Lion , some days ago , and i got THE problem , kernel_task eats 300% of CPU and the system it too slow ! After reading all what i found on internet and tested all the tricks without result , i upgraded to Maverick , sam