AC_DOCUMENT_DIRECT_INPUT ..Amount multiplied with 100

Hello,
We have developed  custom posting program which posts FBB1 document using AC_DOCUMENT_DIRECT_INPUT  program.
While testing the program in development client the posting was correct.  However, while testing the same program in production client values are getting multiplied  by 100.   Value of 100 USD is posted as 10000 USD.  There is no difference in user profile between two clients.
Has anybody experienced similar situation ?
Regards
Jayesh.

Thanks anyways...

Similar Messages

  • CR on BW query: Crystal multiplies with 100

    Hello Experts,
    we´re having a major problem concerning the display of decimals in Crystal Reports that are build upon a SAP BW query.
    The Query displays e.g. u20181195u2019.  At first, Crystal also displays u20181195u2019. Then after having done some more implementation, the report suddenly displays u2018119500u2019, that means the figure is displayed as if it had been multiplied with 100 ! Strangely it´s not with all but some figures. Also it doesn´t happen with all reports, but with some (up to now there are two that use also two different queries).
    Sure, we can 'format' the wrongly displayed figures by adding a formula that multiplies by 0.01, but that´s not the way it should be.
    Has anyone else also had similar experiences with the displaying of decimals ?
    Many thanks in advance for your help !
    Frank

    Duplicate of CR on BW query: Crystal multiplies with 100
    Please do not post duplicate threads, many thanks

  • BAPI_GOODSMVT_CREATE - posting extra lines (amount being multiplied by 100)

    Hello Gurus,
    I am using BAPI_GOODSMVT_CREATE for posting.
    When I check FBL3N, i see 2 lines:
    The first one is correct while the second is a copy of the first one, with the exeception that the amount in Local Currency has been multiplied by 100. And this second line is not required.
    I am passing only one line to the BAPI and I get 2 lines as output.
    Has anyone encountered this problem before?
    Thanks for your precious help.
    Regards,
    Parvez

    Hello,
    Here are some more information:
    goodsmvt_code-gm_code    = '02'.
    goodsmvt_item-move_type      = '101'.
    The posting done in NISL is in fact done twice in SAP ECC6 :
    a)      at normal standard price of the materials
    b)      at standard price * 100 (current issue).
    In 46C version, the posting was done only once at the standard price of the material. (correct)
    In SAP ECC6, 2 postings are done:
                - Posting a) correct.
                - Posting b) multiplied by 100 should not exist. This error should be corrected.
    seem to be related to the upgrade?
    Any hint on this?
    Thanks

  • Amount in certain currency is multiplied by 100 in bex report.

    Hi,
    Amount in certain currency is multiplied by 100 in bex report. Data in multiprovider is good. Suppose if amount is 123.123 in multiprovider then in Bex report it is showing 12312.3. This is happening where currency is HUF. I understand that I have to handle it at query level in bex. I also understand I may have to create formula variable/ CKF/ RKF. But not able to implement it. Please help me to solve this. I'm new in Bex.
    Thanks in advance.

    Hi Arindam & Anshu Lilhori ,
    Following on the suggestion given by Anshu that make two RKF S1 & S2 . In S1 we maintain HUF currency. And in S2 we exclude HUF.
    Now arindam asked for a general solution if there are other currencies too in TCURX with 0.
    My suggestion is that let's make a Customer Exit variable on the currency . And read the table TCURX in the CMOD code and populate all the currencies inside TCURX with 0 in S1.
    And all the other currencies without 0 inside S2.
    In this way it will become a General Solution. He doesn't need to maintain the currencies manually.
    Let me know if you find any discrepancies in this approach.
    Regards,
    Ashutosh

  • Contract Negotiation the amount is multiply by 100 in Price Agreements

    Hi Gurus:
    When I create a Contract Negotiation in Web Shop B2B, I indicate the Product ID the quantity and I specify a  price, when refresh the page(when I press enter) the amount is multiply by 100, when I introduce another item the two are multiply by 100 again and this behavior is repeating constantly when I press enter or indicate refresh in the page.
    I notice when I check the contract document by SAP GUI in TRX: CRMD_BUS2000121 and go to the Tab  u201CPrice Agreementsu201D and  I indicate the item price in the Item condition  and press u201Centeru201D the systems multiply by 100 de amount same as web shop. But when I indicated the price and currency and then press u201Centeru201D the systems didnu2019t (In the web shop the customer doesnu2019t has the possibility to indicate the currency).
    I checked the organizational model and has the currency indicated correctly, the customer has the currency indicated too.The country settings and the users settings the decimal notation is 1.234.567,89
    I was looking for SAP Notes but for the package level that we have in the systems doesn't apply
    Do you have any inputs for this??
    Thanks in advanced
    Sussie

    Hi Sussie,
    I propose that you create an OSS message for this issue if not already done. I have the feeling that you probably will not get a solution for it from anybody not seeing the customizing in your system.
    Greetings
    Torsten Kliesch
    Product Manager SAP CRM Web Channel

  • Exports Multiplied by 100

    For our Norwegian entity, we are able to successfully export from FDM to HFM. When 2 of our users complete this process and validate their data in HFM all results have been multiplied by 100. Others users are able to repeat the same export without this issue. While we do have this workaround we want to figure out why this is happening and how we can fix it.
    Any suggestions would be greatly appreciated.

    Also check to ensure that the file they are importing is exactly the same, it sounds like a problem with the decimal notation in Norway. If the import files by the users that work use a . to notate decimals and the users in Norway have a , to show decimals it could result in this.
    JTF

  • TRY currency is multiplied by 100 in PSA

    Hi All.
    Good day!!
    I am facing one issue with the TRY currency which is giving actual value multiplied by 100 in PSA.
    In the data source level it is showing correct value as expected. But, when it loads to BW side ( to PSA ) it is showing multiplied by 100 value.
    ex: ECC Data source
    KF 1= 20
    PSA = 20*100 = 2000.
    only with this currency, we are facing the issue. There is no issue with the other currency.
    Please share your thoughts to fix this issue ASAP.
    Regards,
    Governor .M

    Hi Arindam & Anshu Lilhori ,
    Following on the suggestion given by Anshu that make two RKF S1 & S2 . In S1 we maintain HUF currency. And in S2 we exclude HUF.
    Now arindam asked for a general solution if there are other currencies too in TCURX with 0.
    My suggestion is that let's make a Customer Exit variable on the currency . And read the table TCURX in the CMOD code and populate all the currencies inside TCURX with 0 in S1.
    And all the other currencies without 0 inside S2.
    In this way it will become a General Solution. He doesn't need to maintain the currencies manually.
    Let me know if you find any discrepancies in this approach.
    Regards,
    Ashutosh

  • Is it Possible to have multiple customer on the projects with 100% contr

    Hi Dina,
    Can you please help me out in understanding the scenario where you have more than 1 customer with 100% contribution so that you can invoiced them individually with respect to their agreement?
    I also wanted to know the significance of check box - Customer At Top Task and -Invoice Method At Top Task on Revenue and Billing Inforamtion Screen.
    Thanks

    Hi
    Invoice Method governs the billing method, the way you generate invoice to the customer.
    Oracle's Projects Billing support the following methods -
    WORK - the system calculate the bill amount of each expenditure item based on bill rates or burden. The billing amount is saved on RDL(Revenue Distribution Lines) of the expenditure item . The invoice includes summary of the RDL's.
    EVENT - The invoice includes multiple lines, a line per each billing event. Events are fix amount records. An event can be entered manually through the form, interfaced from external system or generated automatically based on customizable billing extensions.
    COST - It is a particular case of EVENT, where Oracle redelivered a billing extension that calculates invoice amount based on the percentage of actual costs from total approved cost budget.
    Usually, the invoice method is selected on project level, on the same place you set up the project revenue method.
    For billing, you have the option to set up the invoice method separately at top task level. This feature allows you to generate a T&M invoice (WORK) from expenditures rolled up to one top task, while billing a separate invoice by fix price events entered on other top task.
    Dina

  • Lightroom imports with 100 clarity

    Hello people,
    i have the strange problem that lightroom imports always with 100 clarity. There is definitely something wrong with my presets, just don't know how to change that. Thanks for any suggestions, tobfl

    If you apply a preset during the import process, that preset will be applied to all images that are imported. Another way to apply a preset to all images would be to have multiple images highlighted in the develop module and have auto-sync enabled.
    The first thing I would suggest that you try is to reset the clarity on one of those newly imported images, changing nothing else. Then, save new camera defaults. Then I would check in your import dialog to make sure you haven't chosen a preset to be applied during the import process. Next, take a test image and import it.

  • Queue consumer stops with 100% cpu usage

    I'm trying to use Berkeley DB queue with transactions. When I tested what happens when transactions with DB_APPEND are aborted I found that while it works and DB_CONSUME correctly skips over rolled back records, unfortunately extents that have those records are never deleted, which causes database to always grow. Next I tried DB_CONSUME with database opened using DB_INORDER flag and it seems there's a serious regression in Berkeley DB that causes it to loop indefinitely with 100% cpu usage when it encounters a rolled back record. I tested various versions and found that this bug doesn't happen with 5.1.29, but it is reproducible with 5.2.42, so this regression might have been introduced in 5.2. I have also tested 5.3 and 6.0, and both have this behavior. There may be something wrong with the way queue records are rolled back, one indication of that would be that in 5.1.29 doesn't have neither of the two problems I found with DB_QUEUE: extents are deleted after being consumed, and there are no issues when consuming with DB_INORDER either.
    You can find Python code to reproduce this issue here:
    https://gist.github.com/snaury/027a3c546f5b0a62a440
    Sorry for using Python and not e.g. C++, but it's a lot shorter that way.

    We have looked at the issues and they are valid.   We will roll the fixes out for this in our next release of BDB.   The test case was very useful and really helped to speed the process up.    If you have any questions, please contact me directly at [email protected]  Thanks again for bringing this to our attention.
    thanks
    mike

  • I created a playlist with 100 songs.  I want those 100 songs played using the shuffle option.  This no longer works in iTunes version 11.1.5.5  How can I get an entire  playlist to paly one song after another by using the switch option?

    I created a playlist with 100 songs.  I want those 100 songs played using the shuffle option.  This no longer works in iTunes version 11.1.5.5  How can I get an entire  playlist to paly one song after another by using the switch option?

    You're welcome.
    Going back to your original post:
    5) Tried running Itunes in 'safe mode', running itunes as an administrator..nothing.
    Was that iTunes' safe mode as opposed to Windows' safe mode? iTunes safe mode is invoked by holding down CTRL+SHIFT immediately after clicking the icon to launch iTunes and continuing to hold until this message pops up:
    Click continue, then close iTunes and reopen. With luck iTunes now opens normally every time.
    tt2

  • Sales invoice with 100% discount

    Hi,
    Can you tell me if there is a way in SAP where the system allows a ZERO value to reflect in the customer account and the reconciliation account.
    The scenario is,  material A is sold at a price of $100 to customer. A 100% Discount is given and the journal entry that gets generated is
    Discount A/C Dr  $100
    Sales A/C     Cr   $100.
    The requirement is to reflect the Zero value(i.e after 100% discount) in the customer A/C and the recon A/C so that the accounting Document entry is
    Discount A/C  Dr  $100
    Customer A/C Dr $0.00
    Sales A/C      Cr   $100.
    When a discount of 99.99% is given, the customer a/c gets displayed with $0.01 value, but the aim is not to bill the customer, but to reflect the invoice in the customer A/C and the subsidiary ledger.
    Can you please advise if this is even achievable in the system.
    Thanks and Regards,
    Shilpa.

    Hello,
    In SD we have free goods scenario. Please check with your SD consultant if it would be possible to configure your scenario there.
    Normally it is not possible to configure term of payment with 100% cash discount.
    Best Regards,
    Raju

  • I started with 100 pages in my photo book. Then reduced the number to 75 for finished project. When i click on "buy" it says I have some frames with no photos. But I've checked entire book

    I started a book with 100 pages, but reduced it to 75 by deleting some pages. When i completed the book & tried to buy it a box pops up saying I have some frames that need photos. I've checked the book over & over & cannot find any pages like that. How can I order my completed book?

    Look for pages that use photos for the background, even if you have other photos on the page. It'll look something like this in the layout pane:
    It would look like this in the PDF version:
    If you have a 1 photo per page, full page, you could have that option selected and not know it unless you looked at the layout pane like this example:
    OT

  • When I open a file it normally opens in 12.5% stated on the header. For some reason, it now opens with 100+% on the header and is much smaller in size. How do I go back to the first option I noted? I use AP to work on blueprints for measuring so the accur

    When I open a file it normally opens in 12.5% stated on the header. For some reason, it now opens with 100+% on the header and is much smaller in size. How do I go back to the first option I noted? I use AP to work on blueprints for measuring so the accuracy matters. Any direction would be greatly appreciated. Thank you.

    Are the image all the same size the % files open into a document seems to vary with the number of pixels the image being opened has.  Check the Image size.

  • SO with 100% Discount

    Hi Gurus,
    I work with FICO. recently I got a requirement from a client: SO with 100% discount.
    Via SD account determination I got the billing doc to be posted on Revenue Account and Discount Account. However the client wants to see a posting on Customer Account.
    I am thinking about to create 2 billing docs for one delivery:
    1. Customer invoice: customer acct to revenue acct
    2. Customer credit memo: discount acct to customer acct.
    is this possible? is there a user exit I could use? Will the second billing doc "credit memo" clear the first customer invoice?
    thank you so much for tips!
    Zoe

    Dear Zoe,
    As per your below comments
    I am thinking about to create 2 billing docs for one delivery:
    1. Customer invoice: customer acct to revenue acct
    2. Customer credit memo: discount acct to customer acct
    I would not recommend you to follow those steps as it is not the right practise. But I would suggest you below steps to achive.
    If you want to post SO with 100% Discount,then please follow the below steps
    Lets assume you have a Price (Revenue) condition type in your Pricing Procedure and You want to have one more Condtion type for Discount 100% (Sales Deduction). Ensure to maintain discount condition type step (Calcucation step) as of Price and Maintain 100% condition Record for Disocunt as well.
    While Processing SO System would show Price and Discount with same value and while posting invoice to accounting system will post revenue and discount to separate G/L Accounts. By this way you could be able achive the solution.
    But Kindly test this scenario in Sandbox or Dev!
    Regards
    Murali

Maybe you are looking for

  • My Canon Rebel is no longer recording RAW images but set for RAW in manual mode.

    I've tried changing memory card. My card's been recently formatted. I tried setting quality as RAW only not both RAW + Jpg...but still not getting RAW images in upload. Lightroom settings are fine and able to upload RAW from my Canon G12. I tried cle

  • Is my LaserJet 2100tn compatible with Mac OS 10.9 Mavericks?

    I would like to upgrade my Mac to OS 10.9 Mavericks, but I have an old HP LaserJet 2100tn.  Will that printer be compatible with the new OS?  I am currently printing to the 2100tn from OS 10.7.5 - Lion.   This question was solved. View Solution.

  • Need help capturing data via JavaPOS

    I am new to JavaPOS. My requirement is to integrate our webapplication with a Hypercom optimum L4250. Users will use this device to enter sensitive numerical data like SSN, Phone number etc. The device is JavaPOS compatible. The idea is to run an app

  • Business messages are not pushed back to the aq exception queue in case of errors

    Hi, I have the scenario, where I have configured the business events in ebs and implemented the soa interface which consumes the event message from wf_bpel_q. SOA interface is able to pickup the messages succesfully and same message will be pushed ba

  • MacBook 2GB RAM concern. Anyone had problems?!!

    I have just recently bought a MacBook and upgraded the RAM to 2GB. I have noticed that (I know that this is supposed to happen) that after the computer has been running a while, my Inactive memory is usually 1.25GB and free is 25MB, but my computer a