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

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

  • 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

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

  • Simple problem with a list initialization.

    hello ! i have a class Contact and i would like to make a list of lists of Contact variables .. but when i try to run my code , it says "IndexOutOfBoundsException: Index: 0, Size: 0" . I know that every list of the list must be initialized .. but i don't know how .
    here is the declaration of the List
    static  List<List<Contact>> lolContact=new ArrayList<List<Contact>>();and i know that i should do something like :
    lolContact.get(0)=new ArrayList<Contact>();to initialize every list of the list but i don't know how . please help

    badescuga wrote:
    and i know that i should do something like :
    lolContact.get(0)=new ArrayList<Contact>();
    Couple of problems with that.
    1. You can never do methodCall() = something in Java. The result of a method call is not an L-value.
    2. You're trying to assign a ContactList to a Contact variable. Basically, you're trying to do
    Contact c = new ArrayList<Contact>();3. Even if you changed it to
    Contact c = lolContact.get(0);
    c = new Contact();it would not put anything into the list. That would just copy the first reference in the list and stick it into variable c, so that both c and the first list item point to the same object (remember, the list contains references, not objects--no object or data structure ever contains an object in Java), and then assigns a completely different reference to c, forgetting about the one to the object pointed to by the list. It would not affect the list in any way.
    4. You can't do get(0) until you've first put something into the list.

  • Problem with public folder initialization on exchange load generator 2010

    hi,
    we need to make some stress charge for a migration between 2010 and 2013. Before that we need to populate our exchange 2010 lab with full mailbox and public folders. So we tried Exchange load generator 2010 for this task ( initialization only). 
    Loadgen did well for the mailbox but we have some problems with the public folders. we have an empty public folder database and the user we run loadgen with has organization admin and public folder management right. the problem is that when we run this command
    (for initializing public folder only, mailbox's done) :  
    loadgencmd.exe /p /c config.xml /add trace.log 
    IT create only one public folder with the user we run loadgen with, and 5-8 objects inside. We need that It create a public folder for each users it created before. Maybe we do not understand loadgen
    correctly...

    I found my solution :
    customize the <PublicStoreProfile> section in the configuration file as follows:
     <PublicStoreProfile>
        <MessageFiles />
        <TopLevelFolderCount>1</TopLevelFolderCount>
        <NonTopLevelFolderCount>1</NonTopLevelFolderCount>
        <MinimumFolderDepth>1</MinimumFolderDepth>
        <AverageFolderDepth>2</AverageFolderDepth>
        <MaximumFolderDepth>3</MaximumFolderDepth>
        <MinimumMessageCount>5</MinimumMessageCount>
        <AverageMessageCount>10</AverageMessageCount>
        <MaximumMessageCount>15</MaximumMessageCount>
        <UseOrdinalFolderName>false</UseOrdinalFolderName>
      </PublicStoreProfile>
    Simply put differents values for each variables.

  • Problem Making Copies of DVD

    Hi all,
    I just burned a DVD using iDVD and gave it to a friend who was going to make 30 copies of it using equipment he has.
    Unfortunately it didn't work. His computer (not sure what kind of equipment he has) gave him a "read error" and was not able to continue. He said the only time he's seen that happen was when he's tried to copy a DVD from Blockbuster, so presumably when a DVD has some kind of copywrite protection. Does iDVD put such "protection" in?
    He also mentioned that it took about 4 hours to read the DVD (only to fail at the end) when normally reading a DVD (before churning out copies) takes about 15minutes.
    My workflow here is at a standstill. And I don't know what to do.
    Cyrus

    Cyrus,
    It sounds like burn error-rate problems. Discs burned at high speeds (over 4x) may have a level of burn errors that make them difficult for some readers to read.
    iDVD offers no control over burn speed and will burn discs at the lowest of the rated disc burn speed or burner speed rating. This can easily be 8x or higher with new equipment.
    To burn at a lower speed you must 'burn' to a disk image (an option under FILE in iDVD) and then use Apple's Disk Utility or Roxio's Toast to actually burn the disk image to writable media. Both offer burn speed choices. I recommend burning at no more than 2x for maximum compatability.
    F Shippey

  • Problem with COPA

    Hi gurus.
    I have a problem with PA.
    My problem is that when i create a sales orden and i have a WBS Element i cant fill the Profit. Segment because those are reals.
    How can i do to have these doble account assignement???
    Thanks in advance

    No, i dont want to reverse it.
    The proble is that when i generate a sales order with WBS Element i cant fill the Profit. Segment. it is in grey due to a standard use of SAP.
    i dont want to settle my WBS Element and put my  WBS Element at zero.
    How can ia have the  sales order information in COPA with that????

  • DVD Problem " There was an initialization error

    Hey,
    There was an initialization error A valid video device could not be found for playback (-70017) I get this ever time I place a dvd in the mac mini, now the dvd mounts on the desktop you can open dvd but can't play it using the DVD software that comes with the OS 10.4.x
    I'm using DVD software 4.6, Does anyone else have a problem, oh yeah I did wipe my system clean it work, but then i updated the OS getting all the new updates and it just stop working.

    Has anyone figured out a solution to this problem? I receive the exact same error message and I have yet to see a solution anywhere on the net despite numerous searches. please help!

  • 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

  • Problem with Session variable initialization block

    Hi,
    I'm getting strange results when using session variables in my repository files.
    I have created session variables as specified in the document which is available at
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/bi_admin/biadmin.html
    The main problem getting with the system session variable (USER) in the select statement.
    My select statement is as follows,
    select ':USER',case when upper(':USER') = 'KUMAR' then 'APR-05' end from Dual
    The problem is while logging into the BI Answers it is allowing all the invalid users to login who does not exist.
    when i remove the quotes and simply use :USER in the select statement it is not allowing the invalid users to login but giving error while displaying the results.
    when i remove the user variable from select statement its giving correct results.
    Can i know what is causing the problem.
    Thanks,
    Kumar.

    Hi DK,
    Check out my post Rowlevel Security?? and see if it helps you.
    Cheers!
    -Joe

  • Problem in copa configuration

    Hi
    Please guide me Step wise COPA configuration in ECC 6.
    br
    bukhari

    HI Parthu,
    Could  u plz forward CoPA config guide. this id....(janab4u(at the rate of)gmail.com
    thanks in advance
    regards
    JK

  • Mac OS X 10.5 Printer Drop-down sheet problem. Copies set to 0 by default?

    Whenever I go to print something (from any app), the drop-down print sheet always has "Copies" set to "0" instead of "1".
    How did this happen and how can I set the default Copies back to 1 like it should be?

    Hi there,
    I would be inclined to try a Reset printing system.
    How to Reset the Printing System
    1. Open System Preferences > Print & Fax
    2. Move your mouse over the Printers list
    3. Hold down the Control button and click the mouse (or right click if supported).
    4. Click "Reset printing system ..."
    5. Restart your Mac
    This will remove your printer queues but not your printers drivers. So you will need to add your printer queues again.

  • Probleme de copie de fichier sur Freebox Server depuis Maverick

    Bonjour
    J'ai parfois un message d'erreur depuis la mise a jour Maverick lorsque je tente de copier un element vers ma freebox server: Impossible d effectuer l opération car l'élément est utilisé
    J'y arrive au bout d'une 20aine de tentatives mais ca devient pesant a chaque fois. Comment resoudre ce probleme?
    Merci

    Bonsoir,
    Cette nouvelle mouture est une belle daube pleins de bugs. Pour le problème avec la freebox, il faut utiliser afp au lieu de smb. Cela règle le problème.
    Pour les autres qui ont une passerelle qui ne connait pas afp, ben nous sommes dans la mouise car il y a aucune solution.
    Même une clean install ne règle pas le problème........Allez Apple, vous avez créé un OS à l'image de certaine version de Windows. Monsieur Apple pourriez vous egalement résoudre les problèmes de conso de la mémoire.......Pour un système qui devait tout déchirer sur justement la gestion de la mémoire .....c'est un comble.
    Amicalement

  • Problems with CD-R initialization

    I recently picked up an iMac G3 600MHz with an internal MATSHITA CD-RW CW-7121 and I'm running OS v.9.2. When I try to burn a data CD and insert a blank CD-R or CD-RW and try to initialize it (within the Disc Burner software installed), it fails, releases the CD and I get the following error message:
    "Disk initialization failed because the startup or other disks are full" I can't understand this because it's a 40GIG drive with 32.66GIG available. Does anyone have any answers? Does it have to do with adjusting the memory usage control panel...virtual memory on or off? Thanks in advance.

    Hi Al
    This is a tricky one. Have you tried using a 3rd party burning tool like Toast?
    I suppose it's a bit silly to ask if your are sure that the disks you are trying are really blank. (but I have come across someone in the past trying to burn Disks that have already been used).
    The error message is not much help either. Why would initialisation fail?
    Obviously there needs to be sufficient buffer space for the data that is going to be written - but with 33.66GB you're not exactly short in that area. Which brings me back to the CDs themselves as they are the "other" disks.
    Now if you are certain that they are blanks, then there may well be something wrong with the drive that is causing the error.
    I suppose the on;y way to verify that is to either change the drive or add an external. Adding an external will be the less costly option (apart from buying toast if it is not included)
    Let us know what happenes with whatever you decide.

Maybe you are looking for

  • Upgrading iPhone 4S to iOS 7 - stuck on Connect to iTunes

    I've been at this for full 6 hours and still not setup. Here's what I'm up to. Any comments or advice would be appreciated! Updated Mac OS software, then updated iTunes software, then connected my iPhone 4S (with old iOS) to iTunes - updated all musi

  • SDM deployment error during XI 3.0 installation

    (nobody in the PI forum replied, so I'm reposting here) I need to install a sandbox using this old version. Installation base is 6.40 WebAS plus Java addon SR1. System installs fine, however during final SDM deployment I get a problem during the J2EE

  • Verify date format in module pool

    Hi all, I am working in module pool. My requirement needs to verify the date format in dd.mm.yyyy. If the entered date format is yyyy.mm.dd, then prompt error message. Can this be done? Please advise.

  • There is already a record with duplicate customer/vendor reference number

    Dear  Expert, Person "A" reject the Sale Order now Person "B" edit same  SO and again send to "A",now second time "A" approval "B" in aleart msg go to that approval,press "add" button got information  (error) "there is already a record with duplicate

  • Move  iPhoto 9 library  to  iPhoto 11 please help?

    I wan´t to move my iPhoto 9 library from my old computer, to my new computer with iPhoto 11 please help me?