Negative sign not updated at DSO level

Hi Experts,
In Source, few purchase records contains negative Quentity. The same values are transfered at PSA. But where as in DSO, the negative values are not getting updated. i.e., the Quentity field is transfered as positive.  Coul d any one let me know the reason?
Thanks in advance,
Zakir.

Hi Zakir,
Please check your transformation for the key figure.
There are two options available.
1. Sumation
2. Overwrite
If the aggregation for the key figure is Summation and Data with the same key exist in the DSO then it will sum up the value of these two records and load one record to the DSO.
- Jaimin

Similar Messages

  • Delta records not updating from DSO to CUBE in BI 7

    Hi Experts,
    Delta records not updating from DSO to CUBE
    in DSO keyfigure value showing '0' but in CUBE same record showing '-I '
    I cheked in Change log table in DSO its have 5 records
    ODSR_4LKIX7QHZX0VQB9IDR9MVQ65M -  -1
    ODSR_4LKIX7QHZX0VQB9IDR9MVQ65M -   0
    ODSR_4LIF02ZV32F1M85DXHUCSH0DL -   0
    ODSR_4LIF02ZV32F1M85DXHUCSH0DL -   1
    ODSR_4LH8CXKUJPW2JDS0LC775N4MH -   0
    but active data table have one record - 0
    how to corrcct the delta load??
    Regards,
    Jai

    Hi,
    I think initially the value was 0 (ODSR_4LH8CXKUJPW2JDS0LC775N4MH - 0, new image in changelog) and this got loaded to the cube.
    Then the value got changed to 1 (ODSR_4LIF02ZV32F1M85DXHUCSH0DL - 0, before image & ODSR_4LIF02ZV32F1M85DXHUCSH0DL - 1, after image). Now this record updates the cube with value 1. The cube has 2 records, one with 0 value and the other with 1.
    The value got changed again to 0 (ODSR_4LKIX7QHZX0VQB9IDR9MVQ65M - (-1), before image &
    ODSR_4LKIX7QHZX0VQB9IDR9MVQ65M - 0, after image). Now these records get aggregated and update the cube with (-1).
    The cube has 3 records, with 0, 1 and -1 values....the effective total is 0 which is correct.
    Is this not what you see in the cube? were the earlier req deleted from the cube?

  • Data is not updating from DSO to CUBE

    Hi Friends,
    Can any one please Guide me.
    Data is updating upto ODS but not from this lower level ODS to top of the  cube from last  week and displaying error as " Exception condition "DATE_INVALID" raised" .
    How i can proceed to find which date field is getting wrong date or not getting date ..Can any body tell that how we can analize the possibilities in this case to find the error and solution .I need to solve this today,Can any body guide me please.
    BR,
    Venkat

    hi
    check the transformations between dso and cube, and check any inconsistence. if not then follow the link
    http://www.consolut.com/en/s/sap-ides-access/d/s/doc/F-DATE_CONVERT_TO_FACTORYDATE
    this may help you.

  • Sales Doc Overall status not updating in DSO

    Hi All,
    In ECC status of the Sales Document has changed from B to C. However in the DSO status still shows as C. Delta has pushed through successfully. Please see the screenshot below. Why is the status not changing in DSO?
    How to handle this issue?
    Regards,
    DTD

    Dear Dhanuka
    If the sale order item is the key field and the status is in the data field in the DSO you will not have an issue in the cube.
    Please find the example below
    1. DSO - Sales order X1 / 10  overall status B   keyfigure 100
    2. Cube - Sales order X1 / 10  overall status B   keyfigure 100
    After the Full DTP - Overall status will be overwritten in DSO
    3. DSO - Sales order X1 / 10  overall status C   keyfigure 100
    4. Cube - Sales order X1 / 10  overall status B   keyfigure 100
    5. Cube - Sales order X1 / 10  overall status B   keyfigure  -100
    6. Cube - Sales order X1 / 10  overall status C   keyfigure   100
    Regards
    Gajesh

  • Transfer Order Confirmation not updated in Header level (Table: LTAK)

    Hi,
        We are facing a problem, transfer order header is not updated with confirmation, but TO items are confirmed and resulting these transfer order to display in RF monitor (LRF1 and LRF2 transactions).
    And the other issue is, we are seeing some transfer orders created without item data (in LTAP table) and unable to confirm these TOs since Item data is not available, hence TO header is not updated with confirmation and resulting these TOs to display in LRF1 and LRF2 report.
    I have cleared some transfer orders by updating the confirmation field in LTAK table through debugging. But we see the issue is ongoing and would like to have permanent solution.
    It will be a great help if anyone have solution to these issues.
    Thanks & Regards,
    Nagarjun

    Hi Nagarjun,
    do you have any Z code in-between ?  Did you check OSS notes ?  Did you apply all patches to your system ?
    What you are describing is something usual when Z programs were developed, you should provide more details for analysis.
    Many thanks,
    Enrico

  • Problems with transformation; infoobject not updated in DSO.

    Hi all,
    We are having some problems with one of our transformations between PSA and DSO.
    Suddenly some of the fields are not filled in the DSO. The mapping for field Sales order number worked fine, and then I added an infoObject in the DSO to hold the info for Sales order item. I also replaced the infoobject that was supposed to hold the sales order number. After this, none of the two fields has any data in DSO. I checked the PSA, and the data is available here. I tested the rule in ‘Rule details’ and for sales order number it gives the correct result, but for sales order item it gives a runtime error; assertion failed. I checked on SAP Notes, and found 929934. But the corrections are already added in our system.
    Has anyone got any ideas on what to do?
    BR,
    Linda

    Hi,
    There are a number of problems in Transformation when either a source field or target field is changed.
    This can lead to inconsistent transformation.
    You can raise a message to SAP or best thing is if possible delete the Transformation and create a new one.
    Regards,
    Nitin

  • CRM_ORDER_MAINTAIN not updating the item level field

    Hi All,
    My requirement is to update a field called "CSC Code" in line item of sales order. hence for this case i am using "CRM_ORDER_MAINTAIN" inside the "ORDER_SAVE" BADI. I am passing the ref guid, ref type, object name ,Logical Key and field name in the  CHANGING parametrs  CT_INPUT_FIELDS. I am passing the internal table containing the ref guid,ref type, partner fct ,partnerno to the internal table IT_PARTNER.
                                     The FM gets executed without any error and the internal table IT_PARTNER is filled with the new CSC code  but  on checking in the sales order after saving the field is blank.
      I have tried using wait up to 2 seconds. Even then it didn't work.
    Can some one help me?
    Thanks.

    Could you please let me know how was it fixed... I have a similar kind of requirement
    Edited by: rakesh chaitanya  makkapati on Apr 7, 2010 4:49 PM

  • Surcharge on Net not update in PO line item

    Hi,
      we had a problem in Surcharge on Net calculated as per condition value.  Some PO,s Surcharge+ Net value update in PO line item, some PO's not updating.
    I have checked all the configuration part. Validity periods maintained upto 9999.
    Info records valid, Vendor valid.
    Please help me.
    Regards,
    Sridhar

    Hi,
    I have checked EKPO table and I found  If Surcharge on net calculated then Item effects commitment filed (XOBLR) Updated. Otherwise surchage on net failure to calculate XOBLR not update in Table level.
    Is there any way to update XOBLR field?
    Regards,
    Sridhar

  • Not all records are updated in DSO

    Dear Friends
         My Scenario is SAP - FM -> DataSource -> InfoPackage -> DTP ->Transformation - > DSO.
         I have 896 Records in my PSA , but when I run DTP to load the data in DSO only 817 records are added, rest records are not updated.  I have supplied
    Purchasing organization             0PURCH_ORG
    Purchasing Group                      0PUR_GROUP
    Vendor                                      0VENDOR 
    BW: Document Number              0DOC_NUM
    BW: Document Item Number      0DOC_ITEM
    Material                                    0MATERIAL
    Accounting document number    0AC_DOC_NO
    Item in Material Document         ZZEILE
    as key fields of DSO.
    can you suggest me what could be possible reason for not having all the records.
    Regards
    Naim

    Hi,
    is it full load?
    Have you applied any filters at dtp level?
    if its full load then delete whole psa data and dso data.
    reload them again and see the count.
    As per dso primary keys, same combination data will over write it.
    how many records count you see at dso-->manage-->request tab
    Added and transferred.
    Thanks

  • The option 'Display Credit Balance with negative sign" was not activated.

    I've encountered with a huge problem after load opening balance.
    I forgot to tick the  option 'Display Credit Balance with negative sign"
    It makes my client's Chart of Account  uncommon such as credit balance in Cash Account, AR .....
    However, I've search the sap  note to solve it  as follow:
      Description of the bug::     
    When creating the company in the system the option 'Display Credit Balance with negative sign' was not activated.
    Once transactions were created in the system the functionality can not be changed.
    Limits of the query:     
    After running the update query, please restart SBO first and then   run the restore 'GL account and bp balances';
    otherwise, the cashed value of SBO will not be updated and restore function may not take effect.
    1. Meaning of  restart SBO => restart SBO Service Manager right?
    2. Please help me please to find "The restore G/L account and bp balances" form.  Where is it?;
    Thank you

    Hi,
    I would think that you are following the PEQ instructions for note 970813, correct?
    If this is the case and you are using 2007 then you will find the restorev in the top menu; Help -> Support Desk -> Restore. You will find the functions here. Please note that this should only be used on direct instruction from support or a note like in this case. A backup should also be taken before running restore.
    Regards,
    Jesper

  • Creative cloud wont work yet i am signed in and paid up. It started when my CC updater would not update

    It started when my CC updater would not update. I went to adobe help forums and ultimately began the uninstall/re-install process.  (Win) Troubleshooting Creative Cloud Connection update from 1.0 to 1.0.5 
    Now I can not locate a download for the CC updater. So i am now without a creative cloud connector.  I am still signed into LR however.

    Hi Ashley,
    Please refer the following solutions given in the article.
    Sign in, activation, or connection errors | CS5.5 and later, Acrobat DC
    Hope this helps.
    Regards,
    Sumit Singh

  • Editable field in ALV does not accept negative sign values

    Hi guys,
    We have an editable field in ALV but it does not accept negative sign,,, it is causing an error... We need to input a negative value in that editable field...
    How to handle this?
    Thanks!

    Hi Mark,
      This topic has been just discussed at this thread:
    Problem with OO ALV
    Regards,
    Chandra Sekhar

  • PGI status at delivery header level has not updated

    Dear Friends,
    We had created deliver, picking was completed and PGI was completed successfully. However when we try to create Billing, an error occurs stating that PGI is not completed.
    Further when we check the delivery, the Goods Issue status at item level is completed but at the Header level the GM is B which is partially completed. In the Document flow we can see the PGI Status is completed.
    I think there might be some table which was not update. Is there any way to update the status in the delivery?
    Further we tried to reverse the PGI through VL09, but system is not able to find the delivery ..this might be because the system might be checking in some table where the statues has not updated.
    Please suggest me how should I complete this.

    HI,
           Go to transaction "SE16N" and enter table "VBUK" and give the delivery number in the field sales document number. Now you type "&SAP_EDIT" in the transaction bar and execute. Here you can change the status(Total goods movement). And see If you can actually bill the document. Kindly please let me know If you need any more information on this.
    Regards,
    Ram Pedarla

  • I can not update my apps on my iMac all I get is - To update this application, sign in to the account you used to purchase it.   what can I do to fix this?

    I can not update my apps on my iMac all I get is - To update this application, sign in to the account you used to purchase it.   what can I do to fix this?

    Here is the link to the Mac App Store (MAS) forum:
    https://discussions.apple.com/community/mac_app_store/using_mac_apple_store
    You might want to browse or search through that one and then create a new post there if you can't find an answer; I've heard of posts detailing problems with iLife applications if you either buy a used Mac or wipe/reinstall your OS. I'm not knowledgeable enough about that subject, but somebody there should be.

  • Error in psa level - Request not updated to any data target using delta

    Hi,
    This is pavan and am facing this issue any one know for below issue to solve.
    Data Flow is BW Version and Implemented in BI  7.20 version.The issue was data has come
    to psa level but from here it is not updated to infocube so for that i have tried update manually
    it is showing information that 1334 SID IS SMALLER THAN / EQUAL TO 47287 CANCELLED.
    In Process Chain DTP is not included so how can i update data to infocube with out disturbing process chain
    Regards,
    Pavan Kumar

    Hi Pavan Kumar ,
    Please log on Tcode RSRQ -then give old request number (I think in your case 1334 is old request number),
    and you will get monitor for that request then change the QM status to red after that load new request .
    Thanks
    Hanumanthu

Maybe you are looking for

  • Retina Macbook Pro with Safari display issues

    Is anyone having crazy display issues with Safari on their rMBP? I'm noticing some wierd glitching going on. For instance, as I type this, it doesn't show the correct characters consistently. Sometimes when I'm in Gmail, entire portions of the interf

  • What is the faceplate made of? Clear glaze (what is it?)

    I am looking to machine a part for my iPod and was wondering what they used as a glaze to not only cover the faceplate but to act as an LCD shield. I have always been curious and was wondering if anyone could help me! Thanks in advanced!

  • Solstice DiskSuite or Veritas Volume Manager

    With regards to Solaris 8, I plan to use DiskSuite to create a few 0+1 volumes for our new database server. Any reason for me to consider Veritas Volume Manager instead? We have an E5000 running Solaris 2.6 with Veritas Volume Manager 3.2, we are onl

  • HT1933 App Purchase problem

    I bought an app through iTunes and need to report a problem with it.  I follow the instructions and when I get to the point of reporting a problem where it should take me to the "Report a Prolem" button, it doesn't exist and I get routed back to the

  • Why won't Safari establish a secure connection with Facebook?

    I've tried doing things with proxy. I've tried resetting Safari. I've tried doing things with cookies. I've tried disabling extensions. Next step is to try throwing my laptop out the window. This only started happening yesterday and there is no issue