Issue with controlling extraction

Hi
Due to an sap r3 error my data load from co_om_cca_9 to a data target is stuck from october . But now its Ok in sap r3 . How can i load the data from october till date to my data target ?
Please suggest .

Hi simon !
Stuck means is failing from last october .
Yes .. I am running deltas .
Yes.last time stamp is set to X (that is for 09.05.2008)
In BWOM_SETTINGS table most recent has no value .
We have a ODS for to resolve for duplicate records.
Please also tell me the details of these .

Similar Messages

  • "Possible precedence issue with control flow operator"

    Hi guys
    I have following Problem:
    Yesterday I made a distribution update from debian wheezy to debian jessie.
    Since then I got a problem with a plugin which I'm using for Icinga a monitoring system.
    When I run it, I got the error that there is an "Undefined subroutine".
    I read on google that I can fix it, with reinstalling the vsphere SDK, but the installation stuck at "CPAN is downloading and installing pre-requisite Perl module "SOAP::Lite"".
    I can skip this step with Ctrl+C and at the end it says "This installer has successfully installed...".
    But when I run the Plugin I get the error message "Possible precedence issue with control flow operator at /usr/share/perl/5.20/VMware/VICommon.pm line 2147." and the whole plugin stucks.
    I tried the following step which I found in this forum and the error message doesn't appear, but the plugin still stucks...
    Re: VMware-vSphere-Perl-SDK-5.5.0-1384587 broken with perl 5.20
    I have also Perl 5.20.2...
    Can you guys help me?
    Vinzenz

    Ok I could fix it...
    I changed the line 2147 to
    return (defined $user_agent->cookie_jar and
                      $user_agent->cookie_jar->as_string ne '');
    And this time I waited for a long time and I get a error message that there is a problem with SOAP.
    The solution was to downgrade Net-HTTP and libwww-perl with following commands:
    perl -MCPAN -e shell
    o conf urllist push http://backpan.perl.org
    install GAAS/Net-HTTP-6.03.tar.gz
    install GAAS/libwww-perl-6.03-tar.gz
    The second Command loads older releases to the urllist.
    Thx for your help and I hope I could help others with the same problem.
    Vinzenz

  • Issue with generic extraction (Generic Delta)

    I have one more issue with Generic Delta Extraction. Here I selected the field related to my requirement but when I am trying to save I am getting error Still OLTP have errors.
    I need some help when we select generic delta wht are the settings. Like now I am working on Inventory Management.
    Please Some one help me as soon as possible.
    Thanks In advance.....
    Regds
    SDR.

    Hi ,
    I think there are some of the Keyfigure fields which needs 0Unit or 0Currency field to be present in the Extract Structure but they are not present . Check All unit of measure and Currency unit fields are not hidden .
    Regards,
    Vijay.

  • IOS 7.0.2 update issue with Control Center

    After updating, the iTunes controls no longer work in Control Center. I've already tried rebooting with no changes. Anyone else having this issue?

    Ok, well, after a few more reboots and it finaly started to respond. Wierd.

  • Issue with Data Extraction from OAGIS 9 User Area Tags ...

    We are working on displaying the data coming from OAGIS9 into Excel sheet. We created a custom Schema for the Excel sheet and are able to display all the data in OAGIS9 except for the ones in UserArea. We are facing issue in extracting data from tags present in UserArea of OAGIS 9 schema and transforming it into our Custom built schema.
    Can you please suggest us some way in which we extract data from userArea?
    Thanks in advance ~

    Here is the example with instructions, we have just done it and working
    1.You need to have the custom schema that is coming with in the <UserArea>/<any>
    For example this custom schema is like this one shown below and you are using this CutomerPartyMaster of OAGIS
    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema xmlns="http://www.userarea.com/mdm/oagisextensions" elementFormDefault="qualified" targetNamespace="http://www.userarea.com/mdm/oagisextensions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="Customer" type="CustomerType" />
    <xs:complexType name="CustomerType">
    <xs:sequence>
    <xs:element minOccurs="0" name="Gender" type="xs:string" />
    <xs:element minOccurs="0" name="DOB" type="xs:date" />
    <xs:element minOccurs="0" name="SSN" type="xs:string" />
    <xs:element minOccurs="0" name="PAN" type="xs:string" />
    </xs:sequence>
    </xs:complexType>
    </xs:schema>
    and the Input data snippet will be like this inside CustomerPartyMaster
    <tnsa:UserArea>
         <tnso:Customer>
              <tnso:Gender>string</tnso:Gender>
              <tnso:DOB>1980-10-13</tnso:DOB>
              <tnso:SSN>string</tnso:SSN>
              <tnso:PAN>string</tnso:PAN>
         </tnso:Customer>
    </tnsa:UserArea>
    where xmlns:tnsa="http://www.openapplications.org/oagis/9" and xmlns:tnso="http://www.userarea.com/mdm/oagisextensions"
    Lets assume your Target Schema is like this where only DOB is coming from userarea
    <CreateRequest>
    <record>
    <firstname></firstname>
    <lastname></lastname>
    <dob></dob>
    </record>
    </CreateRequest>
    2.declare the name space of incoming userarea custom schema in your xsl file like this
    xmlns:nsext="http://www.userarea.com/mdm/oagisextensions"
    3.here is xsl code that copies element from CustomerPartyMaster/UserArea
    <xsl:template match="/">
    <imp1:CreateRequest>
    <xsl:for-each select="/inp1:ESBProcessCustomerRequest/body/ns4:ProcessCustomerPartyMaster/ns4:DataArea/ns4:CustomerPartyMaster">
         <imp1:record>
    <xsl:for-each select="ns4:UserArea/nsext:Customer/nsext:DOB">
              <imp1:dob>
              <xsl:value-of select="."/>
              </imp1:dob>
         <imp1:record>
    </xsl:for-each>     
    where imp1 is target schema namespace
         ns4 is OAGIS standard namespace.
    *****************

  • Issue with control cycle

    Hello all,
    Can somebody please tell me how to find who created a particular control cycle?
    Is there a way to find the id of the person who created/modified a control cycle?
    If yes, please tell me.
    Thanks and Regards,
    Umakanth.

    Hi
    Use Transaction AUT10 with T-codes PK01/PK02.
    Give the period for which you want to find changes.
    keep the changed by field open , i.e dont put your user id there.
    and execute, you will get list of all changes done through creation or chage transaction of control cycle.
    check it out and revert back for further discussion.
    Hope it helps you.
    regards
    Ritesh

  • Issue with generic extraction using FM

    Hi All,
    I am trying to load from one DSO to other DSO, where i am trying to use generic extraction using FM, where i created strucutre of second DSO .
    created Generic datasource with Function module.
    when i am loading data using infopackage, its loading perfectly into PSA(with 100 records) and when i am loading thru DTP to Data target( second DSO), it is looping many records in each datapackage(like 8 million in each package) and updating into datatarget finally 100 records. but it is taking long time to finish the process.( i copied RSAX_GET_SIMPLE_DATA) and added transformation logic to it .
    so i would like to know, if there is anything i have to change in the Function module code, to fix this.
    i would also like to know,  request is already in PSA, will it again extract from FM, when updating thru DTP.
    Thanks
    R,man
    Points will be awarded.

    Hi
    I also had the same process. In the code of the function module. just check the Raise Exception code, probably ABAP guy can help. Also try to debug the code in RSA3 in debug mode. Actually it is going to a infinite loop, I guess.
    Regards
    Souresh

  • Data Validation issue with Standard Extraction

    Hi Experts,
    I have a requirement to publish a report in BI from ECC, all the details are coming from this DataSource : 2LIS_02_ITM.
    This particular DataSource have the many fields which are from the following tables
    EKKO
    EKPO
    MARA
    EKBE
    I tried replicating the DataSource in BI and created transformation extracted full data.The number of record the DSO (0PUR_O01) has is 27910.
    I checked with the ECC tables. And the number of records they have are
    EKKO -   79129
    EKPO -  250502
    MARA -   40950
    EKBE - 1447470 
    I just don't know how do I check whether BI data is correct with ECC.
    Can anyone please tell me how do I reconcile the data.
    Thanks

    Hi,
    you have to check the number of records for the datasource in RSA3 transaction.
    Also, check the start routine at transformation level, as well as the selections if you have loaded.
    Hope this helps,
    Regards,
    Rama Murthy.

  • Issue with PU12 extraction

    Hi,
    I want to extract Master datau2019s from various infotypes using PU12.
    1.     Is it possible to extract only master data from various info types using PU12?
    2.     If so how can I extract.
    3.     Is it possible to add our field in the final layout which is not in info types? (because I want to add some constant fields and the  constant values needs to change based on the values I fetched.)
    It will more helpful if i get early responses.
    Regards,
    Satheesh.
    Edited by: satheesh kumar on Apr 14, 2010 8:47 AM

    Hi simon !
    Stuck means is failing from last october .
    Yes .. I am running deltas .
    Yes.last time stamp is set to X (that is for 09.05.2008)
    In BWOM_SETTINGS table most recent has no value .
    We have a ODS for to resolve for duplicate records.
    Please also tell me the details of these .

  • Issue with data extracted to "loader" format

    I only just noticed something weird (yet probably not directly related to sqldeveloper)
    Using 3EA4, I see the following line when unloading a query result to "loader" format:
    CONTINUEIF NEXT(1:1) = '#'
    I assumed this is harmless , yet today I've noticed it cause sql*loader to systematically
    ignore the first character of every line in the data section of the .ldr file!
    I am using this format often as it conveniently bundles spec and data (ldr=ctl+dat),
    but have never paid attention to this glitch before. Could this perhaps affect this
    particular version of sql*loader only? Right now I only have access to the 10.2.0.1.0
    win32 version that comes with XE10g. Can someone confirm?
    If such a widespread (free, from Oracle, I assume attracted a lot of users) version
    is affected, wouldn't it make sense to not generate the offending line from sqldeveloper?

    Wow - on closer inspection I see sqldeveloper actually systematically includes
    a leading space, whicn can then be eaten by the CONTINUEIF while enabling
    the support for multi-line records.
    My problem only occurred because I had stripped that leading space.
    Every little thing counts, it seems :-(

  • Issue with Data Extraction for Master data

    Hi All,
    I have requriment to enhance standard Datasource(0VENDOR_ATTR) to populate certain fields from table LFBK.
    I have enhanced the datasource and the i am able to pull the data in ECC via RSA3.
    After that i have replicated the Datasource in BI and have activated the Datasource and the enhanced fields are available in BI datasources and have created the transformation between Datasource and 0VENDOR.
    when i run the infopackage, the new enhanced fields are not getting populated. I really wonder how the data is not coming to BI, when its is getting populated in RSA3 in ECC.
    Request to give your solution to solve this issue.
    Regards,
    Gowrisankar

    Hello Gowrisankar N K ,
    After making changes to your 0VENDOR_ATTR DS, make sure that you had replicate DS at BI side.
    if not then please first Replicate the DS & check the newly enhanced field is available in PSA.
    Regards,
    Divyesh Khambhati

  • Issue with Hrs extraction.

    Hi all;
    we are using delta for data source '0CA_TS_IS_1' and its been doing extraction fine for approved CATs hrs, but recently we have added another company code and costcenters for this company code, the new employees' hrs for that cost centers are not coming while doing extraction. did testing on RSA3; not a good luck..Is there a settings or something we are missing?
    Krishma.

    Hi simon !
    Stuck means is failing from last october .
    Yes .. I am running deltas .
    Yes.last time stamp is set to X (that is for 09.05.2008)
    In BWOM_SETTINGS table most recent has no value .
    We have a ODS for to resolve for duplicate records.
    Please also tell me the details of these .

  • UI issues with beta 8

    First off, let me confirm that the correct way to upgrade from beta 7 to beta 8 was just to install beta 8 on top on beta 7. Is that correct or should I have deleted beta 7 first?
    If that's correct, then I am having a whole bunch of issues.
    First issue: My basic Tab Bar Controller application does not display (in the simulator) the UIView the first time you visit the tab but does display it the second time you visit a tab. Anyone every seen this and if so any ideas on the root cause?
    Second issue: Once the view does display, I am having some issues with controls. When I try to add "IBOutlet NSTextField* distanceLabel;" to my interface for the view controller (subclassed from UIViewController), the compiler flags this with "syntax error before NSTextField". Am I missing some special syntax sugar for the iPhone here?
    Third issue: I have hooked up a button "touch up" event to a method in my controller with this signature: "- (IBAction) start:(id)sender;" This hooks up all nice and good but when the button is pressed, the app crashes in GDB with a selector not found error.
    Anyone seen this with beta 8 or otherwise?
    Thanks,
    Tim

    Actually, i just notice this in GDB. This looks like a problem -- has anyone ever seen this before?
    This GDB was configured as "i386-apple-darwin".warning: Unable to read symbols for "/System/Library/Frameworks/UIKit.framework/UIKit" (file not found).
    warning: Unable to read symbols from "UIKit" (not yet mapped into memory).
    Program loaded.
    I also reformated my dev machine and clean installed beta 8 so I am pretty sure that is not the issue now...
    Tim

  • Having 2 small issues with 10.4.3 interface - shift click & control click

    I am having two issues with 10.4.3 on my mom's computer.
    1) I Control-Click the mouse and I do get a shortcut menu on the desktop, on icons, etc. How can I get this back? I can not seem to find a preference that sets this.
    2) I am in iPhoto and would like to select multiple film rolls (consecutive rolls) by clicking the first and then clicking the last one that I would like and it is working like I am comand clicking and only selecting the two rolls that I have clicked on and not the ones in between.
    Any help in how to work this out would be great.
    Happy Turkey Day!
    K

    1) I Control-Click the mouse and I do get a shortcut menu on the desktop, on icons, etc. How can I get this back? I can not seem to find a preference that sets this.
    Do you have any third-party items in:
    /Library/Contextual Menu Items/
    /Users/YourUsername//Library/Contextual Menu Items/
    If you do, try dragging them onto your Desktop and then retry control-clicking.

  • Issue with copy control of Delivery document to Billing document

    Hi All,
    I am having some issue with copy control of Delivery document to Billing document.
    I am having two line items in Delivery documetn, one is for item to be delivered to customer and other which is created due to batch determination.
    Now , when I create billing document (VF01) with reference to this delivery document , I want only one line item (for the one which needs to be delivered to customer).
    I have used following things in  copy contro from ZLF to ZF2:
    Copying requirements: 004 ( Deliv-related item)
    Data VBRK/VBRP: 007 "(Inv.Split (Rec/Div))
    Is it correct or shall I use something else, so I have only one line item in Billing document.
    Regards
    Nidhi

    Pls. search the forum.
    Pls. refer the below link -
    Line with 0 quantity for main item with batch split
    Thanks

Maybe you are looking for

  • How to download a file from a table not in the parsing schema

    We have a table in another schema which holds files in a blob column. I can create a form on this table and the file upload works fine. The file browse page item has the source as the blob column and storage type "BLOB column specified in Item Source

  • Editing with Photoshop Elements on a different computer

    I spend my time in two different countries. Last time I went to the US, I installed my copy of Photoshop Elements on my laptop, as I prefer to use that program for editing. Unfortunately, I left the disc in the US. Now that I am back in Finland, I wa

  • InDesign Eyedropper Tool Problem or Bug?

    I am running InDesign CS3 on Snow Leopard. Issue: I working merrily on my way in a project when all of a sudden the Eyedropper Tool blitzes out on me by not copying text attributes correctly. Though I cannot replicate the problem at will it happens m

  • LSOCP configuration documentation

    Hi We have just starting with SAP Learning Solution.  Is there any documentation for the configuration of the LSOCP (ECC backend systems, KM etc) in the Portal?? Thanks Doug

  • Forget to set environment variable export SAPINST_USE_HOSTNAME

    Dear Experts we have installed the SAP ECC6.0 EhP4 in HACMP environment with AIX6.1 ,Power HA cluster6.1, oracle 11g database the problem is while installing the CI and ASCS and Dialog instance I  missed  to set environment variable export SAPINST_US