Psa data is deviated from source system data...

Hi all,
My source data was manipulated when it reaches to PSA. We r extracting the data from Flatfiles. And v have one keyfigure as no.of months (say 12,13,14). When am extracting this data to my Infocube this particular fields has changed as 12,000 and 13,000 and 14,000. Even though it is appearing in Simulation under Schduler tab in the same way(12,000 and 13,000 and 14,000).Am not multiplying this field with any value under updaterules.
And the datatype for keyfigure is Number.
And PSA data should always similar to source system data.
But here also am getting deviations. Let me inform me what are the routines and conversion takes place, before the data reaching to PSA from source system.

Hi Suresh,
Don't worry. The field presentation in the cube depends on the field type.
And I guess that comma stands for a decimal delimiter.
And if so, there is no difference at all!
Check your settings.
Best regards,
Eugene
Message was edited by: Eugene Khusainov

Similar Messages

  • Error in loading data into PSA from source system.

    Hi Experts !!!
    Good morning .
    I am trying to load data from SRM source system into BI system.When I execute infopackage,the data is not loaded into PSA and status of the process immediately becomes yellow.After sometime it gets timed out and converts to RED.When I checked the error documentation I found that the iDOCS response was not received from the source system.Detailed error is as below.
    System Response
    There are idocs in the source system ALE outbox that did not arrive in the ALE inbox of BI.
    Further Analysis
    Check the TRFC log
    you can access this log using the wizard OR menu path "Environment > Transact. RFC> In the source system
    However,I was not able to navigate to this path.I think if I can navigate to this path,I can manually push IDOCS from source system to BI system.
    Regards,
    Mandar.

    Hi,
    Check the DataSource in RSA3, if it is working fine and able to see the data in RSA3, there is no problem in DS level, then check the Mappings and any routines in BW for that DS, if this is also fine then check the below options.
    See Dumps in ST22, SM21 also.
    Check RFC Connection between ECC and BW systems, i.e. RSA1-->Source System->Right Click on Source system and Check.
    You must have the following profiles to BWREMOTE or ALEREMOTE users.So add it. Bcoz either of these two users will use in background to get extract the data from ECC, so add these profiels in BW.
    S_BI-WHM_RFC, S_BI-WHM_SPC, S_BI-WX_RFC
    And also check the following things.
    1.Connections from BW to ECC and ECC to BW in SM59
    2.Check Port,Partner Profiles,and Message Types in WE20 in ECC & BW.
    3.Check Dumps in ST22, and SM21.
    4.If Idocs are stuck i.e see the OLTP Idoc numbers in RSMO Screen in (BW) detials tab see in bottom, you can see OLTP Idoc number and take the Idoc numbers and then goto to ECC see the status in WE05 or WE02, if error then check the log else goto to BD87 in ECC and give the Idoc numbers and execute manually and see in RSMO and refresh.
    5.Check the LUWs struck in SM58,User Name = * (star) and run it and see Strucked LUWs and select our LUW and execute manually and see in RSMO in BW.
    See in SDN
    Re: Loading error in the production  system
    IDOC getting struck at TRFC (SM58)
    1.Reorg of table (ARFCSSTATE )
    2.Incraesing the resources in the system (no of processes and memory ) , as this issue happens owing to this.
    Source system tries to send TRFC to target and if there are no WP's available it will come to Transaction Recorded state, and form here it will not try to send this TRFC.So you have to execute this manually.
    Also we can increase the timeout parameter so that it can try few more times to send before actually it comes to recorded state.
    Regards,
    Suman

  • How to  upload Transaction data from source system to BI 7.0

    Dear friends,
    I want to know how to  upload Transaction data from source system to BI 7.0.
    if anybody having step by step material for this process ,please send it to my
    mail id.
    [email protected]
    [email protected]
    Thanks,
    D.prabhu

    Hi,
    it works in the same way as before in case you are not using the new features like the dtp and the transformations. Using the new features, you schedule a infopackage to load the data up to psa and schedule a dtp to post the data to the targets.
    regards
    Siggi
    PS: We want to share knowledge in sdn and not keeping it private by having the information sent to our email adresses.

  • Error in Process Chain while extracting data from source system

    Hi All,
    Dail we are facing problem while retrieving the data from source system for the data source 0TB_AMOUNT1 in the process chain, it is giving error "Function module BANK_TMC_API_SIM_GET does not exist Furnction module". when I repeat the step than it is going fine.
    Please let me know why this error is coming for first why it is not coming after repeating the step?
    Thanks & Regards,
    Murali.

    Hi Murali,
    Hope you are doing good..
    Is it a full or Delta load on a daily basis? Did you check if the FM exists in your system?
    Did you try debugging the load in source system and check if the extractor is trying to call FM you mention.
    If possible please post the exact error message you are receiving so that we could get an idea whats the error and why you are encountering it.
    As of now what i can suggest is, go to RSA2 in source system, give the datasource name and check if the extractor code has FM in it.
    Regards,
    Anil Pragada.

  • Error Occures while loading data from Source system to Target ODS

    Hi..
    I started loading Records From source system to target ODS.while i running the job i got the following errors.
    Record 18211 :ERROR IN HOLIDAY_GET 20011114 00000000
    Record 18212 :ERROR IN HOLIDAY_GET 20011114 00000000
    sp Please help me in these following Errors..
    Thanks in advance,

    Hello
    How r u ?
    I think this problem is at the ODS level, ZCAM_O04 is ur ODS Name.
    Could u check the ODS Settings, and the Unique Data Records is Checked or Not ?
    Best Regards....
    Sankar Kumar
    +91 98403 47141

  • DataSource extraction very slow ( from Source System to PSA it takes 23 hrs

    Friends,
    We have enhanced the datasource 0CRM_SALES_ORDER_I with the user exit....after the enhancement i.e (adding the new fields and wrote some coding to enhance ...) the data extraction takes place for around 23 hours. there is approximately 2,50,000 records.
    Can you please suggest any steps to tune up the performance of the datasource.
    NOTE: Data Extraction from source system to PSA alone takes 23 hrs.once the data is arrived in PSA then the loading of data to cube is fast.
    PLZ help me to solve this issue.
    BASKAR

    Hi Friends,
    This is the code used for the datasource enhancement.(EXIT_SAPLRSAP_001)
    DATA : IS_CRMT_BW_SALES_ORDER_I LIKE CRMT_BW_SALES_ORDER_I.
    DATA:  MKT_ATTR TYPE STANDARD TABLE OF  CRMT_BW_SALES_ORDER_I.
    DATA: L_TABIX TYPE I.
    DATA: LT_LINK TYPE STANDARD TABLE OF CRMD_LINK,
          LS_LINK TYPE CRMD_LINK.
    DATA: LT_PARTNER TYPE STANDARD TABLE OF CRMD_PARTNER,
          LS_PARTNER TYPE CRMD_PARTNER.
    DATA: LT_BUT000 TYPE STANDARD TABLE OF BUT000,
          LS_BUT000 TYPE BUT000.
    DATA: GUID TYPE CRMT_OBJECT_GUID.
    DATA: GUID1 TYPE CRMT_OBJECT_GUID_TAB.
    DATA: ET_PARTNER TYPE CRMT_PARTNER_EXTERNAL_WRKT,
          ES_PARTNER TYPE CRMT_PARTNER_EXTERNAL_WRK.
    TYPES: BEGIN OF M_BINARY,
           OBJGUID_A_SEL TYPE CRMT_OBJECT_GUID,
            END OF M_BINARY.
    DATA: IT_BINARY TYPE STANDARD TABLE OF M_BINARY,
          WA_BINARY TYPE M_BINARY.
    TYPES : BEGIN OF M_COUPON,
             OFRCODE TYPE CRM_MKTPL_OFRCODE,
             END OF M_COUPON.
    DATA: IT_COUPON TYPE STANDARD TABLE OF M_COUPON,
          WA_COUPON TYPE M_COUPON.
    DATA: CAMPAIGN_ID TYPE CGPL_EXTID.
    TYPES : BEGIN OF M_ITEM,
             GUID TYPE CRMT_OBJECT_GUID,
            END OF M_ITEM.
    DATA: IT_ITEM TYPE STANDARD TABLE OF M_ITEM,
          WA_ITEM TYPE M_ITEM.
    TYPES : BEGIN OF M_PRICE,
                  KSCHL TYPE PRCT_COND_TYPE,
                  KWERT  TYPE PRCT_COND_VALUE,
                  KBETR   TYPE PRCT_COND_RATE,
            END OF M_PRICE.
    DATA: IT_PRICE TYPE STANDARD TABLE OF M_PRICE,
          WA_PRICE TYPE M_PRICE.
    DATA: PRODUCT_GUID TYPE COMT_PRODUCT_GUID.
    TYPES : BEGIN OF M_FRAGMENT,
             PRODUCT_GUID TYPE COMT_PRODUCT_GUID,
             FRAGMENT_GUID TYPE COMT_FRG_GUID,
             FRAGMENT_TYPE TYPE COMT_FRGTYPE_GUID,
           END OF M_FRAGMENT.
    DATA: IT_FRAGMENT TYPE STANDARD TABLE OF M_FRAGMENT,
          WA_FRAGMENT TYPE M_FRAGMENT.
    TYPES : BEGIN OF M_UCORD,
          PRODUCT_GUID TYPE     COMT_PRODUCT_GUID,
          FRAGMENT_TYPE     TYPE COMT_FRGTYPE_GUID,
          ZZ0010 TYPE     Z1YEARPLAN,
            ZZ0011 TYPE Z6YAERPLAN_1,
            ZZ0012 TYPE Z11YEARPLAN,
            ZZ0013 TYPE Z16YEARPLAN,
            ZZ0014 TYPE Z21YEARPLAN,
         END OF M_UCORD.
    DATA: IT_UCORD TYPE STANDARD TABLE OF M_UCORD,
          WA_UCORD TYPE M_UCORD.
    DATA: IT_CATEGORY TYPE STANDARD TABLE OF COMM_PRPRDCATR,
          WA_CATEGORY TYPE COMM_PRPRDCATR.
    DATA: IT_CATEGORY_MASTER TYPE STANDARD TABLE OF ZPROD_CATEGORY ,
          WA_CATEGORY_MASTER TYPE ZPROD_CATEGORY .
    types : begin of st_final,
               OBJGUID_B_SEL  TYPE CRMT_OBJECT_GUID,
               OFRCODE TYPE CRM_MKTPL_OFRCODE,
               PRODJ_ID TYPE CGPL_GUID16,
               OBJGUID_A_SEL type     CRMT_OBJECT_GUID,
              end of st_final.
    data : t_final1 type  standard table of st_final.
    data : w_final1 type  st_final.
    SELECT  bOBJGUID_B_SEL aOFRCODE  aPROJECT_GUID bOBJGUID_A_SEL  INTO table t_final1 FROM
       CRMD_MKTPL_COUP as a  inner join CRMD_BRELVONAE as b on  bOBJGUID_A_SEL = aPROJECT_GUID .

  • Doesn't load from source system to PSA and DSO

    Hi Gurus,
    We have launched a Delta load from Source System (POSDM) to DSO. In the source system there are 5000000 rows but none was loaded into DSO or PSA. The delta load was ok, but any data was loaded.
    If the delta  load was lunch again, would be loaded those 5000000 rows. Or those 5000000 rows wouldn't be able to load again.
    Any idea abut this issue? Any feedback will be really appreciated.
    Thanks in advance.

    Hi David,
    Are you sure this 5 million records are delta records and should be pulled into BW as delta??
    did you count the number of records in the underlying tables??
    which data source you are using??
    Delta loads are suppose to bring the new records or changed records since the last data load and not all the records.
    Since the request is green as you said and still it shows 0 records then it is possible that nothing has changed since last delta.try to see the details of the data load... if it failed...may be thats the reason you are not able to see any records.
    If you schedule the delta again it will bring the records changed or created after last delta.
    If the delta was unsuccessfull then turn the QM status and overall status of request to red manually in the monitor of the request and delete it from PSA and all the targets in which its loaded and schedule the delta again and it should bring the delta.
    Thanks
    Ajeet
    Thanks
    Ajeet

  • Modeling the Data model when multiple source systems

    Hi gurus,
    i have a scenario where i am getting data from multiple source systems all R/3 but from different locatins.
    my doubt is if i have to do reporting on the data available.
    1. do i have to build seperate infocubes for each source systems or build seperate data designs for each source system .
    2. How can i consolidate the different source sytems data into one and report sensibly as well as without loosing the source system identification.
    thanks and regards
    Neel

    Hi all,
    thanks for your focus, ya i am also thinking of have a flexible solution where in i can do it easily as well as we don't have much of complexcity, but wanted to try different options as well so that we can go for best one.
    I thought of multiprovider at first when RafB suggested, and i agree with you as well Lilly, that data volume will be a problem, so keeping all this in view i want to build a solution where in it will be sensible as well as not confusing in reports ( i mean clear and readable reports)
    [email protected]
    please kindly forward any documents which might be helpful for me in this scenario
    thanks and regards
    neel
    Message was edited by: Neel Kamal

  • When we are able to see the data in Tcode RSA3(Source system)

    Hi,
    Please help me!
    In enhancement after doing the R/3 stuff, when we are able to see the data in Tcode RSA3 in R/3 only?
    Give the detail for all types of data source and for all types of loads.
    eg: Std data source for deltaload, Generic data source for full load.....etc...
    Regards,
    Shiva.

    Sure...
    I am doing enhancement for datasource '2LIS_05_QVUDN'.
    I complited the R/3 stuff and check the data for enhanced fields in RSA3...it's giving run timeout run time error.
    Then I just ignore that error and I complited BW stuff successfully....after compliting BW stuff I am able to see the data in RSA3 in R/3.
    So my question is, What is the root cause for this....?
    When we are able to see the data in RSA3 in source system.?
    please give me details for all types of datasource and all types of loads so that it will helps a lot for me in future.

  • Customized delta data source for deleting data record in the source system.

    Hello Gurus,
           there is a customized delta data source,  how to implement delta function for deleting data record in the source system?
    I mean if there is record deleted in the source sytem, how to notify SAP BW system for this deleting change by this customized delta
    data source?
    Many thanks.

    Hi,
    when ever record deleted we need to write the code to insert the record in  Z table load this records into BW in a cube with similar structure.while loading into this cube multiply the Keyfigure by -1.
    add this cube in the Multi Provider.The union of the records in the orginal cube and the cube having deleted records will result in zero vale and will not be displayed in report .
    Regards,

  • There is no PSA for InfoSource 8ZCCA_O09 and source system BWPCLNT800 RSAOD

    Hi All:
    We make a Heterogeneous system copy of BW 3.5. from Solaris 9-Oracle 9i to AIX 3.5-Oracle 9i.
    We must have to rename the Logical System Name and during the Functional Testing the users configured the conections again in RSA1 transaction, then they start the
    testing phase but get the next error in the Monitor-Administrator Workbench:
    "@5C@ 28.02.2008 19:59:31 There is no PSA for InfoSource
    8ZCCA_O09 and source system BWPCLNT800 RSAODS 203"
    We can see that the errors refers to the old (BWPCLNT800) Logical
    System Name; during the configuration of the RSA1 they renamed the
    Logical System Name of the BW System to BWNIUSA800.
    We found the SAP Note 518426 but we are not sure about if we can
    execute it without affecting the system or the configuration.
    Some one Can help us ?.
    Best Regards
    Reynaldo Rebolledo.

    Hi Reynaldo,
    this forum here is related to SAP NetWeaver Master Data Management. Your question seems to be related to SAP BI. Please raise your question in the [BI Forum|/community [original link is broken];, because I do not think that you'll find the experts to answer your question here.
    BR Michael

  • There is no PSA for InfoSource ZOUTNBR_TEXT_CC and source system PCFILE

    Hi All
    The above subject line shows the error.
    I have a custome data source in Development that is ZOUTNBR_TEXT which has a source system PC file.(flatfiles)
    when i transported all transfer structures and data sources from Development to Quality, only my transfer rules were not activated. but when i manually activated in Quality it throws with an error
    There is no PSA for InfoSource ZOUTNBR_TEXT_CC and source system PCFILE
    Please let me know how can i activate my transfer rules.
    Archana

    Hi,
       We also faced the same issue while transporting from dev to QA. We raised a OSS, for which SAP has replied saying that there was some inconsistencies with the infosource and they have repaired the same in debugging mode. The root-cause for the issue is unknown. So they have not given any notes to us.
    But meanwhile we created a new data source and transported it. that worked fine.
    Regards,
    PM

  • Mapping new product code from source system to old product code in Oracle COA

    Mapping new product code from source system to old product code in Oracle COA
    Here is the situation:
    One of our legal entities is changing their product codes in their COA segment. We are not changing the code structure in the global SOB. Is there a workaround to pull the source system information into ADI (or any other tool) and map it to the current Oracle product code?
    Thanks and regards,
    [email protected]

    Only The  Data of Your Code will Change
    then if you are trying to copy a standarad sap-code , you need to copy
    every include, FM
    there is a Copy option over there in program
    you can do tat
    thnkx bhanu

  • Problem in activating datasource after replication from source system

    Hi Experts,
    After replication of data sources from source system ,I get all data sources inactive. I tried to make it active manually but every time I get
    Syntax error in GP_ERR_RSAPTD1, row 27 (-> long text)
        Message no. RG102
    Diagnosis
        Field "/BIC/CCZVBAK2031" is unknown. It is neither in one of the
        specified tables nor defi...
    How do I go about solving this problem....Any advise please...

    Hello,
    You do not mention your source system release but can you execute the check report
    described in the SAP note 493422 , if this does not resolve the problem can you goto
    RSA1, right click on the relevant "source system" and choose the "restore" option,
    then please try and replicate and activate the datasource again.
    If you  have BW release 7.0 please check that the note 929751is applied in your system
    or that you are on a higher support package level.
    If there is still a problem please le me know your BW Release and Support package level.
    Best Regards,
    Des

  • No PSA for Infosource X and source system Y. Here Y is the flat file source

    Hi,
    We are facing an issue while transporting from dev s/m to quality. There is no PSA for Infosource X and source system Y. Here Y is the flat file source system this issue we are getting while transporting transfer rules.We are checked in OSS notes 518426. Its not helpful.
    Thanks
    Manjula

    Hi
    Try RS_TRANSTRU_ACTIVATE_ALL (SE38).
    You may also check SAP Note 861890 - ODS tables disappear during the upgrade -
    and activate all ODS Objects before the upgrade and run the program RSDG_ODSO_ACTIVATE.
    also that with Stack 14 an extended version of this program is available together with the
    Program RSUPGRCHECK. If errors occurs, consult also SAP Note 518426 and run transaction
    RSSGPCLA for the regeneration of the RSDRO_* Objects.
    Recheck whether you have Exported with correct parameters or not -- Try to Re Export the Same with all necessary objects .
    Try Note 524554 and 325525 also
    Hope it helps and clear

Maybe you are looking for

  • Custom xml panel in bridge - how to print with photos

    hello, i used the generic template to create a custom xml panel which is great, now i am wondering, if there an easy way that i can now print the xml with the photo in bridge? or is it something that doesnt exist yet only because someone with a deepe

  • How do i turn off auto-correct of numbers?

    I am trying to set fractions in my table example "50/100" but it auto reducces it to 25/50. can i turn this off? Thanks!

  • Apple Remote Desktop - Edit Computer Info Fields

    Hello, I'm using the latest release of ARM 3.7.2 and i wanted to add some extra Information like username, room number, ... to the Clients in my Lists. I'm able to add more colums like "Computer Info #1, Computer Info #2", but i cant edit those. How

  • Raw photos in Elements 10

    I have Elements 10, Can I process Raw photos with it?

  • WS12300111 agent determination

    Hi Gurus, I am using stardard work flow WS12300111. After creating leave request.  Work flow is starting but its not fetching its agent. When i see work flow log for leave requirest task has dummy method. Could you please help how to fetch next agent