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

Similar Messages

  • How to use field "responsible Cost center" in Report Painter

    Hi
    I create report painter by using standard LIbrary and want to use field "Responsible Cost Center" as a parameter in order to display report in hierachy.But the standard Library  "6O1"  doesn't provide  this field .
    So I try to create new library by copy the standard  "6O1" and using  the structure "CCSS".But it doesn't show this "Responsible Cost Center" Field as a parameter .
    Please give me an advice step by step the way to get this field as parameter in report painter 
    regards
    Chompleon

    Hi,
    I have a similar requirement. I have followed OSS note 358251 as an example to add the 'Responsible Cost Center', however it doesn't display in the report even after I choose the field for display. The steps I have followed are -
    1) Added the field ZZ_KOSTV in the include structure CI_CC1S.
    2) Using transaction GRCT, table CCSS, I added a characteristic KOSTV with Def field OBJNR, and filler routinue EZZ_FILL_KOSTV.  I then wrote code in this routinue to populate the value KOSTV from AUFK table in the include program FK21REZZ. In debug mode, I can see correct values are populated in this field.
    3) I created a copy of an existing report in the library 6O1, changed it and in the Total line, added the field Responsible Cost Center to the Selected Characteristics. When I save, regenerate and execute the report, the value for  Responsible Cost Center doesn't get displayed though the displayed orders have a value populated in this field and when I debug I can see the value is passed ut correctly form the filler routinue to the field KOSTV.
    Please help and let me know what I need to do to be able to see this field in the output result.
    Regards,
    Neha

  • "Region" field in Cost center master data needed as mandatory

    Hello Gurus,
    I would like to ask you where exactly in SPRO we can customize the field "Region" in Address tab in Cost center creation as a mandatory? so far its only optional
    is this possible?
    thanks in advance for your help.
    Hana

    Hey Hana,
    According to [this thread|Re: KS01 , Field status Cost center master data;, you will need a user exit to accomplish that.

  • Company code field in cost center master data

    I am trying to create some cost centers, but noticed that the company code field is not available for entry in the cost center master data. In other words, the company code field does not appear or is hidden. My understanding is that an entry in company code field in cost center master data is mandatory. Can someone advice as to what setting is missing?

    Hi MG,
    Appearance of the field "Company Code" in cost center master data depends on the following point...
    In Controlling Area settings in OKKP, if you have opted for single company code, then, whatever the cost center you create under this controlling area is obviously belongs to that company code only. So, system will not display the filed "Company Code" in cost center master data.
    If you have opted for cross-company code controlling in OKKP settings, then, when you create a cost center in that controlling area, then the system will give the field "Company Code" in cost center master data so that in which company code you need to create the cost center.
    I hope u got it...
    Srikanth Munnaluri

  • Suppress business area field in cost center master data(KS01)

    Hi
    As the client is not using business area, he don't want the business area field to appear in the cost center creation screen(KS01).
    Is there any work around to this
    Regards
    Aravind

    Hi Aitipamula,
    Have you looked transaction code <b>OB65</b> to deactive the business area?
    Also you can technically use transaction variant (t/code SHD0) to supress the field. For more information, please check this link.
    http://help.sap.com/saphelp_nw04/helpdata/en/7d/f639fb015111d396480000e82de14a/content.htm
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Add Option of choosing values from list in "Person Responsible" field of Cost Center Master

    Dear All,
    Could anyone advise me how can I add the option to Choose Values from list to field "Person Responsible",
    in Cost Center Master Data ?
    The Technical Name of this field is VERAK, and currently it is an open field.
    I would like to allow the user to choose values from existing list.
    Thank you!
    Orly

    Hi Orly,
    You have take it to your ABAPer, who will have to modify the attributes of CSKSZ-VERAK field in CSKSZ structure. ABAPer will have to define it with foreign key and introduce the name of the table, which will be used for deriving the available values. No standard table exists for it, but you can either create your own Z-table or take it from users table (USR02) if you have the necessary information there. Of course, this action would account for modification of standard SAP structure.
    Regards,
    Eli

  • Open field for cost center on the material master

    We have a unique requirement in a facility we intend to implement plant maintenance in to track a cost center to a material by including the cost center on the material master somewhere.  Cost center is not a field on any of the material tabs we use for maintenance materials, but the requirement is just that it is tracked in a field, even if it's just an open field like a "user defined field" or another field not used often.  We realize there are disadvantages such as the field not being checked against active cost centers, but we are looking at options short of adding cost center as a field manually to a tab (which I believe would require ABAP assistance).  I don't think there are any other fields/tabs we are currently not utilizing but I could be wrong... The best option we can think of is adding it in a material characteristic so it shows on the classifications tab, but I thought I would see if anyone has any other ideas.
    Thanks

    Not sure what is the need of cost center on material master when you want to implement Plant maintenance module. Do you have any specific requirement for this?
    Ideally cost center will be derived from either functional location/ equipment (equivalent of material master) on to PM work order or notification.
    Can you elaborate the requirement?
    After all if you wish to go with cost center, then I suggest it should be at plant level as PM requires plant level distribution. You can add up a custom field and give the reference of cost center data element with help of developer.

  • What are the tables and field where Cost Center info. is stored ?

    Hi Experts,
    One of my customer is using the Cost Center / Profit Center and mention the same in all document. Now for particular Incoming Payment customer wants to print the dimention wise details entered in incoming payment as well as out going payment.
    Can anybody tell me from which table / fields I can retrive this information ? Particularly in Crystal Report.
    Thanking in advance,
    Samir Gandhi

    No response ?
    Does anybody monitoring this or not ?
    BR
    Samir Gandhi

  • Mandatory field in cost center master

    Hi,
    In a particular cost center master data(which was created earlier), business area is a mandatory field. It is critical to remove this mandatory option which has defaulted automatically. Entering a business area in the cost center master data is ruled out now. Also, deletion of the cost center is not possible as transaction data already exists.
    Please advise how to remove this mandatory indicator in the cost center master data as the system is not allowing to post any actual posting.
    Regards,
    Sakthy

    Hi,
    Check if the global parameters for your company has "Indicator: Business area financial statements required" on. This will affect also cost center master creation. Transaction Code: OBY6.
    Please discuss with financial members before you change it.
    Best regards, Takashi

  • Business area field in Cost center

    Dear Guru's
    We created a Cost center  for a validity period of  01.01.2006 to 31.12.9999 with a business area of ABC.
    Transactions and line items are existed in the cost center
    Now we decided to change the business area of the cost center from the ABC TO XYZ. I went to KS02 here the filed is editable mode when i enter the new business area for cost center it gives a message in the following manner.
    Field change Business Area is not possible (transaction data already exists)
    Message no. KS134
    please could you help me how to change the field.
    Thanks and Regards

    Dear Laxmi,
    There are records that have been created and hence the system is not allowing you to change the data. Change the analysis period and then system would allow you.
    KS02 -> Enter the Controlling area -> Enter the cost centre -> go to menu "EDIT- Analysis period" -> click on the button "Other Analysis Period" and change the validity.
    Regards,
    Naveen.

  • Remove Mandatory field in Cost center master data

    Dear All,
      I want to remove the mandatory person responsible in the cost center master data. How to do this
    Regards
    Vasantha

    hi Vasantha,
    as far as I know, this is not possible. If a field is mandatory or not in cost center master data is determined by the system.
    hope this helps
    ec

  • How to Make the Name 1 field in cost center master data as compulsory

    Hi,
    We have requirement from the client to make the Name 1 field in the adress tab of the cost center master data as a compulsory field when the cost center master data is accessed through KS01, KS02 T code.
    There is also existing cost center master data in SAP system for which NAME 1 field is blank. How the issue of the existing master data can be dealt if there are no data NAME 1 field in the existing cost center master data.
    regards
    Partha B

    Hi
    This path refers to exit COOMKS01.... (For Cost Center Enhancement using Custom fields)
    For the above requirement, I belive COOMKS02 is the right one.... (Custom checks before saving)
    Br, Ajay M

  • Purchase Order Field and Cost Center Field Non Editable In F-48

    Hi Friends,
    I have a cretain requirmnet to make the PO and cost centre field non editable.I tried through shd0 bt it says i can only cretae Transcation variats for Dialiog tran.Please help
    Regards,

    Hi,
    You can speak to your functional people. I think through SPRO "Maintain Field Status Variant' under Financial Accounting ->........
    we can control this.

  • GL account and cost center field appearing for Goods issue movt type 201

    Hi SAP Gurus
    We are trying to post goods issue in ecc6 . The problem is that the GL Account and cost center fields are available fields .The cost center field is logical but why the GL account field is avaiable .
    How we can grey out the same field as it is going to be picked up from the valuation class setting in GBB - VBR ? Any ideas
    Regards
    Hitesh

    Hi Ravi
    You think that its ok we have to input the cost center .
    But if you allow the users to input the GL then you are overriding the whole purpose of defining the valuation class and offsetting entries ? What is your opinion ?When you input the material in the goods issue screen the offsetting entry needs to be picked from the GBB -VBR .Although even if you do not enter the GL the system posts the Godds issue document .But from the control perspective this needs to be suppressed .
    What do you think ?
    I have also posted the same in Logistics forum .
    Once  again many thanks for your help .In case you find some solution this would be of great help
    Regards

  • On field Cost Center in VA01

    Hi Experts,
    Please help me!
    I am integrating SD with FI-CA.
    I would like to add the field cost center in the tab account assignment.
    How can I do?
    Thanks

    Dear,
    Just trying to understand your requirement -
    Do you want to add a "new field", named "Cost Center"; at transaction VA01 under Tab: Account Assignment (at Item Level) under?
    Is this your requirement?
    Best Regards,
    Amit
    Note: You may add a New Field - Cost Center, under Tab: Additional Data A/ Aditional Data B.
    For More, refer to my posts in thread:
    [Add New Field to Screen|Re: Add New field to the screen]

Maybe you are looking for

  • Can not set data range for a numerical control

    I want to set the maximum of data range to 5000, but it always went back to default value of 127. WHy I can not change the data range? Thanka for explanations. Message Edited by Dejun on 11-14-2007 11:47 PM Attachments: datarange.jpg ‏74 KB

  • R/3 ZCOND values are not picked properly in BW

    We had a issue in one of the BW Reports. There are three types of discounts offered in the sales, namely Hospital Discount, Market Discount & Pharmacy Discount. For certain billing document nos, the R/3 and BW values were not matching. However, the N

  • Since upgrading to iOS 5 I can no longer add/edit email accounts

    Hello All, I am completly stumped here, Since Upgrading to iOS 5 on my ipad 2 I can no longer access the "Mail, Contacts, Calendars" tab in settings, meaning I can't add my other mail accounts or change settings, and I'm needing to sort this now. Bas

  • How to create Database Control Administrative Users on EM ?

    Hi to all I am learning dba oracle 11g r1 from doc .. in this doc show how to create admin user .. the first step must click on ( setup ) on top EM page Issue that I can not find (setup) on my EM page http://www.comp.dit.ie/btierney/oracle11gdoc/serv

  • IChat camera issues

    i just got a macally IceCam2 which i want to use with iChat. my problem is that i keep get the message "camera is in use by another application" however, no other applications are open. i've installed the most current updates and ugrades but still no