Additional fields in MAM order

Is there a way to add additional fields to the M/AM order screen without changing the SAP standard screens?
I need a field to capture the contact person for the order.

Hi,
Please use the screen exits provided by SAP. Exits are available for screen modifications at header level, item level and billing dataset level. Refer to the documentation in SPRO -> SAP Media -> Tools-> User Exits.
Regards
Mahendra

Similar Messages

  • How to create the additional field on Maintenace order

    Hi,
    For adding additional field on order -
    I am aware about the facility in SAP, in which we can create the view profile, which contains the various tab pages and the sub tab pages(Which are subscreens). When we assign this view profile the order type then we can view the various fields selected in the view profile in the order screen in IW31 T code.
    Now if i want to add some additional field then i can create the additional screen using the user exit and then assign it in customisation to the view profile and then to the order type.
    But is it possible to add the field by using any other way?
    If yes, request to let me know in detail alongwith the user exist if any.
    Thanks

    Hi all,
    Thanks for the quick reply. As per as the field key is concerned, i dont want to use that.
    I can add field by designing the new screen and adding it in the view profile but the main problem is that whenever i add the view profile to the order type, the standard tab pages are not appearing as a default and i have to add the screens as per the standard (to the view profile).
    Pete
    About IWO10018 -
    I have gone through the documention of the user exit it says that to add the additional fields on the order header, one has to append the structure CI_AUFK with the custom fields/additional fields and then use the function EXIT_SAPLCOIH_018 and 19 to transfer the data to and from the screen area to the SAP but the one point i am not sure about is how the custom fields updated in the structure will get displayed on the main screen(to input the value into them into screen) .
    Thanks
    Edited by: Raghunandan Iyer on Jul 29, 2008 2:11 AM

  • Additional Field in Production Order

    Hi,
    I need to add a new field in the production order in the seperate Tab. Can anybody tell me the userexit for this. I need the same field to save some data from that sales order. To save the data i know the Exit but for additional field need ur help.
    Thanks
    SISL

    Hi,
    The exit you're using (PPCO0007) should meet your need.
    The exit - PPCO0006 is called during creation of order, so there could be an option where a user might delete these values.
    Another alternative which you can think of is BADi - WORKORDER_UPDATE.
    Good luck.
    Regards,
    Vivek

  • Additional Field in Planned Order

    Dear Experts,
    Is there any additional field can be used to store additional informaton like shift?
    For an example:
    Shift Y appear in upload planned order program, then Y will be shown in Planned order.
    Is there any addinitional field or user exist can be used in planned order?
    Thank you.

    dear friend,
    there is NO any field you can use for your particular purpose.
    I suggest you can't use any user exist.
    Ask your abaper to extend the standrd table PLAF
    or
    to create a new custom table  and write a program which uses it.
    good luck!

  • Additional fields in Delivery order

    Hi,
    I have a requirement where I have to enter some additional data while creating Delivery order. Just like Additional data A and B tabs , is there any tabs available in delivery header or item data ? or is there any other solution available ? Please  throw some light on this.
    Thanks,
    KP.

    hi,
    as per your requriment you can make use of the addational data A & B.
    your requriment comes under field exit.
    please talk to the ABAPER on the same.
    balajia

  • Create additional field in sales order item and copy to purchase order item

    Dear SAP Gurus,
    I am hoping that someone could help me by providing me with how to implement the following 2 requirements in the SD order and in the purchase order.
    1. I am wanting to add a custom field to the SD sales order item copying a value from the vendor customer master.
    2. I then want to add a custom field to the purchase order item and copy the value from my custom field in 1. to this new custom field..
    Can you please advise how I would go about implementing the above requirements?  I am assuming that there are exits to allow me to implement these 2 requirements.
    Many thanks
    Henry

    Hi,
    For the first requirement you can use the USEREXIT_MOVE_FIELD_TO_VBAP in report MV45AFZZ.
    For the second, as I think that you will create a RFQ you can try to use the enhancement MEREQ001.
    Regards,
    Eduardo

  • Additional fields for service order

    Hi all.
    how can I add new fields to the service order ?
    I now how to add fields to activity but I can not add fields to the service.

    hello Amit,
    Did you have a look to the Easy enhancement workbench (transaction eewb)?
    Regards,
    Frédéric

  • FIELDS IN SALES ORDER

    HI,
    How to add additional fields in sales order in additional data tab

    Hi ..
    Hope this link helps you.
    Link: [Additioanl tab enhancement|https://forums.sdn.sap.com/search.jspa?threadID=&q=salesorderadditional+tab&objID=f233]
    Thanks,
    Naveen.I

  • Implementation Of Badi ME_GUI_PO_CUST for adding fields in Purchase Order

    Hi All
       I am implementing BADI ME_GUI_PO_CUST / ME_PROCESS_PO_CUST to add additional fields in Purchase Order.
    The implementation of the BADI ie the Subscreen of the fields to be added appears in  transaction ME23N but it does not appear in the transaction ME22N and ME21N.
    Can anyone help me on this.
    Thanx.
    Moderator message - Duplicate post locked
    Edited by: Rob Burbank on Jul 10, 2009 12:10 PM

    check the answer
    [New tabs added by Badi ME_GUI_PO_CUST not seen in ME21N and ME22N;
    bye

  • Additional Fields

    Dear EAM Experts,
    We want to add three additional data fields in the report IW38 . What is the exit available to add additional fields in IW38.
    Thanks,
    DSL

    SN,
    IWO10018 will allow you to put additional fields on the order header, but these new fields are not automatically included in IW38..
    Extending the IW38 structure with the new order fields may work.
    PeteA

  • Additional field in the sales order header Purchase Order Data tab

    Hi,
    I want to add an additional field in the below screen:
    VAO1 > Go to > Header > Purchase Order Data >
    Under Sold to party section i want to add an additional field.
    Is this possible through configuration?
    Please let me know.
    Thanks in advance
    Edited by: Kase on Dec 20, 2011 7:06 AM

    Hi Kase,
    Check this below link it might be helpful for your issue
    sales order - Additional data B
    new fields in sales order
    Regards
    Pradeep

  • Additional field in the sales order screen

    I need some additional field in the sales order screen. There is
      also no screen exit available for VA01. Can I use this
      additional data B tab in header details by creating additional
      field in it. Please tell me how to use this tab or how to get
      different field in the sales order (header or item level).

    Hi,
       Yes. You can use this screen. For this either can modify the table VBAP with additional fields and put them on this screen.
      You have to code your logic to save these values in the include MV45AFZZ. The subscreens you have to use for this are 4462 or 8459.
    refer Screen exits - Urgent.
    with regards,
    Vamsi

  • I need to add fields in additional fields B the sales order line item

    i  need to add fields in additional fields B beside the field (icon_val_quantity_ structure) in the sales order line item, How to achicve this? please help me..

    Please fined the below solution for achieving your requirement.
    1. Add new filed "B" in table VBAP.
      a) T.code  SE11 --> Enter structure name VBAP --> display
      b) Goto --> Append Structure --> Enter Structure name and new field "B"
    2. request your basis team and take the access key for modification of stabdard program SAPMV45A & Screen: 8459
       a) After receiving access key for standard program then got o SE51 --> enter program name  SAPMV45A & Screen: 8459
       b) click change Button
       c) click layout button
       d) add new field "B" below of the screen (F6 -> enter table name : VBAP --> get from dictionary --> selet new field and past in screen )
    3) write below code in flow logic
    PROCESS BEFORE OUTPUT.
                               Verarbeitung vor der Ausgabe
      MODULE ZZPB_INITIALIZE_8459.
      MODULE ZZPB_OUTPUT_8459.
    PROCESS AFTER INPUT.
      CHAIN.
        FIELD VBAP-New field name "B".
        FIELD ZVC_SALES_EXPORT-ZZAPLHENKO.
      ENDCHAIN.
      MODULE ZZPA_OUTPUT_8459.
    4. functin Module code
    module ZZPB_OUTPUT_8459 output.
      Data: l_v_actve type ale_active,
            l_v_ttyp  type c.
      Data: l_v_tragr type tragr.
    l_v_ttyp = t180-trtyp.
      if l_v_actve is initial.
        l_v_ttyp = 'A'.
      endif.
      LOOP AT SCREEN.
        CASE l_v_ttyp.
          WHEN 'A' OR 'C'.
            SCREEN-INPUT = 0.
        ENDCASE.
      ENDLOOP.

  • How can i update a field in "Additional A "in sales order

    dear all
    I have stuck to update a filed  in Additional A in sales order .Can any one tell me how can i reach this additional A through SPRO?.
    Yeasin

    there are two additional A fields one is at item level and second is at header level.
    if u want to add field in additional a header level then go to Sales and Distribution ==> Master Data ==> Business Partners ==> Customers ==> Sales ==> Maintain Reserve Fields In Customer Master.
    and if u want to add field in additional A Item level then go to Logistics - General ==> Material Master ==> Settings for Key Fields ==> Data Relevant to Sales and Distribution ==> Define Material Groups .
    Thanks & Regards,
    Ratish

  • Additional field(company code) in purchase order screen layout

    Hi All experts,
    I have a requirement to set the company code in Purchase order as display field during PO creation or change.
    I have checked in IMG under screen layout for purchase order but  there is no company code field available.
    How can I add the additional field into the screen layout.
    Any inout will be highly appreciated.
    Thank you in advance
    Lost.

    Hi Chee Wan Ng,
    <b>Where</b> exactly you want to set the Company Code field in the Purchase order? Actually this field is already available under <b>Org.data</b> tab in the Purchase Order Creation transaction (ME21N), so you may not require to set the Company Code again.
    Which version of SAP R/3 you are using?
    Hope this helps you, if not, then give us more details to help you better.
    Good luck.

Maybe you are looking for