Urgent!! Derivation problem in COPA

Hi Gurus,
My requirement is that i need to fill profit segment custom field ww001 itself while F-02 is used.
For this purpose I am using Derivation step enhancement. In source field i have given temp field usertemp1 and ww001 in target field. Under the enhancement i write the code I_GLOBAL-USERTEMP1 = var1. But req is not fullfilled and ww001 not getting any data.
I`ll highly appreciate if u suggest me the right way to solve this issue.

hi
directly frm FI is only if you do selection of check box in TCODE: OKB9 for particular GL - after that based on derivation rule system populates the values in the prof.segment - enhancement should be tested you can test the same in derivation before going to test directly thru posting.
your question is not clear ...what is this usertemp1....
VVR

Similar Messages

  • Problem in COPA ( Urgent)

    Hi All,
    I have a problem in COPA. The issue is-
    There was a mistake in SD Billing copying controls, it allowed the item category ZBC1 Batch item category to copy to the billing document. The item did not have any quantity or value, but it had cost, so double entries went to COPA. Copying controls have since then been adjusted back, but copa needs to be adjusted for all companies.
    First of all how does the customer best find the double entries?
    Should the correction be made from SD side by creating credit and debit memo?
    Or can the correction be done by creating new entries in COPA with eg KE21N?
    Please can any one let me know shall the entries be made in COPA. IF yes how to solve the issue

    Hi Sridhar,
    I have executed transaction KEAT.
    The total cost of goods traded is showing as 23784.76. But the actual cost was 11,892.38. ( Its showing as double, since copying control was active). And when i go to T.code VF02 the invoice is showing two line item
    1) 1st line item contains quantity+ cost ( 11892.38)
    2) 2nd line item conatins Quantity (0) + cost ( 11892.38)
    Now i need to reverse the second line item in COPA? can this be done by KEAT or any other transaction. Please let me know as i have never used KEAT
    Thanks

  • Table look up and derivation rule in COPA

    Hi,
    What is the difference between table look up and derivation rule in COPA. How do we inter rellate them in customizing.
    Please clarify.
    Thanks and Regards,
    Ram
    Moderator: Please, avoid asking basic questions

    Hi ram,
    Herewith i am giving you link i hope this will help full to you.
    deleted
    Method which is used in the derivation step.
    You can choose from the following derivation types:
    Derivation rule :
    Derivation rules are "if-then" rules, in which you specify which combination's of characteristic values will yield which target characteristic values.
    Table look-up :
    Table look-ups let you determine characteristic values by having the system read them from any table. The source fields must correspond to the key of the table where you want the system to find the target value.
    Thanks,
    Anil

  • Real time configurations for derivation types in COPA

    We have taken the sample operating concern by going thru the path
    < IMG Activity: Controlling - operating concern - sap operating concern template >, the Quickstart S-GO operating concern template>
    and configured the following derivation types by looking at the examples:
    - Derivation rule
    - Table lookups
    - Moves
    - Clear
    -Customer Enhancement
    Also, it would be great if some one could provide me with real time configuration of the derivation types in COPA
    Moderator: Please, read the rules of the forum before posting

    Hi Praveen
    Rec Type for Variance transactions is already fixed i.e. C and cant be changed....
    You can use Z rec types in KE21N for manual postings/adjustments.... Or during external data transfer
    If you can be specific on your requirement, we can discuss further using Exit COPA0002 or 0005... But for standard transactions, you cant change the rec types
    Br, Ajay M

  • URGENT BIG PROBLEM:during import track st. in queue simply does not disap

    I have problem when importing transport request on production(the transport domain controler is on development system) . The track status in queue simply does not disappear.
    I tried(based on what I have seen on an other thread) to delete the transport in import monitor and tp on OS level on productive and development system
    Then I deleted entries in TRBAT&TRJOB tables. The TPSTAT is empty.
    The problem persists.
    What would you suggest . The go live depends on this problem

    Hi,
    /usr/sap/trans/buffer might still contain entries, be careful do not modify anything here.
    Check the link
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/ad5b5a4ebc11d182bf0000e829fbfe/frameset.htm
    Check the 'Cleaning up the transport directory' and 'Synchronizing the Buffers' links within the above link.
    Please do not use subjects like : URGENT BIG PROBLEM.. it is against the rules of this forum.
    Regards,
    Siddhesh

  • Problem with COPA extractor 1_CO_PA ...

    Hi all,
        I am facing a problem with COPA extractor where delta is bringing in records which have been commited to database more that 6 hours ago.  I understand that according to a note that COPA extractors have a default safety interval of 30 minutes but 6 hours is too much.
    Is there any way I can change that?  Is there any customizing option?  Note 392876 explans how to change the safety interval to 5 minutes but I dont know if it is applicable for our patch level? 
    We are at PI->2004_1_500 patch SAPKIPZI69.
    Also the safety limit is also maintained in ROOSOURCE-DELTASAFE2 field, should I just change it there?
    any help is appreciated...
    thanks

    I see that you are not so novice!
    Please, how can I check the time and time zone in R/3 and BW?
    Thank you in advance

  • Very urgent: regarding  problem in  display of output

    hi,
    i am modifying a report in which i have to display the stock date wise, i.e. it will display that the at this date this amount of stock is there.
    currently the code is able to display the according to this criteria that if date is <= 15 then it will display the stock of previous month and if it is >= 16 then it will display the stcok of last date of current month.
    but i  want to display the data in way that it will read the rest of the records from the other itab ITMSEG.
    should i display the code of it? that it will display more clear picture.
    Edited by: ric .s on Mar 31, 2008 8:23 AM

    hi,
    dis is d 1st part which do the segregation of date:-
    parameters: p_date LIKE ZSTOCKSUM-STLDATE default sy-datum.
    data: num type i,
         w_date type d.
    aa = p_date.
    num = p_date+6(2).
    if num <= 15.
    p_date+6(2) = 01.
    w_date = p_date - 1.
    elseif num => 16.
    p_date = p_date + 30.
    p_date+6(2) = 01.
    w_date = p_date - 1.
    endif.
    And it the part where it have to fetch the records:-
    SELECT ASTLDATE AMATNR AWERKS ALGORT ASTDEBIT ASTCREDIT
      BMEINS  BMTART BMATKL BNTGEW B~GEWEI
      FROM ZSTOCKSUM AS A
      INNER JOIN MARA AS B ON AMATNR = BMATNR
      INTO TABLE STIT
      WHERE AWERKS = P_WERKS AND MTART IN MAT_TYPE AND AMATNR IN P_MATNR AND STLDATE <= P_DATE
      AND ( MTART = 'FERT' OR MTART = 'HALB' OR MTART = 'ZBOP' OR MTART = 'ZSCR' OR MTART = 'ROH' )
      AND A~LGORT IN P_STLOC.
    SELECT BBUDAT AMATNR AWERKS ALGORT AMENGE AMENGE
      CMEINS CMTART CMATKL CNTGEW C~GEWEI
      FROM MSEG AS A INNER JOIN MKPF AS B ON AMBLNR = BMBLNR AND AMJAHR = BMJAHR
      INNER JOIN MARA AS C ON  AMATNR = CMATNR
      INTO TABLE ITMSEG  WHERE AWERKS = P_WERKS AND MTART IN MAT_TYPE AND AMATNR IN P_MATNR AND BUDAT <= P_DATE AND BUDAT => aa
      AND ( MTART = 'FERT' OR MTART = 'HALB' OR MTART = 'ZBOP' OR MTART = 'ZSCR' OR MTART = 'ROH' )
      AND A~LGORT IN P_STLOC.
    SORT ITMSEG BY MATNR WERKS LGORT MEINS MTART MATKL NTGEW GEWEI.
    DELETE ADJACENT DUPLICATES FROM ITMSEG COMPARING MATNR WERKS LGORT MEINS MTART MATKL NTGEW GEWEI NTGEW.
      INSERT LINES OF ITMSEG INTO TABLE STIT.
        ITAB[] = STIT[].
        SORT ITAB BY MATNR WERKS LGORT MEINS MTART MATKL NTGEW GEWEI NTGEW.
        DELETE ADJACENT DUPLICATES FROM ITAB COMPARING  MATNR WERKS LGORT MEINS MTART MATKL NTGEW GEWEI NTGEW.
      SORT STIT BY MATNR LGORT.
      SORT ITAB BY MATNR LGORT.
      LOOP AT ITAB.
        V_QTY = 0.
    LOOP AT STIT WHERE MATNR = ITAB-MATNR AND LGORT = ITAB-LGORT.
    if num <= 15.
        V_QTY = V_QTY + STIT-STDEBIT - STIT-STCREDIT + ITMSEG-MENGE.
    *IF AA >= 16.
    else.
        V_QTY = V_QTY + STIT-STDEBIT - STIT-STCREDIT - ITMSEG-MENGE.
    endif.
    ENDLOOP.
    this is the code where i think the problem is as it is able to display the data in debug mode but when it comes to actual report execution it is not displaying it i.e. if the stcok of material is changed on today's date it is showing but when i want to see the stock of previous date it is still showing the same. plzz help me out it is really urgent.
    Edited by: ric .s on Mar 31, 2008 11:06 AM

  • Scenarion of Delta Load problem in COPA Extraction

    Please get me the solution for this particular scenario.
    Let us suppose that i created the datasource some 1 year back and running the deltas successfully since then.
    Let us number the requests from 1,2,3... and so on since 1st jan 2009. And let us suppose each request loads
    some 1000 records everyday from ECC to BI.
    Now on 10th august some change was made to ECC( such as change in the User Exit ) that caused the mismatch in number of data records ( loading only 950 records ) since the change was made on 10th August. But I identified the problem on 17th august with request number 160. Let us say those request numbers are 153(10th),154(11th),155(12th),156(13th),157(14th),158(15th),159(16th),160(17th). I fixed the program in ECC on 17th and further the requests from request number 160(17th) are fetching the correct number of data records. Now I need to delete the data in BI for request numbers 153 till 159 since they are not reconciling the data of ECC with BI. Now  we reload the deltas for such requests from ECC to BI. So how do I reload the deltas now in this scenario since ECC system keeps track of the last delta ie.. on 17th august(Req no 160). But how do I Load the deltas from req number 153 to 159 from ECC to BI.
    One proposed solution to this problem was setting the timestamp of COPA to 10th august. But it is not advised to set the timestamp for COPA datasources using the KEB5 transaction in a production system.
    Now in this scenario how do I load the request numbers 153 to 159 from ECC to Bi to fetch the correct data records for that period. Please propose a solution for this problem ASAP. U can also call me back whenever u need.
    Thanks in advance

    As stated in a previous post...
    How you choose to do this can be summed up by the question: Does the target for this data have cumulative or non-cumulative Key Figures?
    If you are doing an overwrite to the Key Figures, you could just execute a Full Repair InfoPackage that extracts the data for the days that you found inconsistencies instead of attempting to change the timestamp in KEB5 on the source ECC environment.
    However, if you're target has cumulative Key Figures you're left with very few options (a couple of them are time-consuming):
    1) Changing the timestamp in KEB5, if your plug-in is PI 2003.1 or older. Newer versions of the plug-in do not allow the changing of the timestamp as was pointed out by Ferruccio earlier.
    2) Deleting the keys in the target InfoProvider for those records that you extract in a Full Repair extract.
    3) Delete all data in BW for COPA and start from the beginning. This may be your best bet for cleaning up the issues in this scenario.

  • Urgent: Middleware problem: Load from R/3 to CRM

    Hi,
    This is with regards to a CRM installation that we have at our office. I have followed all the Best practices steps for establishing connectivity and to activate replication between the backend R/3 and the CRM system.
    However, I am facing the following issues:
    1) When trying to replicate Customizing Objects from R/3 OLTP to CRM System, the execution remains on "Running" status forever. The only option remains to abort the execution.
    2) On running the transaction SMOHQUEUE, I am facing the following error message: "Error during aRFC (SAPCRM_MW_RR_000:Name or password is incorrect. Please re-enter)". Best practices suggests creation of a RFCUSER in client 000. This I have done.
    3) Finally, in the Best practices document, C71, if you kindly refer to page 19 till the end of the section, it has been mentioned that at the time of creating RFC destinations for R/3 and the logical destinations, the logon credentials is that of RFCUSER for all. However, creation of this user is only for client 000. I am trying to understand whether RFCUSER needs to be created in R/3 as well as the application client.
    I would request your expert advice as this is very urgent and assure that points will be awarded.
    Thanks
    Souvik

    I have found a propoer articulation of my problem in SAP note 429423. It goes as follows:
    <i>"No entry exists in one of the queues, but the status in R3AM1 remains 'Running':
    In this case, probably no reply is sent to the CRM Server after the data selection in the source system.If this is the case for an adapter object but not for others, contact the respective application component which can analyze why the source system does not send a reply and correct it.
    If this system response occurs for all adapter objects, create a message for component CRM-MW-ADP."</i>
    However, I am unable to act on the above. Kindly suggest what exactly needs to be done as suggested in the note.

  • Problem in COPA re-initialization - Kishore Seereddi

    Hi Kishore or other Gurus,
                   I have an issue on my COPA values. KE24 doesn't reconciled with the values on my COPA cube. My initial conclusion is that some of the records created on October 2, 2008 and posting date on September 30, 2008.
                   Is there an issue with the creation and posting date? or is there an issue on reinit because there is a reinitialization happen on October 2, 2008. I am not the one who do the reinitialization I am just supporting the issue.
                  I mentioned Kishore here because I read on the thread below that he mentioned that we need to run the delta load up to 3 times the delta load retrieved only 0 records before doing init without data transfer and full repair. What is the reason behind these?
    Re: COPA Enhancement and Reinit of Delta
                 I asked because the guy who re-init the data delete the records of the cube and then just do init without data transfer and then full repair.
                 Then the data where not synched between KE24 and COPA. The datasources is 1_COPA****.
                 Hope you can help me asap. I will assign points asap too.
    Thanks and regards,
    Raymond
    Edited by: Raymond Dela Cruz on Oct 27, 2008 11:20 AM

    Hi,
    As i understood that the Delta need to be loaded for 1 or more time in case of LO dataextraction, by doing so we clear the delta queue in LBWQ T-code. so this will not cause problem duplication of records in our next delta extraction.
    For the CO-PA and FI the extraction method is different in compare to LO extraction. so there is no need to do the delta extraction before reinit of data.
    Please check your filters in KE24 and BW are same during reconciliation. Because selection filters are important in COPA.
    If you are looking for sales information, in KE24 check the corresponding invoice numbers created on date of intrest are available in COPA infocubes. this is one of the method.
    Regards,
    Vishwa.
    Edited by: Vishwanath H.E on Oct 28, 2008 12:55 PM

  • Derivation rule in COPA

    Hi
    kindly explain me the derivation rules possible ways of derivation in COPA
    based on costing based.

    Hi,
    Please check the following link:
    https://help.sap.com/saphelp_erp60_sp/helpdata/en/7a/4c38ee4a0111d1894c0000e829fbbd/content.htm
    Regards,
    Pavan Kumar Arvapally

  • Derivation rule in COPA from BSEG

    Hi experts,
    My issue is to derivate a field (SEGMENT) from Table BSEG in COPA.
    Unfortunatly my customer donu2019t use the standard customizing from the SEGMENT derivation rule, we donu2019t populate the field SEGMENT in the profit center master data.
    Firstly, with a user exit (U903 - ZRGGBS000) which is trigger with substitution rule we populated the field SEGMENT in BSEG.
    Now I created a new characteristic WWSEG and I canu2019t derive it in KEDR with table look up, can I have your advices please?
    With an abaper, we tried to find a solution with the COPA0005 exit but he donu2019t find the logic to map the source  field BSEG-SEGMENT and the target field COPA-WWSEG
    Thanks
    Kinds regards
    Cédric

    Hi Waman,
    Thanks a lot for all and thanks to Dave.
    But it doesn't work.
    The segment in bseg-segment is filled when posting a FI document.
    For reminder, the field BSEG-SEGMENT is firstly filled with a user exit.
    We implemented the note 1135567, we created the program ZRFI_OSS_KEAK_SEGMENT adapting the code to our characteristic WWSEG, when we tested, in debug we drop in the Abap code but the structure COBL-SEGMENT is not filled, therefore the WWSEG is not filled.
    Have you other idea to solve my issue ?
    Best regards
    Cédric

  • Urgent facing problem when starting the weblogic admin serverof soa11.1.1.3

    install the soa 11.1.1.3 trying to start the admin server of weblogic getting the below exception plz help me its urgent.
    ####<Jun 9, 2010 10:31:55 AM IST> <Critical> <WebLogicServer> <PC-AMD40> <AdminServer> <main> <<WLS Kernel>> <> <> <1276059715500> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-01538: The default policy provider was not found.
    weblogic.security.SecurityInitializationException: The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-01538: The default policy provider was not found.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1394)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-01538: The default policy provider was not found.
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:273)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:265)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:136)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1312)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: oracle.security.jps.JpsException: JPS-01538: The default policy provider was not found.
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:705)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:271)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:265)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:136)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1312)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: oracle.security.jps.JpsException: JPS-01514: The default context is missing in jps-config.xml.
         at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:665)
         at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:650)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:650)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:271)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:265)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:136)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1312)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: oracle.security.jps.service.credstore.CredStoreException: JPS-01050: Opening of wallet based credential store failed. Reason java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
         at oracle.security.jps.internal.credstore.ssp.CsfWalletManager.openWallet(CsfWalletManager.java:177)
         at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.doInit(SspCredentialStore.java:218)
         at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:140)
         at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:127)
         at oracle.security.jps.internal.credstore.ssp.SspCredentialStoreProvider.getInstance(SspCredentialStoreProvider.java:115)
         at oracle.security.jps.internal.credstore.ssp.SspCredentialStoreProvider.getInstance(SspCredentialStoreProvider.java:53)
         at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.findServiceInstance(ContextFactoryImpl.java:139)
         at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:170)
         at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:191)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:133)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:128)
         at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:656)
         at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:650)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:650)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:271)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:265)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:136)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1312)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    using orapki you should be able to see the contents of the wallet without a password. try using this:
    ORACLE_WM_HOME/oracle_common/bin/orapki wallet display -wallet ORACLE_WM_HOME/user_projects/domains/EPMSystem/config/fmwconfig
    Should result in the following
    Oracle PKI Tool : Version 11.1.1.2.0
    Copyright (c) 2004, 2009, Oracle and/or its affiliates. All rights reserved.
    Requested Certificates:
    User Certificates:
    Trusted Certificates:
    Subject: OU=Class 1 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
    Subject: OU=Secure Server Certification Authority,O=RSA Data Security\, Inc.,C=US
    Subject: CN=Entrust.net Secure Server Certification Authority,OU=(c) 1999 Entrust.net Limited,OU=www.entrust.net/CPS incorp. by ref. (limits liab.),O=Entrust.net,C=US
    Subject: CN=GTE CyberTrust Global Root,OU=GTE CyberTrust Solutions\, Inc.,O=GTE Corporation,C=US
    Subject: OU=Class 3 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
    Subject: CN=Entrust.net Secure Server Certification Authority,OU=(c) 2000 Entrust.net Limited,OU=www.entrust.net/SSL_CPS incorp. by ref. (limits liab.),O=Entrust.net
    Subject: OU=Class 2 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
    Subject: CN=Entrust.net Certification Authority (2048),OU=(c) 1999 Entrust.net Limited,OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.),O=Entrust.net
    If it prompts you for a password then that's your issue...

  • BAPI_ACC_DOCUMENT_POST - problem with COPA

    Hi all,
    I'm using the function BAPI_ACC_DOCUMENT_POST to post documents like F-02. It's working right, but it's not transfering to CO-PA. I'm trying to fill the table CRITERIA to pass values for proftability segment, but it's not working right for that.
    I was filling CRITERIA for the follow fields, but I receive a error message in return of BAPI that says 'Complete PA structure ... ' :
        CLEAR I_BAPIACKEC9.
        I_BAPIACKEC9-ITEMNO_ACC = p_item.
        I_BAPIACKEC9-FIELDNAME  = 'KNDNR'.
        I_BAPIACKEC9-CHARACTER  = i_report-kunnr.
        APPEND I_BAPIACKEC9.
        CLEAR I_BAPIACKEC9.
        I_BAPIACKEC9-ITEMNO_ACC = p_item.
        I_BAPIACKEC9-FIELDNAME  = 'ARTNR'.
        I_BAPIACKEC9-CHARACTER  = i_report-matnr.
        APPEND I_BAPIACKEC9.
    Could anyone send me an example of the function ( BAPI_ACC_DOCUMENT_POST ) using table CRITERIA to transfer data to COPA ?
    Thanks

    Hi Savitha,
    follow the values in structures to call BAPI:
    HEADER:
    OBJ_TYPE      BKPFF
    OBJ_KEY          $
    OBJ_SYS           CTD600
    BUS_ACT           RFBU
    USERNAME      FERRATRE
    HEADER_TXT     4400000325
    COMP_CODE     7100
    DOC_DATE     20060209
    PSTNG_DATE     20060209
    TRANS_DATE     00000000
    FISC_YEAR     2006
    FIS_PERIOD     08
    DOC_TYPE     GG
    BAPIACKEC9:
    0000000002|ARTNR|000000000000530404             
    0000000002|KNDNR|0000080018                     
    0000000002|SPART|10                             
    0000000002|VKORG|BZ01                           
    0000000002|VTWEG|10                     
    BAPIACGL09:
    ITEMNO_ACC     0000000002
    GL_ACCOUNT     0000040000
    DOC_TYPE     GG
    FIS_PERIOD     08
    FISC_YEAR     2006
    PSTNG_DATE     20060209
    VALUE_DATE     20060209
    CUSTOMER     0000080018
    TAX_CODE     SD
    MATERIAL     000000000000530404
    BAPIACCR09:
    ITEMNO_ACC     0000000001
    CURRENCY     BRL
    AMT_DOCCUR     136.0000
    MESSAGE ERROR FROM BAPI:
    E|RW|609|Error in document: BKPFF $ CTD600       
    E|KF|018|Complete PA transfer structure FI       
    W|KI|350|Profitability segment being derived again

  • Urgent: Sessions problem pls help me

    Hi all,
    Its already late to post this problem.pls help me urgently.
    I have a servlet & two jsp's. first i request servlet, it processes something and forwards request to my first jsp. In that jsp on a button click, i'm displaying a new popup by calling showModalDialog. this dialog gets data from the same servlet but it forwards to my second jsp.(second jsp can be seen in dialog)
    Now if i submit form from my second(dialog) jsp, the servlet reports that session has expired. I tried a lot but invain. any one who helps me is appreciated well by all of our forum.
    waiting 4 u r reply,

    It could be that you have cookies turned off and you're not using URL Rewriting.
    In J2EE, the first time your browser makes a request to the server, the server responds and appends a SESSION_ID parameter to the request as well as storing a cookie with the SESSION_ID.
    The second time your browser makes a request, the server checks for the cookie. If it doesn't exist it checks for the parameter. If neither exist the server assumes its the first time your browser has made a request and behaves as describe in the previous paragraph.
    In your case when you submit the form if you have disabled cookies and the action attribute doesn't have the SESSION_ID paramter appended to the url, the browser will assume it's a first request. The user will not be logged in, hence your session has expired error.
    To fix this you need to encode the URL in your JSP. You can use the struts html:rewrite tag or the HttpServletReponse.encodeURL method, or if you're using JSP 2.0 the JSTL c:url tag.

Maybe you are looking for

  • TS1424 I can no longer purchase music or books. Visa etc up to date. Downloads sign just keeps flashing but not downloading

    I have downloaded books and music for two years. Now when I try to the songs do not download. When I press green buy book it goes blank and nothing downloads. My visa is fine and details current. Also when I shut down and next day open up iTunes the

  • Help! my printer no longer works after 10.4.10 upgrade

    I have a canon pixma ip4200 printer, worked fine for 2 years. Since I upgraded to 10.4.10 my ibook can't find it. I've reinstalled the canon latest driver, setup utility, checked my usb ports (both fine) and cable, tried disk utility on my hard drive

  • [ADF-11.1.2] Proof of view performance tuning in oracle adf

    Hello, Take an example of : http://www.gebs.ro/blog/oracle/adf-view-object-performance-tuning-analysis/ It tells me perfectly how to tune VO to achieve performance, but how to see it working ? For example: I Set Fetch size of 25, 'in Batch of' set to

  • Ghost files in C6

    2 examples. I had deleted a file while in mass storage mode using windows explorer from the memory card. Now in the photo/image file view application, its file browser insists that the file exist but when I look into the details, there location is bl

  • Import failed in CMS

    i am trying to configure DI on EP7 NW2004s sp6 and want to develope some self service application. I followed following steps 1.Downloaded and installed following .sca files •     SAPBUILTxx x-….sca •     DICMSxx x-…sca •     DICBSxx x-…sca •     DID