Fixed Assets - Acquisition created doesn't show

Hi all,
i am having a strange problem while using the SAP Business One Fixed Assets module. Basically i have created a Fixed Assets Acquisition (with no supplier). As soon as i press 'Add' the system shows a message at the bottom saying 'Acquisition posted successfully'. Even though this message is created when i go back on the Acquisition screen that Acquisition which I have just created doesn't show. In fact if you go on the Fixed Assets Master Data details for that Fixed Asset which you used in the Acquisition document, nothing shows under the Documents tab.
Do you have any idea of what might be going wrong?
Thanks

Dear Marvin,
After you create the acquisition, go to journal entries and check the last journal entry to verify if posting has been done in terms of accounting
Regards
Kentish

Similar Messages

  • Fixed Asset Acquisition linking to Purchase Order

    Hi,
    I would like to know how the Fixed Assets Acquistion process can be linked to Purchase Orders created in SAP. The process of acquiring assets starts with the PO and they want to link the PO to the Acquisition process in Fixed Assets.
    Regards,
    Andrew.

    There is no integration of Fixed asset acquisition and Purchase orders and therefore no way to link the two.
    Look at this thread as well Purchase Order and Fixed Asset Module..

  • Fixed asset acquisition report by month?

    Hi,
    We're using the fixed asset acquisition report thru tcode 'S_ALR_87012050 '.
    but there is only the report date input with the last day of the fiscal year concerned.
    Is there any standard report to see acquisition amount with month-end or specific date?
    Thanks for your help.

    Chris,
    I have just one more suggestion.  Even though you have to use a yearend Report date for a closed prior-year, you could define a range in the Posting date selection criteria.  In other words, if you would like to see the acquisitions for a given month or range of months in a closed prior-year, then give a 12/31/PY for the Report date and a specified date range in the Posting date selection criteria.
    Hope this helps.
    Thanks,
    Chad
    Edited by: Chad Busbee on Feb 8, 2008 2:56 PM

  • The Components I create doesn't show up in my GUI

    Hello. I have problem with creating a GUI in Java. Problem is as follows.
    I have class CardComponent extending JComponent. In my main frame (the top-level container), I create a JPanel and add an instance of CardComponent to it. Then I add the JPanel to a Container.
    However, when I run my GUI, nothing appears. The GUI frame itself is there (I setVisible(true) ). But not my CardComponent.
    CardComponent, if it helps, is constructed like this (this is a rough code. Rest assured the class compiles well):
    private final Image DeckFace = "deck.jpg";
    private Image UniqueFace;
    public CardComponent(Image x){
    UniqueFace = x;
    I have a DeckFace and a UniqueFace because the card ought to be flipping.
    Thanks!

    corlettk wrote:
    I guess I'd extend JPanel and implement MouseListener... and just override paintComponent to draw the image. You'd also need to set the panels size to that of the image, otherwise it would be 0,0 (ergo invisible).
    Cheers. Keith.Yep. That works.
    The directory C:\Java\home\classes\forums\images contains this unzipped (from http://www.jfitz.com/cards/).
    package forums;
    import java.io.File;
    import java.util.Collections;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Iterator;
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.*;
    import javax.swing.*;
    // KRC hacked from code by Peter_Lawrey http://forums.sun.com/thread.jspa?threadID=5375157&messageID=10650927#10650927
    class Deck implements Iterable<Deck.Card>
      static final Image BACK_IMAGE = new ImageIcon("C:/Java/home/classes/forums/images/b1fv.png").getImage();
      static final Dimension SIZE = new Dimension(BACK_IMAGE.getWidth(null), BACK_IMAGE.getHeight(null));
      enum Suit { s, c, d, h }
      enum Num { _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, j, q, k }
      class Card
        final Num num;
        final Suit suit;
        Image image;
        Card(Num num, Suit suit) {
          this.num = num;
          this.suit = suit;
          File f = new File("C:/Java/home/classes/forums/images/"+suit+num.toString().replaceAll("^_","")+".png");
          if (!f.exists()) {
            System.err.println("WARNING: file not found: "+f.getPath());
          } else {
            this.image = new ImageIcon(f.getPath()).getImage();
        public String toString() {
          return suit + num.toString().replaceAll("^_","")+".png";
          //return num+" of "+suit;
        public void turnOver() {
          this.image = Deck.BACK_IMAGE;
      private final List<Card> deck = new ArrayList<Card>();
      public Deck() {
        for ( Suit suit : Suit.values() ) {
          for ( Num num : Num.values() ) {
            deck.add(new Card(num, suit));
        Collections.shuffle(deck);
      public Card removeCard() {
        return deck.remove(deck.size()-1);
      public int size() {
        return deck.size();
      public Iterator<Card> iterator() {
        return deck.iterator();
    // I guess I'd extend JPanel and implement MouseListener...
    // and override paintComponent to draw the image.
    // You'd also need to set the panels size to that of the image, otherwise it would be 0,0 (ergo invisible).
    class CardPanel extends JPanel
      private static final long serialVersionUID = 1L;
      final Deck.Card card;
      public CardPanel(Deck.Card card) {
        this.card = card;
        this.addMouseListener(new MouseAdapter() {
            public void mouseClicked(MouseEvent e) {
              ((CardPanel)e.getSource()).turnOver();
      public Dimension getPreferredSize() {
        return Deck.SIZE;
      @Override
      public void paintComponent(Graphics g) {
        g.drawImage(card.image,0,0,null);
      public void turnOver() {
        this.card.turnOver();
        repaint();
    public class CardTable extends JPanel
      private static final long serialVersionUID = 1L;
      private static final Dimension size = new Dimension(13*(int)Deck.SIZE.getWidth(), 4*(int)Deck.SIZE.getHeight()); //w,h
      public CardTable() {
        super(new GridLayout(4, 13)); //rows,cols
        for ( Deck.Card card : (new Deck()) ) {
          add(new CardPanel(card));
      public Dimension getPreferredSize() {
        return this.size;
      private static void createAndShowGUI() {
        JFrame frame = new JFrame("Card Table");
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        frame.add(new CardTable());
        frame.pack();
        frame.setLocationRelativeTo(null);
        frame.setVisible(true);
      public static void main(String[] args) {
        try {
          SwingUtilities.invokeLater(new Runnable() {
            public void run() {
              createAndShowGUI();
        } catch (Exception e) {
          e.printStackTrace();
    }Cheers. Keith.
    Edited by: corlettk on 29/03/2009 23:20 ~~ Fixed size mistake.

  • Fixed Assets Has created Unbalanced Journal Entry

    Hi  All,
    Have you faced the following problem?
    We have Run FA depreciation by Projects and Profit centers on our test system (B12007 PL 49) and the result journal entires are booked as unbalanced.
    Regards,
    J.

    Hello Jitin
    I have already checked the note 1227200.
    All G/L Accounts set to MultiCurrency, and the Posting of Depreciation is set as suggested.
    The depreciation has been run, and there was no error message. Now in the books i see the unbalanced transactions on the application.
    If I look the transactions by SQL, I can see that the transaction is balanced.
    Currency settings: without decimal.
    Any other idea?
    Regards,
    J.
    Edited by: János Nagy on Feb 2, 2010 1:49 PM

  • Delete Worklist created in Fixed Assets thru AR31

    In Fixed Assets, i created and released an worklist using t-code AR01 and AR31 for Cost Center mass change few days back. I cant manually change any cost center in asset master record for those assets already in worklist and it still shows its status as "In Process"! My substitution rule is correct but somehow its not processing further. If you can create and edit worklist, you should be able to delete it as well.
    Can you delete the worklist if its in process mode? Do i need to have authorization for it?
    Plz help.

    First delete the substitution  you have created for the work list, also check if you have authorization to delete substitution
    Creating and Deleting Worklists
    http://help.sap.com/saphelp_nw04/helpdata/en/65/add1a4bd0211d291c70000e8a5f6e6/content.htm
    Pls assign points as way to say thanks

  • Automatic VAT code during fixed asset PO creation

    Hi all,
    We have a classic AUC acquisition process : through MM with IO allocation.
    My question is = is it possible to automatically affect one VAT code relating to fixed asset acquisition during purchase order creation? (and not VAT relating to goods and services acquisition, we have to distinguish both with french rules).
    The person in charge of PO creation don't have to choice between VAT codes, this is the reason why VAT code has to be affected automatically.
    Thanks in advance for your answer.
    Best Regards

    Hi Ocean,
    if you use as91 you have to enter as followed:
    ***.acquis.val.     120.242,00 <- enter
    ***.down paymts                    
    ***.reval.of RV                    
    ***.invst.grant                    
    Accm.ord.deprec     70.809,18 <- enter
    ***.Spec.dep.                    
    ***.unplnd.dep.
    ***.reserves                    
    ***.reval.O.dep                    
    Net book value     49.432,82 <- calculated automatically
    ***. interest                    
    Reval. posted                    
    Ord.dep.posted     3.340,06 <- enter
    Pstd.spec.dep.                    
    Pstd.unpl.dep.     0,00
    Res.posted                    
    Of course SAP reverses the amount because it is entered as ord dep. posted (this means current fiscal year!!!) insted of accm. ord. depr. (depr. up to 31.12.2007)
    The ***. depreciation up to 31.12.2007 has to be enterend in ACCM. ord. deprec.
    The *** and posted depreciation from the current year has to entered in ORD.DEP.Posted, pls. have a look at my calculation.
    How to correct the fields Ord.-dep. posted and Accm ord. dep? This depends on many parameters:
    Have you carried out the datantransfer already in the P-System????
    Any other postings for SAP AM already carried out
    How many assets have to be changed.
    You can reset the Companycode in AM (only recommendable if deprun is not posted and no other postings - retirements, aquisitions transfers have been entered). Then start a new upload
    Even lsmw and a BI-recording as92 with the last screen could be a solution.
    At least if you have only a few assets - correct them manually - it's not worth the effort to create a BIR and a LSMW - the user is faster.
    Best regards
       Horst

  • How to clear all fixed assets in SAP Business One

    Client wants to clear all fixed assets and create new ones. What is the best way to do it.
    Thanks.

    Hi,
    My assumption is that your customer is using 9.0, is it?
    I assume that the reason is because there was a mistake during the implementation, meaning that assets created using the application or using import fixed assets master data from excel are not what the user wanted.
    The existing rule is that only assets in status 'new' can be removed, and this is a consistency requirement, both technical and from accountancy point of view.
    So if the asset is not in status 'new' , it cannot be removed.
    What you can do is cancel all transactions generated for the asset, acquisitions, retirements, etc, starting from the last, transaction, until you cancel the first.
    Then you execute again depreciation run, to ensure any automatic posted depreciation is reverted.
    This way the asset will remain in the system, but with no value. And you can eneter the new assets that will substitute them.
    Jose

  • Open Item List including Fixed Assets

    Hi All
    I need to create an open item list for a customer that includes all open AP Invoices of all vendors including fixed asset acquisitions. Something like SELECT 'Purchase Invoices', T0.DocNum, T0.DocDate FROM OPCH T0 WHERE T0.DocStatus = 'o' but also for the fixed asset acquisitions. Does anybody have an idea?
    Kind Regards
    Reinhard

    Hi Reinhard
    Are you using Acquisition with or without vendor? Do you also create an A/P invoice for asset purchases?
    Kind regards
    Peter Juby

  • Fixed Asset Book Report

    When running the Fixed Asset Book report, the system shows every instance of an asset number. By that I mean that when and asset has changed locations the asset shows in the report in both locations with a value of zero in one location. This makes using this report for NBV reconciliations to the GL very difficult as I need to find ways of tracking and eliminating the duplicates before I can even begin.
    Is there a way to get the report to provide the data only in the current locations or is there a differant report I can use that provides a NBV at a period end broken out by cost and accumulated depreciation.
    Any assistance would be appreciated.

    Please see (FAQ: RXi Reports (JGRX/RXJG, FARX/RXFA, APRX/RXAP, ARRX/RXAR) [ID 430075.1]) -- How To Find The Source Code Of An RXi Report ?
    Thanks,
    Hussein

  • Acquisition of fixed asset

    Hi ,
    When i am creating an acquisition in the fixed asset module,the acquisition is added successfully but no journal entry is created.
    What am i doing wrong?
    Thanks
    Nisha

    Change from transfer mode to production mode

  • Standard T-code of Fix Asset report which shows Quanity and Value

    Hi friends,
    Is it any T-code in SAP which shows Fix Asset with quality and value.
    regards
    Hemant Maurya

    Hi,
    All standard SAP asset reports show values for Eg.S_ALR_87011990. To display quantity you may create a sort variant with quantity as one of the fields through S_ALR_87009120. You can then run the above report i.e. S_ALR_87011990 with this sort variant to display quantities also along with values.
    regards,
    Swati

  • Credit memo for subsequent acquisitions in Fixed Assets

    According to the Fixed Asset help file - section Credit memo for Subsequent Acquisitions it Says " Fixed Assets *DOES NOT* allow posting a credit memo for a subsequent acquistion.  What are the exactt circumstances in which Fixed Assets will block these credit memos. I have added subsequent Acquisitions and Fixed Assets appears to allow credit memo's where depreaction has not been run and also where depreciation has  not been run. How does this blocking mechanism work?

    Hi John
    It appears that there is no good answer to your question.  From my undertstanding, the SAP Fixed Assets add-on is a very basic solution, and does not anticipate many of the changes that can occur once an Asset is acquired.  Frankly, it is pretty basic when handling the initial acquisition.
    Not that this will help you with this particular install, but the Fixed Assets add-on from B1 Fixed Assets LLC does a very thorough job of creating Assets, where you can use any or all of Invoices, Credit Memos, and Journal Entries, mixing and matching to create the Asset.  Once the Asset has be added, making Cost Adjustments is almost as thorough, and provides considerably more options to recognize the Cost Adjustment.  You can see a viedo of a relatively simple Asset Acquisition on YouTube (www.youtube.com/b1fixedassets).   
    Let me know how you get this issue resolved - I am very interested.
    Joe

  • How to create a Fixed Asset Business Area that is restricted to a ledger

    Hello gurus,
    I am having trouble creating a Fixed Asset Business Area that will only restrict users to use only one type of ledger in Discoverer Admin. How do you go about this?
    I know how to create the business area but not sure how to restrict it.
    Any guidance is much appreciated.
    Thank you.
    -Nelly

    Hi,
    You can restrict users to using one type of ledger by adding mandatory conditions to the folders in the in the business area. The conditions can be dependent on the user and/or responsibility so that different users/responsibilities have access to different ledgers. These mandatory conditions do not show in the workbook and cannot be changed by the Disco plus/desktop user.
    Rod West

  • DI API to import fixed  asset master data and acquisition.

    Hi,
    Environment : SAP B1 8.8 PL18 & Fixed Assets Add-on 880.236.00.18
    Have been used to add fixed assets, and would like to perform using the API to import fixed  asset master data and acquisition.
    The commands to access the table of fixed assets related to the API that is available?
    Thanks.

    I have the same problem...
    Is there anyone who have tried these things?

Maybe you are looking for