In ESS/ MSS Leave should update w.e.f leave applied date

Hi All,
My client requirement is.....
Employee applied (on 30th April 2014) for future date i.e 20th May 2014 to 23rd May 2014.
Employee applied on 30th April 2014
Manager approved on 1st May 2014.
Once Manager approved it should not update IT2006 - Absence Quota.
It should update on 20th May 2014. After Planned work schedule,
Can we configure or not. (Standard SAP not support I knew this)
If Yes......tell me the a few configuration map.
Regards
Anoku

In standard there is no functionality to post the only current day leaves which are in APPROVED status.
Once this RPTARQPOST run in back ground it will post all APPROVED status records in IT 2001 / 2002.
In your case, you nee to make RPTARQPOST to Z and modify the code to include your business logic for posting only current day leave i.e begin date <= sy-datum leaves.
check the report in RPTARQPOST debug mode at below code lines.
IF ign IS INITIAL.
*   Get requests having status APPROVED and ERROR
    PERFORM get_requests
      USING
        c_arq_reqtype
      CHANGING
        req_tab.
  ELSE.
*   Get only requests having status APPROVED
    PERFORM get_approved_requests
      USING
        c_arq_reqtype
      CHANGING
        req_tab.
  ENDIF.
  PERFORM process_all_requests
    USING
      cl_pt_arq_const=>c_app_id.
In above code line you can remove the records in table req_tab  with your validations before calling the PERFORM process_all_requests.

Similar Messages

  • ESS Service - Skill Profile Update - Qualification Validity - Enable BEGDA

    Dear Expert,
    Is there way to give the qualification valid from to date through ESS when employee add his skill?
    We have qualification catalogue u2018Work Permitu2019, Qualification as u2018Countriesu2019 and defined the scale u2018Permitted and Not Permittedu2019.
    Employee need to add this skill with valid date for his work permit.
    Is this option available in Standard ESS?
    u2026Naddy

    There are qualification like License/Visa need begin and end date in which Employee shoule be able to give/input validity date. I would expect that ESS service for Skill update should have it. I am not the one who is facing this requirement first time. I would like to know if there is any way to enhance ESS service for Skill update to enable begin and end date.
    The function module 'RHPP_Q_PROFILE_WRITE' has table structure HRPE_RELAQ. It has 2 sets of valid dates. any info on this? Is ESS service for Skill update calls this FM?
    ...Naddy

  • What is the role of a HR functional consultant in the ESS/MSS configuration

    Hi Guys,
    If someone can suggest me what is the role of a HR functional person in the ESS/MSS or EP configuration and what needs to be done to achieve that..
    Thanks,
    ~RJ

    I think, HR Functional consultant role should  mandatory for ESS/MSS. ESS/MSS are user interface technologies but behind the scene. It is all about HR FC. In order to learn ESS/MSS you should start base NetWeaver Architecture & Iviews concept.
    You will find it more easy since you knw back-end.   
    Thanks,
    Arpit

  • Date format in ESS/MSS

    Hi,
    Where do we set the date format in ESS/MSS??

    Hi,
    Please refer to this thread.
    date format in ESS
    Hope this helps.
    Cheers,
    Sandeep Tudumu

  • ESS/MSS: Approve Leave Request in UWL - not working

    Hi to all,
    we are using web dynpro ESS/ MSS (SAPESS07_12/ SAPMSS07_4) in portal NW04s for mySAP ERP2005 and are using UWL in order to approve leave requests. If employees are creating leave requests, everything works fine. After that the manager opens the leave request in UWL, the web dynpro application is openening succesfully and after some clicks he reaches the buttons to approve or reject the leave request. But by pushing one of them the following messages occures :
    <b>Workitem 000000000000 Cannot be read</b>
    After pushing the button again, another message comes up:
    <b>No Customizing for status typ ARQ, Status approved...</b>
    By the way, the same errors also come up when the employee wants to delete his leave request which is not approved.
    Any ideas, what can be the reason?
    Regards,
    Frank

    Hi Ashutosh,
    I have found the reason. The user <b>WF - Batch</b> in sap erp, which is using the RFC Destination for workflow, was locked. Well, it is a a little bit strange for a cummunication user that he becomes locked. Unlocked him, now all works.
    Thanks for your support.
    Regards,
    Frank

  • ESS/MSS leave approve view is diaplaying as error

    Hi All,
    We are using ESS/MSS for leave request and approval process.
    We did neccessary configuration for the same. I have created leave request in ESS successfully and the same request displayed as item in UWL/Task. When try to approve, by clicking the link, it throws an error.
    The error details are : 503 Service not available
    Error: -6
    Version: 7000
    Component: J2EE Server
    Date/Time: Mon Jan 16 14:31:49 2012
    Module: http_j2ee_mt.c
    Line: 820
    Server: eppilot_KHE_11
    Error Tag:
    Detail: Cannot reach external Application Server on eppilot:51111
    When i try to preview the Iview 'leave reuqest approval' as a stand alone(from Content administration), its shows the approval view perfectly . even i tried to approve from their , its approving perfectly. But the Leave request approval view is not displaying when manager click the link to approve in UWL/Task.
    Kindly help.
    Thanks,
    Venkat

    Hi Andy,
    Thanks for your reply.
    As per the SAP Note 779075,
    I have changed in SWFVISU same as below. 
    TS12300097 WebDynpro Java
                    APPLICATION LeaveRequestApprover
                    DYNPARAM    wi_id=${item.externalId}
                    PACKAGE     sap.com/ess~lea
    TS12300116 WebDynpro Java
                    APPLICATION LeaveRequest
                    DYNPARAM    wi_id=${item.externalId}
                    PACKAGE     sap.com/ess~lea
    The application "LeaveRequestAdmin" is not released. Use transaction SWFVISU to delete the following entry:
    TS12300104 WebDynpro Java
                    APPLICATION LeaveRequestAdmin
                    PACKAGE     sap.com/ess~lea
    1.After that , in Universal Worklist configuration, I have selected the row..system alias 'SAP_WedDYnpro_XSS' Connector type 'Web flow connector, clicked the re-register button.  I got the folowing message :
    Item type registration was successful for the following systems:
    - SAP_WebDynpro_XSS (WebFlowConnector
    2. After that i have cleared the cache.
    But still i am getting the same error message, when i click the leave request item. Kindly help.
    Thanks in advance.

  • ESS/MSS Leave Request Issue

    Hello All Experts
    We have implemented ESS/MSS. Everything is working fine except the Leave Request approval. The approval request comes to the approver's inbox.When we try to open the approval request, the webdynpro application is getting but there is no data in the same. I mean the webdynpro application which is launched is blank.
    Could anyone please try to help me how to make this webdynpro application up and running ?
    We are using EP 7.0 with ECC 5.0
    TIA,
    Vivek

    Hi Chuckie/Ton Groot,
    As mentioned in post by Ton Groot,
    I navigated to System Administration --> System Configuration --> Detailed Navigation --> Universal Worklist Workflow’ à ‘Universal Worklist - Administration’
    I get a list of
    Universal Worklist Systems
    System Alias       Connector Type                       Action            Activate 
    AdHocSystem |   AdHocWorkflowConnector  |                        | Deactivate 
    SAP_ITS_XSS |   WebFlowConnector           |   Re-Register    | Deactivate 
    ActionInbox     |   ActionInboxConnector        |                        | Deactivate
    When I click on Re-Register button under Action, I get the following message
    Item type registration was successful for the following systems:
    - SAP_ITS_XSS (WebFlowConnector)
    I have also cleared the cache by navigating to Cache Administration Page
    Still the issue remains.
    TIA,
    Vivek

  • ESS/MSS Leave Request

    I am working ESS/MSS, we are deployed all the Business packages in the portal and once we open Leave request application
    "There are no Customizing settings for absence type"
         The above Error displayed,is there any configuration is required for R/3. if yes, can any one please help me
    Regards,

    Hi,
    Have you configured the basic settings in TM like Absences, Attendances, AQ types. To achieve the absence types in ESS, you need to configure the absence types in R/3.
    Good Luck
    Om
    Reward it, if u feel helpful.

  • Configuration steps for leave request in ESS/MSS

    Hi
    I want to configure for leave request approval from ESS/MSS (EP 7.0 and ECC 6.0)
    What are the configuration steps if any doc please send.
    Thanks & Regards

    Hi Rao,
    Go through this link for leave request cofiguration steps.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/erphcm/leave%2brequest%2bconfiguration%2bsteps
    Also visit this link for ESS related issue resolution and hints.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/erphcm/commonIssuesandHintsin+ESS
    Reagrds,

  • Multi Level Leave workflow in ESS MSS

    Hi Guys,
    This is the first time I am working with ESS MSS and I have to implement 2 level workflow for leave, I have gone through lot of threads and concluded that i have to enhance class CL_PT_REQ_WF_ATTRIBS
    with new method where I have to change the status back to SENT after first level of approval and create new background task and attach it to custom workflow which is copy of standard.
    Now my problem is I have enhanced the class CL_PT_REQ_WF_ATTRIBS with new method change status but when I am creating the task I canu2019t see that method in drop down list of methods.
    Any idea why it not showing.
    We are on ECC6. EH4
    Atul
    Edited by: Atul Dhariwal on Mar 8, 2011 4:56 AM

    Hi Atul
      You are doing wrong way. You need to use BADI to enhance that for that goto SE18 search with PT_GEN* and get the BADI name and goto se19 and create a implementation for that there you in the desiered method you can code. But remember you cannot add you own need method the BADI. What ever SAP is providing that one only you can use to add additional code not addding new method.
    Regards
    Vijay

  • Leave Encashment in ESS MSS NWBC

    Hi all gurus,
    We have implemented Leave request, Travel request, PMS via ESS using standard SAP role SAP_EMPLOYEE_ESS_WDA_3.
    Now we got a requirement to do Leave Encashment in ESS MSS through NWBC.
    How can I do that.? Is there any standard roles by which I can get Leave Encashment Application in ESS ??
    Give me some light to this.
    Regards,
    Namsheed.

    Hi Shankar,
    Thanks for the info.
    That means it can't be done in NWBC.?
    What is the alternative solution for this.?
    I am in a bottle neck. Not in India now.
    I am in Bhutan for this implementation. In spro also I saw Leave Encashment under India only.
    What is the possible solution for this.?
    Thanks a lot Shankar for prompt reply.
    Namsheed.

  • New iPad mini 2 : should I update to OS8 or leave 7?

    I bought an iPad Mini 2 yesterday (32 gig) : running well so far (apart from terrible available memory allocation ... but I will post about this separately). the question I have , do I upgrade to OS8? - I am tempted to leave 7 - my iPhone 5c performance and battery is terrible since putting 8 on - many blogs complain / similar issues - my iPad 2 64 gig has been destroyed performance wise by 8 - why was my NEW iPad loaded with 7 and not 8 ... Maybe 7 better (or is my mini retina not that new and been sitting in a warehouse for 6 months) So ....
    Should I install 8 or leave 7.1.2 ?

    I have an iPad mini 2 purchased last year that remained on iOS 7.x for quite awhile after iOS 8 was released. I always wait for at least a x.1 release for before updating. when iOS 8.1 was released, I updated that iPad with no issues whatsoever.
    I also purchased an additional mini 2 a couple of weeks ago and updated that device with iOS 8.1 as well, again with no issues.
    Those are my personal experiences...update if you'd like (I'd say it's safe) but remember that you cannot backdate to iOS 7.x after making the jump.
    In addition, if you decide to STAY at iOS 7.x, do NOT restore your iPad for any reason *using iTunes* as it will be updated to the most current iOS version your device qualifies for (iOS 8.1 currently). If you must restore the device, do so on the device itself under Settings/General/Reset/Erase All Content and Settings. This will retain the iOS version that is currently on the device.

  • ESS/MSS leave reques Enhancement

    Hi,
    I am trying to do some enhancement to ESS/MSS Development Component in the NWDS, but it is not getting reflected. can someone help me out to resolve this issue..??
    Thanks
    Angshuman

    Hi Praveen,
    Extended notifications for SAP Business Workflow notify users by e-mail or SMS about work items that need to be processed. Notifications are sent to the relevant user in the form of messages. At present, e-mail messages (HTML or text-only) and SMS messages are supported.
    Well I would say its not the base for all mails but surely for notifications.You can send mails even without configuring it.You can try it out in dev by creating a simple workflow with mail step.For mails you need to maintain the SCOT settings and evn that is done by BASIS guys so...u need not worry about it.
    Also , for extended notifications i would suggest you to go through this link
    Link:[http://help.sap.com/erp2005_ehp_04/helpdata/DE/d5/581ee8d56f1247bf34cfcd66d16d81/frameset.htm]

  • Updating ESS/MSS

    Hi,
    We have implemented ESS/MSS and made some code changes.
    Now we are planning to patch ESS/MSS .so I guess all the modification will go away.
    So I created a new track and planning to move all the code changes from one track to the newly created track.
    How can I do that.
    Please let me know the solution
    Points will be rewarded for the helpful answer
    Thanks
    Bala Duvvuri

    Bala,
    check the attachement NWDI.zip of note 872892. There's the process explained, how to patch ESS/MSS with NWDI.
    kr, achim

  • Error while accessing services of ESS/MSS tabs - URGENT

    Hi,
    When i am accessing the services under ESS, MSS tabs ie, Leave request, My expenses etc.... i am getting the following error. 
    A critical error has occured. Processing of the service had to be terminated. Unsaved data has been lost.
    Please contact your system administrator.
    User XYZ does not exist in this period:
    com.sap.pcuigp.xssfpm.java.FPMRuntimeException: User XYZ does not exist in this period
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:111)
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:121)
         at com.sap.pcuigp.xssutils.pernr.FcEmployeeServices.initPernr(FcEmployeeServices.java:257)
         at com.sap.pcuigp.xssutils.pernr.FcEmployeeServices.onInit(FcEmployeeServices.java:220)
         at com.sap.pcuigp.xssutils.pernr.wdp.InternalFcEmployeeServices.onInit(InternalFcEmployeeServices.java:249)
         at com.sap.pcuigp.xssutils.pernr.FcEmployeeServicesInterface.onInit(FcEmployeeServicesInterface.java:135)
         at com.sap.pcuigp.xssutils.pernr.wdp.InternalFcEmployeeServicesInterface.onInit(InternalFcEmployeeServicesInterface.java:183)
         at com.sap.pcuigp.xssutils.pernr.wdp.InternalFcEmployeeServicesInterface$External.onInit(InternalFcEmployeeServicesInterface.java:243)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:920)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:889)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.attachComponentToUsage(FPMComponent.java:1082)
         at com.sap.xss.tra.fc.utils.FcTraUtils.onInit(FcTraUtils.java:264)
         at com.sap.xss.tra.fc.utils.wdp.InternalFcTraUtils.onInit(InternalFcTraUtils.java:297)
         at com.sap.xss.tra.fc.utils.FcTraUtilsInterface.onInit(FcTraUtilsInterface.java:122)
         at com.sap.xss.tra.fc.utils.wdp.InternalFcTraUtilsInterface.onInit(InternalFcTraUtilsInterface.java:212)
         at com.sap.xss.tra.fc.utils.wdp.InternalFcTraUtilsInterface$External.onInit(InternalFcTraUtilsInterface.java:428)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:920)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:889)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.attachComponentToUsage(FPMComponent.java:1082)
         at com.sap.xss.tra.fc.allmytrips.FcTraAllMyTrips.onInit(FcTraAllMyTrips.java:247)
         at com.sap.xss.tra.fc.allmytrips.wdp.InternalFcTraAllMyTrips.onInit(InternalFcTraAllMyTrips.java:543)
         at com.sap.xss.tra.fc.allmytrips.FcTraAllMyTripsInterface.onInit(FcTraAllMyTripsInterface.java:115)
         at com.sap.xss.tra.fc.allmytrips.wdp.InternalFcTraAllMyTripsInterface.onInit(InternalFcTraAllMyTripsInterface.java:348)
         at com.sap.xss.tra.fc.allmytrips.wdp.InternalFcTraAllMyTripsInterface$External.onInit(InternalFcTraAllMyTripsInterface.java:420)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:920)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:889)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.attachComponentToUsage(FPMComponent.java:1082)
         at com.sap.xss.tra.vc.allmytrips.VcTraAllMyTripsInterface.onInit(VcTraAllMyTripsInterface.java:164)
         at com.sap.xss.tra.vc.allmytrips.wdp.InternalVcTraAllMyTripsInterface.onInit(InternalVcTraAllMyTripsInterface.java:205)
         at com.sap.xss.tra.vc.allmytrips.wdp.InternalVcTraAllMyTripsInterface$External.onInit(InternalVcTraAllMyTripsInterface.java:399)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:563)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:437)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:195)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:429)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:700)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:269)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:772)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:707)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:220)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1248)
         at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:353)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:551)
         at com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:595)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:826)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:723)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java: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.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(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(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    I am able to access in QAS but not in DEV or Prod.

    VV,
    This could be case when the payroll for the user XYZ has not be updated till the current period, in which you are trying to access the ESS or MSS tabs.
    You can try this.
    1. Go to the transaction - PC00_mxy_CLSTR
    where xy refers to the MOLGA or the country coding for which the payroll is run.
    Observe there till which period for the user XYZ the payroll has been run.
    2. If the payroll has not been run for the current period.
    Go to transaction PC00_mxy_CALC and by entering the parameters, run the payroll and try doing the same.
    Hope this helps!
    Regards.
    Sandeep Tudumu

Maybe you are looking for

  • Comm ports in win 8.1

    i need to know what comm port to set up my psk31 to transmit to my ft897d hf radio  i cannot find how to get to the proper area to set it up  in win 8.1  i cannot transmit without the port setup

  • Down payments

    Hi Everyone, Is there a report where I can find all down payments made to all the vendors in F-47 so that when an invoice is received via Miro we can check whether the vendor has a down payment. Sometimes invoices are processed and the payment block

  • I was using a incase cover it was in my bag and i took out my macbook and there was a dent is that covered under applecare

    if this is not covered how much would it cost to fix it is a small indent on the bottom of my macbook pro

  • Report creation from two schemas

    Hi All, 1. suppose I have 2 databases. 2. one is sample1 and another is sample2 3. now u need to build one report from these two schemas. 4. means u need to take the samp_key from samp_tab from sample1 schema and also u need to take some measure whic

  • Develop with 11.2 ODP 64-bit, deploy in 11.2 ODP 32-bit

    Will an application that is developed on a x64 machine against a x64 version of ODP, and built to target Any Platform, function normally when deployed to a x86 machine with the x86 ODP? Both x86 and x64 ODP version's would be 11.2. Thanks, --=Chuck