Cost center screen layout rules

Hi All,
          In the cost center master data field cost center catagory and person responsible is mandatory i would like to make it optional can anyone advice how to do.
         thanks in advance.
regards,
Pranav

Hello
You can maintain master data for cost centers, cost elements, activity
     types, and business processes with time dependencies. You can make
     changes at any time for any given time interval. Data storage also takes
     place with a time reference. In this way, a master data record can have
     multiple database records storing different information.
     The smallest interval is one day. To ensure data consistency, you cannot
     change each field daily. The timeframes in which you can change a field
     depend on the field functions, which are fixed by the system and cannot
     be changed. Master data maintenance includes an automatic check for each
     field's time-based consistency, resulting in individual time-based
     maintenance for each field.
     The following dependencies are supported:
     o   Not time-based
     o   Day-based
     o   Period-based
     o   (Fiscal) year-based
     This function provides an overview of the time dependencies of
     individual master data fields during master data maintenance, along with
     checks and storage of consistency timeframes. You find this information
     in the "Time dependency" column.
     If you use fields requiring characteristics greater than one day and
     which are changed for the system lifetime of the object, the system
     automatically creates a new database record for this processing
     interval, and changes the time-based validity of existing records. The
     change is logged in the master data record with the time reference.
     However, a great number of changes in multiple timeframes will result in
     a correspondingly great number of data records.
     Fields which you can change freely (indicated in the DAY column) can
     possess different time dependencies only if you mark them additionally
     as historically relevant. This activates the time-based updating for the
     records.
Example
     Object 1000 has one master data record created with a fiscal year of 12
     periods and the cost center name AAAAAAAAAA. During master data
     maintenance, you change the cost center name in period 5 to BBBBBBBBBB.
     The system reacts with one of two options.
     o   "Name" is marked as historically relevant. The existing master data
         record for periods 1 - 12 must now become three records:
         1000   01-04   AAAAAAAAAA
         1000   05      BBBBBBBBBB
         1000   06-12   AAAAAAAAAA
     o   "Name" is not marked as historically relevant. The existing master
         data record remains intact, with the name changed for the entire
         existence of the record:
         1000   01-12   BBBBBBBBBB
Reg
*assign points if useful

Similar Messages

  • Screen layout rules for Auc

    Hi
    one my clint in development screen layout rule has been defined and where as the same has been moved to production but if using the T. co OAYZ it is not maintained , exit screen is appearing , how change or create the screen layout for AUC in production
    pls help
    regrds
    sekar

    sekar,
    The oayz screen is a customizing transaction and normal you are no alowed to make customizing changes in production.
    When you don't have the values you set up in development and transported to production you have to look to the error in the transport system.
    When you use invesment orders or project, then this setting/ changes (for AUC) are only working for new orders or projects.
    In OAYZ you give only default values and activate a depreciation area. This values are proposed when you create new AUC.
    Paul

  • Do you know How to Create Screen Layout Rules ?

    Hi,
    Do you know How to Create Screen Layout Rules ?
    Best regards,

    Hi,
    http://help.sap.com/saphelp_45b/helpdata/EN/ae/ea2c7dd435d1118b3f0060b03ca329/content.htm
    Please also read the "Rules of the Engagement" before posting a query on this forum.
    Regards,
    Gaurav

  • Screen layout rules for depreciation areas

    Hi Experts,
    One quick question. Where do we see screeen layout rules for Asset depreciation areas. SPRO path or transaction code to view this would be helpful.
    Regards,
    Santosh

    Hi Ragini
    Thanks for reply. It seems transaction code OA78 is wrong. It says transaction code OA78 does not exist. I am working on SAP R/3 4.7 version.
    I know that we can define screen layouts for depreciation areas through transaction AO21.
    However I would like to know how can we find out screen layout assigned to a particular asset or particular asset class.  In transaction OAOA we can see screen layout rule assigned to asset class, but not screen layout for depreciation areas for that asset class.
    Any pointers on this would be highly helpful.
    Regards,
    Santosh

  • Disabling I/O Screen Field in Cost center Screen Enhancement

    Hi all,
         I am doing screen exit for Cost center master. While using KS03 transaction, I have to disable the newly added I/O screen fields. So, I added the following code in PBO module.
    *** PBO
         MODULE modify_screen_input.
    *** Include program of PBO
         MODULE modify_screen_input OUTPUT.
           IF sy-tcode EQ 'KS03'.
             LOOP AT SCREEN.
               IF screen-group1 eq 'CO'.
                 screen-input = 0.
                 MODIFY SCREEN.
               ENDIF.
             ENDLOOP.
           ENDIF.
         ENDMODULE. 
    But, screen fields with that group are not getting disabled. Is there any way to disable those screen fields?
    Thank You.

    Hello Shrilatha,
    Please try with below code
    IF sy-tcode EQ 'KS03'.
             LOOP AT SCREEN.
               IF screen-name = 'CI_CSKS-ZFIELD'  ->changeit to field name
                 screen-input = 0.
                 MODIFY SCREEN.
               ENDIF.
             ENDLOOP.
           ENDIF.
         ENDMODULE.
    Thanks

  • Validate cost center in settlement rule while creating WO in IW31

    Hi All,
    I have a requirement to check whether the cost centers in settlement tab is blocked or not. If it is blocked need to give an error.
    Is it possible to implement this using an user exit?..
    Thanks,
    Spandana

    Hi Chetan,
    I agree with you that when PR is created thro repair order the A/C assignment category will be 'F',I am not concerned about that and its a SAP std.I am concerned about the automatic cost center population on the PR created from that order.I'll explain you in detail - It goes like this, We are creating a Service Order in IW31for a material X and this material goes sequentialy in operation which it requires, it depends on the control key SM01 whether the operation is to be processed internally or externally,So when it goes for external processing for which the key SM02 is configured and while saving this order a PR is created from this order and as you said this this PR will have A/c assignment category 'F' and its relevant G/L a/c and the order in it.So if you check the cost center field which is in between this G/L a/c and the order it will not appear as it has to be entered manually.So i need this to be automatically determined.
    Hope this clarifies.
    Thx
    Benny

  • How to change cost center in Asset Master record ?

    Hi SAP Gurus,
    My client is asking me to change cost centers in Asset Master records using LSMW. Currently, the field cost center is in display mode. In order to change the cost center, the field cost center must be in change mode while recording in LSMW. I have changed screen layout rule for Asset Master data. I have selected radio button "Optional" for cost center in screen layout for Asset Master data. But still cost center field is in display mode in Asset Master record. It must be changeable.
    Please suggest me how I can resolve the issue.
    Regards,
    K.S.K

    Hi Saravana,
    We can change the cost center for AuC Investment measure at WBS element level. For that purpose we need to go to AuC Investment measure Asset master record and check WBS element under Origin Tab. Double click on WBSE and then check the cost center under Assignment tab. And also check the cost center in Asset master record for the same. Now you can go to T.Code CJ12 (Change WBS Element) and change the cost center for the same. Once you make changes system automatically change the cost center in asset master record for the same.
    Note: - Now you have to identify all the AuC Investment measure Assets and the WBS Element for the same. Then change the cost center in WBS Element record. And the corresponding changes will be done in relevant Asset master record automatically.
    But before making the change please check with the PS/PM consultant regarding changes in WBS element. Means where it will effect?
    With Regards
    Ravinder Kaushik

  • Error While defining screen layout in asset account

    Hi Guru's,
         I tried to define screen layout rules in asset accounting but it showing error "screen layout control"410"does not exist.can any body tell me whats wrong?
    Thanks

    Refer SAP note 1035757 or 489268

  • Substitution for deriving Profitcenter from Cost center

    Hi SAP Gurus,
    I want a detail substitution steps for deriving the profit center for cost centeres. One PC is assigned to more than one cost center.
    Thanks In Advance.
    CHEERS

    I am talking about the cost center in settelment rule.
    my problem is while setteling the order in ko88
    --- for some order , for manual input of cost center system is capturing profit center automatically
    --- for some order, system is not deriving the profit center automatically.
    all cost center master data is having profit centers.
    for the second case system is not allowing me to settele the order in ko88.
    Edited by: NITIN on Mar 26, 2009 1:42 PM

  • 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.

  • Screen Layout for Dep Area in Assete master.

    Hi,
    I am trying to display the fields "Expired Useful Life & Expired life -Period" in Dep areas tab of assets master.
    My screen layout is 1000 Dep on main asset level.
    i have assign this to Dep area in OAYZ.
    I made these 2 filed optional in screen layout,even though i am not able to see these fields in asset master.
    When i tried to other fields , it got effected.
    What is the reason behind this?
    Please provide me the solution to display these fields in asset master.
    Thanks Regards,
    Uday

    Hi,
    I checked all stated things.It is right.
    Still i m not able to see it in master.
    When i go to envirnment in aso2, it shows the screen layout rule with these fields as optional.
    So i am not able to understand ,how to bring that fields?
    Please anyone provide me the solution.
    Regards,
    Uday

  • Cost Center Master data - dates

    Date to  & Date from
    There are fields date to ( Valid to ) & date from ( valid from ) in cost center attr & cost center text transfer rules.
    When I create a report on I/O - 0costcenter, I dont find these data fields to have them in my report.
    Please help....
    These fields are not attributes to the infoobject.
    Message was edited by:
            Jr Roberto

    Hi,
    If you want to specify the dates in your report, goto the query properties and set something in the Key Date area. This refers to the dates in time-dependant master data.
    Hope this helps...

  • OLMRLIST screen how to fix the cost center tab and its impact?

    Hi
    Explain the function of the T-Code OLMRLIST.
    How does it interact with the MIRO T-Code?
    What is the significance of a field check box being checked in OLMRLIST. I particularly want to know about the Cost center field.
    Raja

    OLMRLIST is used to adjust teh screen variant for the MIRO screen. At the line item level you see layouts and each layout has a set of fields in the form of columns. These are adjusted via the screen layout variants in OLMRLIST like 7_6310 which is all information and like wise you have 6_6310, etc...

  • Cost Center Planing Report Layout KP65 - Fiscal Year Variable Error

    Hi All,
    I am creating a layout for Cost Center Planing in KP65. I selected Fiscal Year Variable GJAHR.
    In Tex Maintenance when I give "1st Qtr $GJAHR" and save I am getting the following error. "Text variable &$GJAHR has an invalid replacement rule"
    The same is available in other existing reports.
    Fiscal year variable is created in KE3E also.
    Please let me know what is the issue.
    Thanks
    Satish

    Hi,
    Thanks for the reply.
    I created new Variable as follows
    For Fiscal Year
    Type of Var = Char Value
    Enter variable name, say, ZGJAHR - and then Variable is shown as &ZGJAHR
    Field Name = GJAHR
    Replacement type = Entry
    Enter Description
    Parameter/selectop = Parameter
    and I used the variable in the layout and when saving I am getting error
    Please maintain variable &$ZGJAHR
    Text variable &$ZGJAHR has an invalid replacement rule.
    In the text maintenance medium text I have given as "1st Qtr $ZGJAHR".
    Please let me know where can be the issue.
    Thanks
    Satish

  • Name EE Grp EE SGrp Per Area & Cost Center tab disappered from PA 30 Screen

    Hi Guru,
    I have created the shift schedule for new company code  and then  moved it dev (No chng) for testing and hired an new employe on same company with new shift schedule. And as soon as execute PA 30 screen to see the master data emp namd , EE grp , EE sgrp , pers area an cost center tab has disappeared.
    Please tel me wht went wrong or wht wil be possible cause for this error.
    Rgds
    Subrat

    Here it is, sorry for the delay, I kinda gave up for a while:
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "0-DFP5"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "TargetRefresh" "60"
    Option "Position" "0 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "1920x1080"
    EndSection
    Section "Monitor"
    Identifier "0-DFP10"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "TargetRefresh" "60"
    Option "Position" "3600 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "1920x1080"
    EndSection
    Section "Monitor"
    Identifier "0-CRT1"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "TargetRefresh" "60"
    Option "Position" "1920 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "1680x1050"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "Monitor-DFP5" "0-DFP5"
    Option "Monitor-DFP10" "0-DFP10"
    Option "Monitor-CRT1" "0-CRT1"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Virtual 5520 1920
    Depth 24
    EndSubSection
    EndSection
    Last edited by xeekei (2013-09-12 22:47:09)

Maybe you are looking for