Changing page request

Hello,
Is it possible to change the page request in an onload process?
What I want to do is something like:
IF v_1 = 'some value' THEN
:REQUEST := 'other request';
END IF;
Regards,
Jan

Thank you Arie, for the quick response.
If I understand you correctly you are talking about the request when pressing an button which you can use with validation, after submit processes and page branches?
What I mean is the request you can specify in the url redirect of a button or in the page branch.
I'll give you a detailed explanation of my problem:
I have a page with 3 regions, only 1 is shown at the same time. I have 3 buttons on this page, button 1 has no request, button 2 has request 'B', button 3 has request 'C'.
Region A is shown as default and it's condition is:
where request is not contained within B,C
Region B has condition: request = B
Region C has condition: request = C
Now I want Region B to be the default region under certain conditions, so change the request from null to 'B'.
When I take :REQUEST as default for a textfield I get the expected result, so it's not set to null. But when I want to change the value of the :REQUEST-variable I get an error:
Error      ERR-1002 Unable to find item ID for item "REQUEST" in application
Kind regards,
Jan

Similar Messages

  • ORA-06502 on "Help Text" region when changing pages on a tabular form

    Hello everybody,
    We are developing an application on Apex 4.1.0.00.32. This application have some pages with tabular forms and these pages uses a page zero as template. In this page zero, we have added two sidebar regions: a list region to navigate on the application and a help text to describe how to use our application.
    The problem occurs when the tabular split the records into pages (since it has more records that it can show on a single page). When the user clicks to change to another page, Apex raises an ORA-06502: PL/SQL: numeric or value error as described below:
    Erro ao renderizar a região "Ajuda". ORA-06502: PL/SQL: erro: erro de conversão de caractere em número numérico ou de valor
    Informações Técnicas (visível somente para desenvolvedores)
    is_internal_error: true
    apex_error_code: APEX.REGION.UNHANDLED_ERROR
    ora_sqlcode: -6502
    ora_sqlerrm: ORA-06502: PL/SQL: erro: erro de conversão de caractere em número numérico ou de valor
    component.type: APEX_APPLICATION_PAGE_REGIONS
    component.id: 2
    component.name: Ajuda
    error_backtrace:
    ORA-06512: em "APEX_040100.WWV_FLOW_DISP_PAGE_PLUGS", line 3654
    ORA-06512: em "APEX_040100.WWV_FLOW_DISP_PAGE_PLUGS", line 4204
    Obs: Our database is in Brazilian Portuguese, so I guess it will be hard for some people to understand the first two lines! :)
    We have tried to change the pagination style of the tabular form and change the region model of the help text but the problem still happens.
    Does anyone an ideia about what this may be?
    Thanks in advance!

    I am getting the exact same message, to the line number, also in APEX 4.1.0.0.32.
    Occurs when changing pages in a classic report, Standard region template, select list pagination, when selecting a different pagination set.
    In English:
    Error during rendering of region "Matched Participants Help & Hints".
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: APEX.REGION.UNHANDLED_ERROR
    ora_sqlcode: -6502
    ora_sqlerrm: ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    component.type: APEX_APPLICATION_PAGE_REGIONS
    component.id: 2
    component.name: <strong>Matched Participants</strong> Help & Hints
    error_backtrace:
    ORA-06512: at "APEX_040100.WWV_FLOW_DISP_PAGE_PLUGS", line 3654
    ORA-06512: at "APEX_040100.WWV_FLOW_DISP_PAGE_PLUGS", line 4204
    There are no conditions on the region, and no date string within the Help text. Some HTML <strong> tags, that's it.
    The Help region renders fine the first time.
    The Debug info does not help any:
    3.798360.00062Computation point: After Box Body4
    0
    3.798990.00081Processes - point: AFTER_BOX_BODY4
    0
    3.799790.00068Region: <strong>Matched Participants</strong> Help & Hints4
    0
    3.800470.00213Region rendered dynamically because request was not null4
    0
    3.802590.00096Add error onto error stack4
    0
    3.803550.00084...Error data:4
    0
    3.804400.00084......message: Error during rendering of region "<strong>Matched Participants</strong> Help & Hints".4
    0
    3.805240.00084......additional_info: ORA-06502: PL/SQL: numeric or value error: character to number conversion error4
    0
    3.806080.00081......display_location: ON_ERROR_PAGE4
    0
    3.806890.00081......is_internal_error: true4
    0
    3.807700.00084......apex_error_code: APEX.REGION.UNHANDLED_ERROR4
    0
    3.808540.00082......ora_sqlcode: -65024
    0
    3.809350.00234......ora_sqlerrm: ORA-06502: PL/SQL: numeric or value error: character to number conversion error4
    0
    3.811700.00082......error_backtrace: ORA-06512: at "APEX_040100.WWV_FLOW_DISP_PAGE_PLUGS", line 3654 ORA-06512: at "APEX_040100.WWV_FLOW_DISP_PAGE_PLUGS", line 4204 4
    0
    3.812510.00081......component.type: APEX_APPLICATION_PAGE_REGIONS4
    0
    3.813310.00110......component.id: 24
    0
    3.814420.00099......component.name: <strong>Matched Participants</strong> Help & Hints4
    0
    3.815400.00076...Show Error on Error Page4
    0
    3.816160.00344......Performing rollback4
    0
    3.819610.00225Processes - point: AFTER_ERROR_HEADER4
    0
    3.821850.00268Processes - point: BEFORE_ERROR_FOOTER4
    0
    3.82453-End Page Rendering
    Any thoughts on where to poke around for this one?
    Thanks - Karen

  • How can i change the request description?

    how can i change the request description? in BI 7
    Regards
    Kiran

    hi Kiran,
    If u mean transport request; u can change it if u have not released the request.
    go to se10.Double click on ur request. u will get the change icon in that page-> click on that. goto properties tab- there u will be able to change the short description.
    hope it helps.
    Regards,
    Rathy

  • Error changing pages in default viewer

    I have a simple Struts2 application on which there is a button, which when pressed causes the app to display a report in a viewer.
    Since the application existed already, I added CR using the option in CR4E.  I also used the menu option with default options to create the viewer JSP.  When I go to the page, the report displays, however, when you click on the page navigation control to change pages you get the following error message:
    Unable to process your request
    And the details for this are:
    name: SyntaxError message: Syntax error number: -2146827286 description: Syntax error
    When I use the report in a simple application created from the CR4E wizard, it works just fine.
    Any ideas???
    Edited by: Mike Burroughs on Apr 13, 2009 8:36 AM

    Ok.
    So for your application following things maty help you
    1. Verify that crystalreportviewers/ is accessible to your WebApp and is the correct path to the viewer resources.
    2. You may customize this location by altering the crystal_image_uri and crystal_image)use_relative properties in web.xml.
    3.Validate that the file crv.js exists at  crystalreportviewers/js/crviewer/crv.js
    Thanks,
    Tej

  • Invalid Page Request when trying to upload file

    I created a JSP using the PDK Struts tag library to upload a file and receive the following error from the portal server:
    Invalid Page Request
    Request does not include a 'dad' value
    What am I missing? Here's the code:
    %@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %>
    <%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/WEB-INF/tlds/pdk-struts-html.tld" prefix="pdk-html" %>
    <pdk-html:form method="POST" action="/search" enctype="multipart/form-data">
    <table cellspacing="2" cellpadding="1" border="1" width="100%">
    <tr>
    <td width="20%" align="left">Report Description</td>
    <td><html:text property="description"/></td>
    </tr>
    <tr>
    <td>Select the report request file to upload</td>
    <td><input type="file" name="requestFile" /> </td-->
    </tr>
    <tr>
    <td><html:submit value="Submit"/></td>
    </tr>
    </table>
    </pdk-html:form>

    I am having this same problem. The invalid page request only shows when you change the enctype of the form to multipart, but if you don't do this the file upload fails with:
    java.lang.IllegalArgumentException: argument type mismatch     
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Any ideas?

  • Dump template when change page

    Hi all,
    I create a template. To freeze the first column of my request I must enter a number on the property u201CNumber of data Columns Displayed at Onceu201D of the web analysis item.
    But when I put data in my template, I canu2019t change page.
    There is a bug:
    The initial exception that caused the request to fail was: 
    java.lang.NullPointerException
    What is going on?
    Thanks & Regards,
    Benjamin
    Edited by: Benjamin Gravouil on May 22, 2008 9:03 AM

    I have just seen the source of the problem.
    I enter 5 on the web analysis property "Number of new lines". We can't have new line with paging....
    When I don't have new line, the paging work very well....
    Has anybody ever had this problem ?
    Thx
    Benjamin

  • Change access request email

    Hello, 
    By default the change access request email is set to [email protected]
    We want to change that to our own email, for obvious reasons. So we use this piece of powershell:
    $webapp = Get-SPWebApplication "http://sharepointtest"
    $currentEmail = "[email protected]";
    $newEmail = "[email protected]";
    foreach($site in $webapp.Sites)
    foreach($web in $site.AllWebs)
    $url = $web.url
    Write-host $url
    if (!$web.HasUniquePerm)
    Write-Host "Access Request Settings is inherted from parent."
    elseif($web.RequestAccessEnabled)
    Write-Host "Access Request Settings is enabled."
    write-host $web.RequestAccessEmail
    if ($web.RequestAccessEmail -eq $currentEmail)
    Write-Host "Email needs to be updated."
    $web.RequestAccessEmail = $newEmail
    $web.Update()
    Write-Host "Email changed successfully!"
    else
    Write-Host "Access Request Settings not enabled."
    However in order for this to work... under our web application, SharePoint - 80 under user permissions we have to have "Manage Permissions" (under site permissions) checked. However in our environment we DO NOT want that checked! Without this step
    power shell errors with access denied.
    Unless there is an easier way of doing this what I would like to do is automate the checking of that box to go before my script and the unchecking of that box after the above script runs. However I do not possess the knowledge to do that. 
    Requesting help, if someone knows the code? OR an alternative easier way of changing the default email. 

    Hello Yes I did get it working. 
    However a small issue occurs. Once you run this and have someone access site, they should get the page that has them type in why they want access to the site. 
    The first time someone goes to the link to do this, there is a 403 Forbidden error, once you submitted the details describing why you need access. IF you refresh you will then see the access request page again BUT it will show what you previously typed.
    HOWEVER, that doesn't get sent out in an email, you must insert another block of text into the access request field then click submit, which then sends out an email.
    Hope that makes sense, and if anyone knows why it does that?
    Here is the code:
    Add-PSSnapin -name "Microsoft.SharePoint.PowerShell"
    $webApp = Get-SPWebApplication -Identity http://sharepointtest/
    #if enable: $true;
    #if disable: $false;
    $allowManagePermissions = $true
    $newPermissions=$null
    if ($allowManagePermissions)
    $newPermissions=[Microsoft.SharePoint.SPBasePermissions]($webApp.RightsMask -bor [Microsoft.SharePoint.SPBasePermissions]::ManagePermissions)
    else
    $newPermissions=[Microsoft.SharePoint.SPBasePermissions]($webApp.RightsMask -band [System.Int64](-bnot ([System.Int64][Microsoft.SharePoint.SPBasePermissions]::EmptyMask -bor [System.Int64][Microsoft.SharePoint.SPBasePermissions]::ManagePermissions)))
    $webApp.RightsMask = $newPermissions
    $webApp.Update()
    Start-Sleep -s 05
    $webapp = Get-SPWebApplication "http://sharepointtest"
    $currentEmail = "[email protected]";
    $newEmail = "The email you want to change to";
    foreach($site in $webapp.Sites)
    foreach($web in $site.AllWebs)
    $url = $web.url
    Write-host $url
    if (!$web.HasUniquePerm)
    Write-Host "Access Request Settings is inherted from parent."
    elseif($web.RequestAccessEnabled)
    Write-Host "Access Request Settings is enabled."
    write-host $web.RequestAccessEmail
    if ($web.RequestAccessEmail -eq $currentEmail)
    Write-Host "Email needs to be updated."
    $web.RequestAccessEmail = $newEmail
    $web.Update()
    Write-Host "Email changed successfully!"
    else
    Write-Host "Access Request Settings not enabled."
    Start-Sleep -s 05
    $webApp = Get-SPWebApplication -Identity http://sharepointtest/
    #if enable: $true;
    #if disable: $false;
    $allowManagePermissions = $false
    $newPermissions=$null
    if ($allowManagePermissions)
    $newPermissions=[Microsoft.SharePoint.SPBasePermissions]($webApp.RightsMask -bor [Microsoft.SharePoint.SPBasePermissions]::ManagePermissions)
    else
    $newPermissions=[Microsoft.SharePoint.SPBasePermissions]($webApp.RightsMask -band [System.Int64](-bnot ([System.Int64][Microsoft.SharePoint.SPBasePermissions]::EmptyMask -bor [System.Int64][Microsoft.SharePoint.SPBasePermissions]::ManagePermissions)))
    $webApp.RightsMask = $newPermissions
    $webApp.Update()

  • Changing pages query

    Hi,,
    I have a multipage web application, in which I change pages by means of Jquery $.mobile.changePage. This works fine. I change pages, the new url shows up in the address area, and the new html page is displayed.
    When I attempt the same by just typing the new Url in the address area, the new html is also loaded, but I loose all globally defined external javascript files (not really lost, but the new page seems to have no knowledge of their existence, and all global
    variables stores as window.xxxx are also lost.
    I have tried also location.assign , location.href, window open (with all available parms like _self, _parent, _blank etc etc, all with the same result. Is there a way to achieve the same as $.mobile.changePage, but with pure javascript ????
    thx ... 

    Hi,
    jQuery mobile uses AJAX to request the content that is inserted into the current document.
    f12>Networking tab, click the Start button then enter your typed url into the browser address bar. The requests and responses are listed in the developer tool.
    Your question may be better answered in the jquery.mobile support forums.
    Regards.
    Rob^_^

  • Change Travel Request Is Not Working

    Hi all,
    I am getting one error for that i need your help.
    I have created one  travel request ( I am using satandard ess application) , after
    creatting travel request i am able to view the created trip , but when i select the created
    trip and click on change button to change the request i am getting following error
    500   Internal Server Error
    SAP NetWeaver Application Server 7.00/Java AS 7.00
    *Failed to process *
    and in trace i got following error
    Full Message Text
    Exception occured during processing of Web Dynpro application sap.com/ess~tra/AllMyTrips.
    The causing exception is nested.
    [EXCEPTION]
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException
    at
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFC
    ModelClassExecutable.java:98)
    at com.sap.xss.ser.xssmenu.fc.MenuLinks.getServiceLink(MenuLinks.java:232)
    at
    com.sap.xss.ser.xssmenu.fc.wdp.InternalMenuLinks.getServiceLink(InternalMenuLinks.java:365)
    at com.sap.xss.ser.xssmenu.fc.FcXssMenu.getServiceLink(FcXssMenu.java:406)
    at
    com.sap.xss.ser.xssmenu.fc.wdp.InternalFcXssMenu.getServiceLink(InternalFcXssMenu.java:491)
    at
    com.sap.xss.ser.xssmenu.fc.FcXssMenuInterface.getServiceLink(FcXssMenuInterface.java:264)
    at
    com.sap.xss.ser.xssmenu.fc.wdp.InternalFcXssMenuInterface.getServiceLink(InternalFcXssMenuI
    nterface.java:429)
    at
    com.sap.xss.ser.xssmenu.fc.wdp.InternalFcXssMenuInterface$External.getServiceLink(InternalF
    cXssMenuInterface.java:586)
    at
    com.sap.pcuigp.xssutils.navi.FcNavigation.getNavigationTargetServiceWithKey1(FcNavigation.j
    ava:524)
    at
    com.sap.pcuigp.xssutils.navi.wdp.InternalFcNavigation.getNavigationTargetServiceWithKey1(In
    ternalFcNavigation.java:390)
    at
    com.sap.pcuigp.xssutils.navi.FcNavigationInterface.getNavigationTargetServiceWithKey1(FcNav
    igationInterface.java:271)
    at
    com.sap.pcuigp.xssutils.navi.wdp.InternalFcNavigationInterface.getNavigationTargetServiceWi
    thKey1(InternalFcNavigationInterface.java:182)
    at
    com.sap.pcuigp.xssutils.navi.wdp.InternalFcNavigationInterface$External.getNavigationTarget
    ServiceWithKey1(InternalFcNavigationInterface.java:314)
    at com.sap.xss.tra.fc.utils.FcTraUtils.startApplication(FcTraUtils.java:596)
    at
    com.sap.xss.tra.fc.utils.wdp.InternalFcTraUtils.startApplication(InternalFcTraUtils.java:32
    9)
    at
    com.sap.xss.tra.fc.utils.FcTraUtilsInterface.startApplication(FcTraUtilsInterface.java:334)
    at
    com.sap.xss.tra.fc.utils.wdp.InternalFcTraUtilsInterface.startApplication(InternalFcTraUtil
    sInterface.java:260)
    at
    com.sap.xss.tra.fc.utils.wdp.InternalFcTraUtilsInterface$External.startApplication(Internal
    FcTraUtilsInterface.java:489)
    at
    com.sap.xss.tra.vc.allmytrips.VcTraAllMyTrips.tripComponentCreate(VcTraAllMyTrips.java:518)
    at
    com.sap.xss.tra.vc.allmytrips.wdp.InternalVcTraAllMyTrips.tripComponentCreate(InternalVcTra
    AllMyTrips.java:438)
    at
    com.sap.xss.tra.vc.allmytrips.AllMyTrips.onActionCreateChangeExpRepFromRequest(AllMyTrips.j
    ava:444)
    at
    com.sap.xss.tra.vc.allmytrips.wdp.InternalAllMyTrips.wdInvokeEventHandler(InternalAllMyTrip
    s.java:628)
    at
    com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.
    java:87)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
    at
    com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseMo
    del.java:420)
    at
    com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.j
    ava:132)
    at
    com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.jav
    a:335)
    at
    com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at
    com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSessio
    n.java:319)
    at
    com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(Clien
    tSession.java:733)
    at
    com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSessi
    on.java:668)
    at
    com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250
    at
    com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:1
    50)
    at
    com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHa
    ndle.java:73)
    at
    com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionIntern
    al(AbstractApplicationProxy.java:860)
    at
    com.sap.tc.webdynpro.portal.pb.impl.localwd.LocalApplicationProxy.sendDataAndProcessAction(
    LocalApplicationProxy.java:77)
    at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1299)
    at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:326)
    at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:868)
    at
    com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseM
    odel.java:755)
    at
    com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel
    .java:717)
    at
    com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.j
    ava:136)
    at
    com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.jav
    a:335)
    at
    com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at
    com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSessio
    n.java:319)
    at
    com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(C
    lientSession.java:713)
    at
    com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSessi
    on.java:666)
    at
    com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250
    at
    com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:1
    50)
    at
    com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.j
    ava:62)
    at
    com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java
    :53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java
    :401)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.j
    ava:266)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java
    :386)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java
    :364)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalize
    r.java:1039)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.pr
    ocess(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(AccessController.java:219)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFC_Fault_Exception: Fault
    name: SERVICEKEY_INVALID, fault text: SERVICEKEY_INVALID
    at java.lang.Class.newInstanceImpl(Native Method)
    at java.lang.Class.newInstance(Class.java:1275)
    at com.sap.aii.proxy.framework.core.JcoMarshaler.unmarshalException(JcoMarshaler.java:429)
    at com.sap.aii.proxy.framework.core.JcoProxy.send(JcoProxy.java:78)
    at
    com.sap.aii.proxy.framework.core.AbstractProxy$JcoProxyHelper.send(AbstractProxy.java:173)
    at com.sap.aii.proxy.framework.core.AbstractProxy.send$(AbstractProxy.java:141)
    at
    com.sap.pcuigp.xssutils.menu.model.MenuLinksModel.hrxss_Ser_Getservicelink(MenuLinksModel.j
    ava:237)
    at
    com.sap.pcuigp.xssutils.menu.model.Hrxss_Ser_Getservicelink_Input.doExecute(Hrxss_Ser_Getse
    rvicelink_Input.java:137)
    at
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFC
    ModelClassExecutable.java:92)
    ... 66 more

    Hi
    Check the return message from bapi,what's it showing??Before executing the bapi,put a breakpoint in r/3 system & check what values r getting passed to bapi..
    U can check this in transaction se37,go to ur function module & put external break point over there.
    OR
    Execute BAPI through SAP GUI. if its execute properly do the following steps.
    1. Do you have any mandatory input parameters?.
    (check are you setting mandatory input parameters properly)
    2. If they changed BAPI structure(data type) after model generation you have to model re-import model again.
    Thanks

  • Schedule lines are not modified when i change the requested delivery date

    Hi  
    i have a issue when i am created sales order with requested delivery date 10.11.2011
    and the same is copied in to item schedule lines as a 10.11.2011
    before saving the order i change the requested derlivery date to 11.11.2011
    this new requested delivery date is not dopied to schedule lines at item level (still is having 10.11.2011)
    can any one tell me this is system standard behaviour or can we correct this
    Thanks and Regards
    Kishore

    Hi DevarapalliKK,
    I tried this solution & problem is solved.
    --Go to VA01 & enter the material & qty
    --Select the line item in VA01 & click on Edit
    --Select Fast Change of & click on Delivery date & mention the Delivery date as 11.11.2011. & click on copy.
    --Check the request delivery date in header level in sales tab it will change to 11.11.2011 & also check the Schedule lines in Item level the date will be 11.11.2011 & Save it.
    Please let me know if your problem is solved
    Regards
    Pradeep

  • How do I change page order on a document created in Pages 5.1?

    After reading some of the posts about the lack of ability to change page order in Pages 5.1, I decided to re-install Pages 09 from the DVD that came with my computer because some posts said it was a better program. After inserting the disc and responding to all the prompts it seemed to download everything but I can't find Pages 09, I only seem to have 5.1.
    I will take a solution to either problem, but all I really want to do is change the order of 2 pages on a 9 page document created using 5.1.

    It is in your Applications/iWork folder.
    Make sure you update it to the latest v4.3:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=432&sid=f793ea2968cc 7f8ffa338ab5171d1d5d&mforum=iworktipsntrick
    Peter

  • Printing only changed pages

    In my department, we produce large technical manuals that are distributed to users around the world.  When small changes are made to the manuals, we only distribute the changed pages (including the back side of the changed page since the documents are printed double-sided).  Is there an automated way to only print the changed pages with the necessary back pages?

    Rick Quatro at http://www.frameexpert.com has a plugin that will print only changed pages; I don't see it listed on his website at the moment, but if you contact him he'll be able to give you more details.
    Rick's very, very familiar with the complications of dealing with changed pages in FM.

  • Sys.webforms.page request manager server error exception:An unknown error occured while processing the request on server. The status code returned from the server was:0

    sys.webforms.page request manager server error exception:An unknown error occured while processing the request on server. The status code returned from the server was:0 We got this response(In firebug console) when we try to click on link (after leave webpage for 3 minuts ideal) which is AJAX based. Please reply ASAP because its urgent.

    Hi SP,
    Please check if the following web config appSettins value settings from SSRS server could fix the issue (Note, back up your original web config file before any modification).
    http://stackoverflow.com/questions/10911610/ssrs-webpage-error-status-code-500
    http://srinivasbn.blogspot.in/2013/09/syswebformspagerequestmanagerservererro.html
    http://connect.microsoft.com/SQLServer/feedback/details/782155/ssrs-2012-failed-with-win32-error-0x03e3
    If you have more questions about the SSRS error logs related to this issue, you can post in the SSRS forum for a better assistance with more experts.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices
    Thanks
    We are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Mac OSX10.4.11 & Firefox3.6.19 - How do I make beeps stop on changing pages w/in a site?

    I'd been able to access the site (a part of the following site: http://www.govhs.org/) without beeps until yesterday. Unfortunately, it's a password-protected part of the site that I must deal with.
    Is there ANY chance you can tell me why my laptop started to beep when I change pages within that site? If not, can you confirm that THEY must have changed something?

    Oh, I didn't notice that it was another example of the most recurring question on Java GUI! Here's the idiom:
    private void runButtonActionPerformed(java.awt.event.ActionEvent evt) {
      final List<ResultLine> res;
      resultArea.setText("");
      cancelButton.setEnabled(true);
      if (targetField.getText().isEmpty()){
        targetField.setText("localhost");
      Thread t = new Thread(new Runnable(){
        public void run(){
          String str = "";
          res = TR.traceroute
           (targetField.getText(), Settings.hops, Settings.waitTime);
          if (res == null){
            str = "Error";
          else{
            StringBuilder s = new StringBuilder();
            for (ResultLine r : res){
              s.append(r.toString());
              s.append("\n");
            str = s.toString();
          SwingUtilities.invokeLater(new Runnable(){
            public void run(){
              resultArea.setText(str);
              cancelButton.setEnabled(false);
      t.start();
    }

  • Activation of ODS fails: Change-Log Request ODSR_... does not exist in ODS

    Hello Experts,
    I have a problem loading in an ODS object in Release BW 3.5. This load is in parallel to loading in a Cube and InfoObjects from 10 different SAP sources monthly.
    Everytime, I load data, Activation fails. The Error message is "Change-Log Request ODSR_... does not exist in ODS ..." These Requests (30 requests) are very old starting with the Go-Live date of the application in 2005. If I search for the first Request in Reconstruct, a request without a InfoPackage-Name is found and if I reconstruct the request, all other new loaded Request are activated and everything is fine. The next month, the same error appears, but without the one old request in the list reconstructed the month before of course.
    A few months before I had to repair loading and deleted also requests in the ODS. Then I realized my mistake, that reconstruction is not possible, because the request was gone in the reconstruction list. So I searched for the PSA Request in the ODS reconstruction list, found the requests and reconstructed these. Could this be the reason for my current problem?
    But how can I stop this error? Reconstructing all of the requests did not work, because one request says, no active update rules exist for this request. So I stopped reconstructing every request of the long list.
    Please help me, I could not find any helpful information until now ...
    Many thanks in advance,
    Hannes

    Hi,
    For the old requests that you don't want and that are not valid, goto the monitor for those and mark them red. After that you won't face any problems while activating the new requests.
    The reason this is happening is that during activation BW thinks that these old requests are valid as they are green and tries to activate them as they are in squence. When it dosen't find them then it gives the error. If you mark them red, they are ignored and the next request is taken into consideration.
    Cheers,
    Kedar

Maybe you are looking for