Screen layout for the asset class

Hi,
I know the name of the screen layout used for a particular asset class, now in that screen layout I want to see which fields are mandatory and which are not. Where can I see that?
Please help .
Many Thanks

Hi,
If you want to see the fields in screen layout go to spro - Asset accounting - Master data - screen layout - Define Screen Layout for Asset Master Data - click on Define Screen Layout for Asset Master Data
there you will find the fields which are mandatory / optional
Kedar

Similar Messages

  • Screen layout for asset class

    HI,
    My problem is that I am assigning one asset class to new screen layout in the asset class master data.
    But the system is taking the fields from the layout which is chart of depreciation dependent data (tcode ANK1)
    Here when i try to change that data for this asset class the system throws the message "Chart-of-depreciation-dependent assignment to asset class XXXX not possible"
    Procedure                                                                     
         In order to be able to assign chart-of-depreciation-dependent data to     
         asset class 4100, the following conditions have to be met. You have to    
         have already                                                              
         1.  Defined at least two active charts of depreciation                    
         2.  Assigned asset class 4100 to more than one chart of depreciation      
         However, at the moment this asset class is only assigned to chart of      
         depreciation 1.                                                                               
    Any help would really be appreciated.
    Regards
    Meenakshi

    This is whta you have done:
    Generally, the control specifications (the screen layout and the account determination) for the asset class applies throughout the client, that is, for all charts of depreciation. It is therefore sufficient to make control specifications once per asset class.
    You only need to carry out this step, if, contrary to the usual case, you want these control specifications to be country-specific (that is, different depending on the chart of depreciation). The system then uses the entries you make here depending on the chart of depreciation in the given company code. The system then ignores the control specifications in the asset class that are independent of the chart of depreciation.
    We shall try to check how to delete this settings.

  • Screen layout control while creating the asset class

    Hi friends,
    I am trying to create the new asset class by copying the existing asset class.  As the time of creation i have changed the new account determination and screen layout rule.  While saving the system is giving error message that - Screen layout control .... does not exist.
    How to overcome the above issue.
    BSR

    Hi
    SAP standard provided certain specific screen layout based on asset class.  please select the correct screen loyout based on your asset class.
    Let me know, if the probelm not solved yet,
    award points, if problem resolved.
    Best regards,
    S. Habib Pasha.

  • I want to create a new customized screen layout for responsive HTML5  output. I don't want to use the ones present in the gallery. What are the steps to do so?

    I don't wish to use the ones already present in the gallery. They do not meet my requirements. Therefore, I want to create/design my own screen layout for the responsive HTML5 output. Please let me know the steps to do so. How to create a SLZ file, what is the code that I need to write. What are the components that I need to create to have a complete screen layout to be used in a responsive HTML5 output.

    That would require inline formatting and I doubt that is an option.
    If I am following you, the header area is full width of the screen so I cannot see how it can be broader, Perhaps you mean deeper? A screenshot might help here. The change would be made in the layout.css file.
    That would be a change in the layout.css.
    I suspect that too is controlled by the layout.css.
    To make the changes you would have to go into the layout.css and modify that. As you will see, it is a very complex CSS and that is why I said creating you own layout is not easy. Hopefully when Willam is available again, he may be able to give you some more specific information.
    I think Willam will confirm that if you cannot read the existing CSS to make those changes, then creating your own skin would be beyond your capabilities. Please do not take any offence there, I am simply emphasising how complex a task it is to create a skin from scratch. It's not one I would take on.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Screen layout for FSV

    Hi,
    How to create the screen layout for the financial statement version? What is the T-code?
    Thanks
    Sridevi

    I don't think you can have a screen layout for FSV. FSV in short is the represenattion of GL accounts in a Hirarchial way.
    When you have created your FSV in OB58, this FSV is available in all the standrd todes that are using FSV as a base and the screen layout that the Tcpde provides is avaialable in the same Tcode.
    For Example if you are using F.01 after executing the report, you have the chnage layout option which you can use.
    Hope you understood.
    Reward points if useful.
    sarma

  • Screen layout for deliveries

    Hi
    Can you folks suggest me the path to changing the screen layout for the inbound delivery.
    cheers
    Joseph

    hi Joseph,
    An option for you to customize screen layout is using Screen Painter transaction SE51.

  • Differentiating the asset class for group assets

    Hi,
    I want to create group assets in AS21. For creating group assets I want to create a seperate asset class. I could not find any option of differentiating the asset class for group assets in transaction OAOA (i.e., Define Asset Class)
    How we can identify that an asset class can be used only for group assets and not for individual assets.

    <<Plagiarised from http://help.sap.com/saphelp_45b/helpdata/en/4f/71dfff448011d189f00000e81ddfac/content.htm>>
    HI
    A group asset is represented in the system by a separate master record. The structure of this master record corresponds to the structure of the normal asset master record. You can determine the structure of this master record using screen layout control, just as you do for normal master records. Just the same as a normal asset, a group asset can have any number of sub-numbers. In this way it is possible, for example, to collect all the acquisitions for one year in a single sub-number master record at the level of the group asset.
    There is a separate master data transaction for creating group assets (Asset ® Create ® Group asset). This transaction corresponds to the transaction for creating normal assets. However, there are certain special considerations to keep in mind for master data maintenance of group assets:
    Group assets can only be deleted when all the assets belonging to them have been marked for deletion.
    Group assets can only manage depreciation areas that have been specially marked. You mark them using an indicator in the company code specific specifications for the depreciation area (FI-AA Customizing: Specify depreciation areas for group assets).
    Group assets have to be assigned to an asset class, just as normal assets do. You use an indicator in the asset class to specify that the class can be used only for group assets.
    Assignment of an Asset to a Group Asset
    You can assign an asset to a group asset by specific depreciation areas. For this purpose, there is a special field in the asset master record (in the detail display of each depreciation area). You enter the number of the group asset in this field. Once this entry is made, the system calculates and posts the depreciation for this depreciation area only at the level of the group asset. In this way, you can also assign one asset to different group assets in different depreciation areas.
    Regards,
    Amit SHinde
    Acknowledge If satisfied
    Edited by: Matt on Feb 17, 2012 9:34 AM

  • Layout for the angles of screen in swing application?

    I have noticed that does not exist a layout for the angles of the screen.
    I tried way in order to make it.
    Example => NorthEst o NortWest, SouthEst and SouthWest.
    Thanks

    import javax.swing.*;
    import java.awt.*;
    public class Frame3
        extends JFrame {
      JPanel jPanel1 = new JPanel();
      JPanel jPanelForm = new JPanel();
      JPanel jPanel3 = new JPanel();
      GridLayout gridLayout1 = new GridLayout();
      GridBagLayout gridBagLayout1 = new GridBagLayout();
      JLabel jLabel1 = new JLabel();
      JTextField jTextField1 = new JTextField();
      JButton jButton1 = new JButton();
      public Frame3() {
        try {
          jbInit();
          pack();
        catch (Exception ex) {
          ex.printStackTrace();
        this.setVisible(true);
      void jbInit() throws Exception {
        this.getContentPane().setLayout(new BorderLayout());
        jPanel1.setLayout(new BorderLayout());
        jPanelForm.setLayout(gridBagLayout1);
        jLabel1.setText("jLabel1");
        jTextField1.setText("jTextField1");
        jButton1.setText("jButton1");
        jPanel1.add(jPanelForm, BorderLayout.WEST );
        jPanelForm.add(jLabel1, new GridBagConstraints(0, 0, 1, 1, 0.0, 0.0
                                                    , GridBagConstraints.CENTER,
                                                    GridBagConstraints.NONE,
                                                    new Insets(0, 0, 0, 0), 0, 0));
        jPanelForm.add(jTextField1, new GridBagConstraints(1, 0, 1, 1, 0.0, 0.0
            , GridBagConstraints.CENTER, GridBagConstraints.NONE,
            new Insets(0, 0, 0, 0), 0, 0));
        jPanelForm.add(jButton1, new GridBagConstraints(2, 0, 1, 1, 0.0, 0.0
                                                     , GridBagConstraints.CENTER,
                                                     GridBagConstraints.NONE,
                                                     new Insets(0, 0, 0, 0), 0, 0));
        this.getContentPane().add(jPanel1, BorderLayout.NORTH );
      public static void main(String[] arg) {
        try {
          UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
        catch (Exception ex) {
        new Frame3();
    }

  • What is maintanence level in  screen layout for asset master record

    hi everyboby,
    can anyone explian this
    when I'm defining screen layout for asset master record to  make business area as required entry it was throwing msg like select maintanance level. what could be the reason?can anyone help me on this.
    thanks
    siri

    hi..
    thanks for reply again.
    If i select  business area as optional (main no,sub no)and supress for all fileds (only selected main no) ,I'm able to save screen layout.If i set BA as required select mainno,sub no check box and save it shows the same  error msg.Anyway  i can create asset master now.thanks
    regards
    siri

  • Screen Layout for Asset Master Data

    Hi all,
    we are using SAP ECC 6.0 with a base component 700 Level 15 and the Logistics and Accounting component 600 Level 12.
    I hope you can help me with the following tasks. It should be said that I am not an expert FI-AA, so you must bear with me.
    It is desired, that the Screen Layout for asset master data, should have an additional field "customer order" as a required field.
    So I go to the Customizing
    --> Financial Accounting --> Asset Accounting > Master Data> Screen Layout--> Define Screen Layout for Asset Master Data --> Define Screen Layout for Asset Master Data
    --> and then into the third level of navigation in the u201Cfield group rulesu201D (rule for R & D development costs and then logical field group time-dependent data)
    So there I should be deposited the "customer order" as a required field.
    But:
    1. The "customer order" is not available in any field group. How is it possible that I add the u201Ccustomer orderu201D to a field group?
    2.  I am not able to add any field, in the above transaction?
    I am very grateful for any help.
    greetings

    Dear all,
    I want to come back to my problem listed above.
    In the APC Values Posting  (Transaction ASKP) the costs have been assigned to a WBS element. Now, it should not be assigned to a WBS element, but to a customer order.
    For that I created in the asset master a new customer's own field "Customer Order".
    For this I have implemented the customer enhancement AIST0002 (Customer fields in asset master).
    The new field "Customer Order" is now available in the asset master as desired.
    So far so good.
    Now, the new field "Customer Order" must be specified and activate as an Account Assignment Object.
    Is this possible and how can I add my new field to an Account Assignment Object?
    Thanks in advance for any help.
    greetings
    Martin Buthmann

  • How can we block the asset class for company code

    Hi Experts,
    At what level we can define asset class and how can we block the asset class for particular company code in group company
    Regards,
    Harish

    Dear Harish,
    You can block the asset through OAOA at asset class level blocking at Asset Class level, and same you can block for creation at a chart of depreciation level from AM05.
    And for additional acquisition you can block from AS05. I hope this will solve your issue. If you have doubts feel free to share.
    Regards,
    Pankaj A Bhalerao.

  • Layout for Master Asset Record

    Hello together,
    I have a big problem. I am searching for 2 days but I cannot find it.
    The problem is:
    The customer has got add-on field in asset master data in tab allocations.
    If I open an asset in class 7000 I see those fields.
    In (e.g.) asset class 9000 the fields are not implemented. My job is to implement them here, but I can not find the way how wo.
    There is an user-exit, but it does nothing then to transfer all fields without any "If-Construction" between SAP and the user-exit.
    I also searched the customizing. There I found a point "Financial Accounting -> Asset Accounting -> Master Data -> Screen Layout -> Specifiy Tab Layout for Asset Master Record". There is a z-layout and an U-group box which defines add-on fields.
    But I can not find the place to see, edit or add more group-boxes.
    Does anybody has an idea?
    Thanks in advance.
    Heiko

    Hi,
    You can do the Screen Layout changes in the Asset Master AS02, AS03 Itself.
    Enter the Asset Class, or Asset and Co.Code.
    Environment > Screen Layout > Master Data, Depreciation Areas
    Regards,
    Sridhar Sha

  • Associating a certain "useful life" for each "Asset Class" ?

    Hi All
    Could anyone tell me how to associate a certain "useful life" for each "Asset Class" ?
    Which's customizing navigation?
    Thanks
    Gandalf

    Hi Try this..
    If you go to IMG (Transaction SPRO) :-
    -> Financial Accounting
    -> Asset Accounting
    -> Master Data
    -> Screen Layout
    -> Define Screen Layout for Asset Depreciation Areas
    -> ScrnLayout XXXX
    -> Field group rules
    Here, you will find whether column 'Class' is activated -> it should be activated
    Hope it helps
    Zub

  • Dump in AS02 for particular asset class.

    In AS02 when I make changes in the asset starting with 16000000 and save them the program throws the following dump (shown in screen shorts). I would like to add if i make changes in asset class other than 16000000 it works fine for example (15000000)  . Urgent issue.

    It seems , something is wrong with the asset class configuration . Check with your FICO consultant. If configuration is right, maybe some wrong process is being followed. Otherwise search for OSS notes .

  • Error occur while doing Determination the dep. area in the asset class

    Hi All
    Query about FI - AA
    when I m trying to do determine depreciation area in the asset class with following path
    Path in IMG
    FA- AA- Valuation-- Determine depreciation area in the asset class
    By following above path and my Asset class as soon as I select my Asset class and click on depreciation area Tab at left side I m heading with below error:
    *"Contact your system administrator (Table error)"*
    I don't have De.area 02 in my chart of depreciation and I don't want to maintain it. I just want to maintain Area 01 and 15
    expecting expert opinion and feed back,
    Thnx
    B

    Hi,
    Please select the Depreciation Area, which you don't want to maintain for depreciation.
    And delete the selected depreciation areas.
    Thanks & Regards,
    S. Umamageshwaran

Maybe you are looking for

  • Error while Installing ECC6.0

    Hello This is my 1st thread so idk if this fits here, but i hope you can help me There is my Scenario: my company implemented an ODA (Oracle Database Appliance), we have a VM with  Oracle Linux 6 in which we are installing SAP ERP 6.0 EHP7 but when i

  • How do I force a crop on a pic in a slideshow in aperture when it doesn't display correctly?

    The help menu shows an option to select full view but that option box isn't showing in the default settings in my program. I have checked for software updates.

  • Resultset returning too many rows when using Group by

    Hello My problem is this I run the following query which uses a Group By sQury = "SELECT Distinct Searches.categoryId ,count(Searches.categoryId) AS NUMBER_OF_APPEARANCE" + " FROM Searches " + " GROUP BY Searches.categoryId "; When I run this query i

  • Credit terms with No. of days

    Dear Experts In my client site new req. has come up-Business scenario is for credit Mgt based on credit limit and credit period. e.g. A customer can buy two different product from two diff sales area.If he buys product from first sales area credit pe

  • Moving Domain for iWeb from one computer to another

    Have moved my website domain from Library in one computer running Leopard into Library in another computer running Lion. Deleted default Domain in new Library, but when I open iWeb app the empty default Domain opens with nothing in it and returns bac