Need to add a Custom subscreen with 2 Cosutom fields in Tcode KSO1

Hi Experts,
I have a doubt in ABAP Enhancements.
I want to add a Custom subscreen(say Add fields) with 2 Costom fields(Next up Cost Center and FA Approver) in Tcode KS01(Create Cost Center).
How can i do this in Enhancements. I am new to the Enhancements. Please let me know your answers.
Thanks,
Geetha R.

Hi,
Goto Smod Place this ehancement: COOMKS01 and excute(F8)
We can find screen exits Double click on it.
Or
Goto SE51 -->   Name :SAPLXKM1
                        Screen: 999
choose sub screen in attributes and in layout add your custom fields.
Enhancement     COOMKS01     Customer Fields for Cost Center Master Data                    
Thanks,
AMS

Similar Messages

  • [svn:fx-trunk] 5465: Now that padding set on a TextInput does not affect the inner textView, we need to add a custom TextInput skin for the TextInput a Spark NumericStepper contains .

    Revision: 5465
    Author: [email protected]
    Date: 2009-03-20 11:52:56 -0700 (Fri, 20 Mar 2009)
    Log Message:
    Now that padding set on a TextInput does not affect the inner textView, we need to add a custom TextInput skin for the TextInput a Spark NumericStepper contains. Jim ok'ed the addition of the new FxNumericStepperTextInputSkin.mxml class into the spark.skins and wireframe packaged.
    SDK-18275, SDK-19849
    Reviewer: Glenn
    Checkintests: Pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18275
    http://bugs.adobe.com/jira/browse/SDK-19849
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxNumericStepper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperSkin.mxml
    Added Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperTextInputSkin .mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperTextInputSkin. mxml

    Revision: 5465
    Author: [email protected]
    Date: 2009-03-20 11:52:56 -0700 (Fri, 20 Mar 2009)
    Log Message:
    Now that padding set on a TextInput does not affect the inner textView, we need to add a custom TextInput skin for the TextInput a Spark NumericStepper contains. Jim ok'ed the addition of the new FxNumericStepperTextInputSkin.mxml class into the spark.skins and wireframe packaged.
    SDK-18275, SDK-19849
    Reviewer: Glenn
    Checkintests: Pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18275
    http://bugs.adobe.com/jira/browse/SDK-19849
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxNumericStepper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperSkin.mxml
    Added Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperTextInputSkin .mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperTextInputSkin. mxml

  • Need to add a custom field in ME23N  item detail

    Hi Experts,
    I am new to SAP.
    Got an issue to add custom field in ME23N transaction.
    In item detail part , there is a tab called Retail
    inside that tab i need to add  new field..
    is it possible to do?? if so kindly let me know..
    Thanks in advance
    Regards,
    Annamalai.

    Hi Brother,
    [http://wiki.sdn.sap.com/wiki/display/ABAP/DetailedexplanationaboutBADIandthewaystofindtheBADIwithanexample%28ME23n+transaction%29]
    As Rob told there are good threads available in SCN. Please check those. Check this link.
    Given by Kiran.
    Regards,
    Madhu.
    Edited by: madhurao123 on Jul 8, 2011 9:56 AM

  • Need to add a new View With ITS Link in it

    Hello All ,
      I am Working on SAP CRM 7.0 in Marketing here in marketing We do have an Account Work Center here in account we have three views Search , Create and Report .I want to add a new view with name "XYZ" in this view i want have Logical links . This logical link is ITS (Transaction Launcher ). Can any one Tell me the Procedure for this . Thanks in Advance
    regards,
    KiranPosanapalli

    Solved by myself

  • Need to check all custom programs with open data set

    Hi all ,
    i have  to list all custom programs and f.m.  which are using ftp server (file share).
    Is there any way to list that programs

    Hi,
    You can use program RPR_ABAP_SOURCE_SCAN to find custom programs with providing find string criteria (i.e open data set).
    Regards,
    Ferry Lianto

  • Urgent -Need to Add new values for the LOV field in forms

    HI,
    I am customizing an existing form. In that i need to add some values for the LOV fied which can be used during run time.
    Please Can some one help me in doing this?
    Thanks
    Suresh P

    Go to Navigator and edit the LOV or create a new one.
    hope that helps!

  • Need to add a custom defined partner at the time of creation of sales order

    Hi Experts,
    I request you some solution for me in this urgent requirement.
    Scenario 1:
    I have to create a partner in the sales order based on some validations with repect to bill-to party and ship-to party. The validations if success, will return me the data from an 'Z' function module which i need to populate to the new partner that will be created in the sales order.
    I am using the program MV45AFZZ and the userexit USEREXIT_SAVE_DOCUMENT_PREPARE.
    Now after getting the data for the new partner to be added, i have done this code..
          LOOP AT ws_dealer.
            xvbpa-kunnr  = ws_dealer-kunwe.
            xvbpa-parvw  = 'ZD'.
            xvbadr-telx1 = ws_dealer-primaryid.
            xvbadr-name1 = ws_dealer-physname.
            xvbadr-stras = ws_dealer-physstreet.
            xvbadr-ort01 = ws_dealer-physcity..
            xvbadr-regio = ws_dealer-physstate.
            xvbadr-pstlz = ws_dealer-postalcode.
            xvbadr-land1 = ws_dealer-ctrycode.
            xvbadr-telf1 = ws_dealer-phone.
            xvbadr-telf2 = ws_dealer-fax.
           xvbadr- = ws_dealer-email.
            xvbadr-telbx = ws_dealer-distance.
            APPEND xvbadr.
            APPEND xvbpa.
          ENDLOOP.
    Now i'm getting the new partner number in the partners tab in sales order, but the new address details are not getting updated and the ship-to party address is only appearing in the screen.
    Also i'm finding difficulty in updating the telex, email information in the sales order.
    Scenario 2:
    There are cases where some sales orders are getting created through an idoc. In that case, i have to populate the values from idoc especially the address details of all the partners to the screen and update the sales order.
    Apart from populating value to all the partners, the process of scenario 1 will have to be carried again to create the 'Z' partner (if validation is successful).
    For this case, i do not know which userexit i need to use. and how to go about this..
    This is having a very tight deadline and it is extremely urgent for me.
    Please help with your valauble answers.
    Your help would certainly be appreciated and rewarded.
    Thanks,
    Ananth

    Hi Mahulenka,
    Thanks for your reply. I do not want the data from the customer master.
    The partner data will come in the idoc and i wish to put the data in the sales order based on some validation for the standard partners like WE/AG/RE/RG.
    The client has developed some 'Z' function module which contains the functionality of SAP FM - IDOC_INPUT_ORDERS.
    Now for the partner which i'm creating 'ZD' i believe i should update the indicator UPDKZ to 'I' for XVBADR table as it is a new record. Why should i update in XVBAP table and i'm adding only partner and his address details. Also i think all this change i should put in USEREXIT_SAVE_DOCUMENT at the point of saving.
    Please advise.
    Thanks,
    Ananth

  • W2 PDF Print - Need to add some custom fields

    Hello,
    We are upgrading from 4.7 to ECC 6.0.  PDF form HR_F_W2_MULT_07 is working well and good.
    But we noticed that some of the custom code in the sapscript didnt get translated into the PDF.
    For eg, We need to print a Sequence No.  right below Employer information.
    Suppose we execute PU19 for 25 employees, the seqno should be ranging from 1 to 25 on the 25 W2 s printed.
    -- I modified the form and incorporated a field for the Seqno.
    --I am aware that we can modify the structure P10_SHR_F_W2 and in customer Include CI_P10_SHR_F_W2, we can add the field  for SeqNo. 
    -- But as this is a custom field, not derived from any infotype, How the logic for incrementing the Seqno can be incorporated in program RPCTRPUA ?
    -- Is there any Badi or User Exit available for this ? Or a SAPMOD is the only option ?
    -- Is there any other method of acheiving this result. ?
    Any help would be greatly appreciated.
    Thank you so much

    Hi,
    As far as I am aware the only way to add data is to either customise the view or change the PO_COMMUNICATION_PVT package. Both of these are standard and therefore I suspect that customising them is not supported. But as far as I can tell you don't have much choice if you want to use the java PO print.
    Yes I did customise the view definition. Although the additional fields should appear in the XML they won't appear on the output if you are using the seeded XSL-FO template.
    I wrote an rtf template and converted it to XSL-FO (standard export option from the desktop version). Then you can include any fields you want to.
    Hope this helps
    Paul

  • Need urgent help -update customer account with out stock(Reserve Invoice)

    hi
    when we creating an invoice ,it will update both customer account and
    invetory account. i need only customer account. how can do with this function using oInvoice buisness object and oinvoices lines. i am using
    C#
    Thanks
    Edited by: sap_beginer on May 1, 2008 2:55 PM

    Its same as I wrote you in other thread, use service type of invoice as
    .DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Service
    Petr

  • Need to file a customer complaint with Corporate(Sony 4k TV)

    Hello I am a very frustrated Sony customer I purchased a Sony Bravia 4K TV model # XBR-65X850b from best buy on March 29, 2015 since then the TV has had issues 1. The color I'd faded and looks washed out 2. I can't keep the TV connected to the Internet with either wired or wireless setup( and it's not my internet provider that's been ruled out). 3. The 3d is unwatchable ghosting is visible and it jumps into 3d without there being any 3d content on the screen.  I can be watching regular TV and boom 3d will pop on. I called Sony to get this fixed and I keep getting the run around this TV is still under warranty but Sony doesn't want to help.  I spent my hard earned money well over 2 thousand dollars for this set and you would think that something could be done.  I received this email on July 16, 2015 that reads: Bryan Wilson, Sony appreciates your contact. Dear Bryan, Thank you for contacting Sony regarding your television repair, we have set a repair appointment for you on 07/22/2015 morning. Repair will be performed by our authorized service center HD Repair, the television will have to be in a serviceable position when technician arrives, please make sure the television is not wall mounted. In case you have any problem with the appointment you can contact them at 800-638-9682 and reference your case number: E61511913. Please feel free to contact us if you have further questions. Regards, Connie - C197 Sony Customer Experience TeamWe hope that the information provided has been helpful. If you have any questions, please do not hesitate to contact us via the following web page:http://esupport.sony.com/US/perl/support-contacts.plSincerely,Sony Support Then a week goes by and nothing. So I called the 800 number for HD repair and they tell me that Sony hasn't giving them the tracking number for parts needed and until they get the parts they will not send out a technician. HD repair also told me that if and when they get the parts in they will call me and schedule the appointment.  Then another two weeks go by and the repair technician from my city who is suppose to fix my TV called me and ask me why is your repair still in my que for over a month he asked if I canceled my repair.  I told him that the last I heard was Sony was ordering parts.  The guy told me to call HD Reair and Sony and find out when the parts will be order because he has seen this happen too many times before where Sony will put customers repair off and not get their unit fixed and the warranty will expire and the customer will be left with a defective TV. So I called HD repair and still the same "Sony hasn't updated us on the tracking info for the parts".  So I called Sony customer service to see if the parts was order and on the way but this guy keep me on hold for over an hour and gave me the number to call HD Repair again!!!!!  What I just got off the line with them and they said you guys was the problem.  So this goes on for another hour and he tell me that he has not tracking info and he has no other information to tell me other then the info I have in the email about my repair.  So two hours and I get no where near getting my set fixed. So I asked the Tech that you had me on the phone for over 2hrs and you knew nothing about my case the whole time and he tells me "yes you are right Bryan I'm sorry".    It's been over a month and nothing but the run around. This is the info the technical support guy gave me:  From: JOSAFAT, DANIEL JAY VILLANUEVA
    Sent: Friday, August 07, 2015 5:29 AM
    To: [email protected]
    Subject: Sony LinkHi Bryan,
    Here is the link for your Sony TV parts number and Chat Support, just click the link:
    http://146.215.230.18/release/MDSM/988860802_sm.pdf
    https://esupport.sony.com/US/p/chat-gateway.pl?region_id=1
    I'm very sorry for the 2 hour call!
    Have a great day!
    D-J
    Sony Technical Support Tier 1
    So I want to file a complaint and if nothing is done then I will contact Better Bussiness Bureu to get more info on how to go about this... Please help here is my email: [email protected]  

    Lilbigman76
    Did you pay with a credit card? If so I would call and see if they have some sort of dispute resolution to help. I would also involve the retailer. They have better ways to deal with Sony than we do.
    That is what I would do with such a new purchase. Many credit cards extend the warranty as well.
    It is worth a shot.

  • Writing a custom component with multiple fields.

    Does anyone have some pointers on writing a custom component that properly handles multiple input fields?
    An example usage might be as follows:
    Assume the following java classes:
    public interface Address {
        //... getters/setters for Address.
    public class Company{
        Address getAddress(){...};
    }The tag usage might be something like the following:
    <custom:address value="#{myCompanyBean.address}" />
    Extending UIComponentBase I can easily render the output and create all the needed input elements. I'm also able to properly retrieve the submitted values in the decode method. But I'm unsure how to handle the "UpdateModelValues" step. Do I simply over-ride processUpdates, or is there more housekeeping to be done?
    Thanks.

    I'm guessing that doing addChild inside createChildren causes an infinite loop.
    Why aren't you just doing this with MXML?  it would be a lot simpler.

  • In OWB I need to update the target table with same field for match/update

    In OWb I am trying to update the target table with the match and the update on the same field can this be done. I am getting a error match merge error saying you cannot update and match on the same field. But in SQl my select is
    Update table
    set irf = 0
    where irf = 1
    and process_id = 'TEST'
    Hwo do i do this in OWB.

    table name is temp
    fields in the table
    field1 number
    field2 varchar2(10)
    field3 date
    values in the table are example
    0,'TEST',05/29/2009
    9,'TEST',05/29/2009
    0,'TEST1',03/01/2009
    1,'TEST1',03/01/2009
    In the above example I need to update the first row field1 to 1.
    Update temp
    set field1 = 1
    where field1 = 0
    and field2 = 'TEST'
    when I run this I just need one row to be updated and it should look like this below
    1,'TEST',05/29/2009
    9,'TEST',05/29/2009
    0,'TEST1',03/01/2009
    1,'TEST1',03/01/2009
    But when I run my mapping I am getting the rows like below the second row with 9 also is getting updated to 1.
    1,'TEST',05/29/2009
    1,'TEST',05/29/2009
    0,'TEST1',03/01/2009
    1,'TEST1',03/01/2009

  • Add GoodsIssue  and StockTransfers with specific field

    I have a little problem to add a documents via DI like:
    1. GoodsIssue with field in database called IGE1.OcrCode
    My code in C#
    private void add_GoodIssue()
                SAPbobsCOM.Documents vRw;
                vRw = (SAPbobsCOM.Documents)vcmp.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDrafts);
                vRw.DocObjectCodeEx = "60";
                vRw.Lines. ?? (OcrCode)
    2. StockTransfers with field in database called OWTR.Filler
    My code in C#
    private void add_StockTransfers()
                SAPbobsCOM.Documents vMM;
                vMM = (SAPbobsCOM.Documents)vcmp.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDrafts);
                vMM.DocObjectCodeEx = "67";
                vMM. ?? (Filler)
    I use SAP BO 2007A (8.00.235) PL11 HotFix1
    I try check it at SAP BO 2007A (8.00.242) PL15
    It is possible to add it via DI?
    Edited by: kkostek on Jun 28, 2011 9:31 AM

    Hello,
    I see you would like to issue draft docuemnts. Arentyou?
    use CostingCode to enter OcrCode this supports the distribution rules (profit centers).
    private void add_GoodIssue()
    SAPbobsCOM.Documents vRw;
    vRw = (SAPbobsCOM.Documents)vcmp.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDrafts);
    vRw.DocObjectCodeEx = "60";
    vRw.Lines.CostingCode  = "profitcenter"
    Draft stock transfers can be issued as stocktransferdraft document
    use oStockTransferDraft instead of oDrafts
    private void add_StockTransfers()
    SAPbobsCOM.StockTransfer  vMM;
    vMM = (SAPbobsCOM.Documents)vcmp.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oStockTransferDraft);
    vMM. FromWarehouse = "filler"
    Regards
    János

  • Custom ItemRenderer with dynamic field associations?

    Hi All,
    I'm trying to create a custom itemrender control that isn't tied to a specific type of data input. I'm creating a thumbnail itemrenderer to be used with the Sparks List control:
    <?xml version="1.0" encoding="utf-8"?>
    <s:ItemRenderer
    xmlns:fx="
    http://ns.adobe.com/mxml/2009" xmlns:s="
    library://ns.adobe.com/flex/spark" xmlns:mx="
    library://ns.adobe.com/flex/mx" autoDrawBackground="
    true"
    >
    <s:layout>
    <s:BasicLayout/>
    </s:layout>
    <mx:Image left="
    5" right="
    5" bottom="
    25" top="
    5" id="
    img_thumbnail"source="
    {data.image}"
    />
    <s:Label
    left="
    5" right="
    5" bottom="
    5" verticalAlign="
    middle" textAlign="
    center" id="
    lbl_label" fontWeight="
    bold" fontSize="
    10"text="
    {data.label}"
    /></s:ItemRenderer>
    However, as you can see, the image source and label text properties are tied to specific fields in the data collection (image and label). I would like to provide a way to figure out what the label and icon fields are set to in the parent control, and set them accordingly in the itemrenderer. This should allow me to use the same itemrenderer with different objects, as long as they have a text and image property.
    Any ideas? Thanks

    After doing some research, I found my answer:
    1) The data object is the current item which the List component is populated with. You can access any properties of the object using it. (Not what I'm looking for here.)
    2) You can access the label property set by the labelField or labelFunction properties of the list control in the item renderer simply using this.label. This is exactly what I was looking for.

  • Need to add Cariage Returns to my Behavior fields

    I am working on a 5 European language based CD-ROM. So for
    each individual screen I want a Behavior attached to a text sprite
    that will display the relevant languages text in it. Problem with
    using a Behavior approach is entering Carriage Returns into text
    entered into the Behavior fields. I tried putting \n and also using
    ""&return&"" but neither worked. Would liek to avoid using
    XML or a large array holding my many pages of text.
    So any ideas how best to achieve this in the simplest way
    possible?
    Thanks
    Kevin

    try
    _movie.keyboardFocusSprite = {number of the sprite,
    containing your Behavior
    field}
    "Kevin Boyd" <[email protected]> wrote in
    message
    news:e9g8r5$6ve$[email protected]..
    > I am working on a 5 European language based CD-ROM. So
    for each individual
    > screen I want a Behavior attached to a text sprite that
    will display the
    > relevant languages text in it. Problem with using a
    Behavior approach is
    > entering Carriage Returns into text entered into the
    Behavior fields. I
    tried
    > putting \n and also using ""&return&"" but
    neither worked. Would liek to
    avoid
    > using XML or a large array holding my many pages of
    text.
    >
    > So any ideas how best to achieve this in the simplest
    way possible?
    >
    > Thanks
    >
    > Kevin
    >

Maybe you are looking for