Adding field in quotation and copy contrl settings

Hi,
-  We have a requirement to have an Approved Quantity field in the quotation ( item data ) , adjacent to  
    Order quantity filed, is it possible to add this field in the item data of a quotation.
-  When we create an order with reference to the quotation we should be able to control so that only
   quantity in the approved quantity field will only gets copied to the Order and not the order quantity
   from quotaiton.
Please suggest us how to fulfill this requirement of our client.
Thanks
Venkata Rama Reddy.K

Dear Venkata Rama Reddy.K,
Try with the User Exits with the help of ABAPer
User exits in the program MV45AFZZ
USEREXIT_MOVE_FIELD_TO_VBAK
Use this user exit to assign values to new fields at sales document header level. It is described in the section "Transfer of the customer master fields into the sales document".
The user exit is called up at the end of the FORM routine VBAK_FUELLEN.
USEREXIT_MOVE_FIELD_TO_VBAP
Use this user exit to assign values to new fields at sales document item level. It is described in the section "Copy customer master fields into the sales document".
The user exit is called up at the end of the FORM routine VBAP_FUELLEN.
USEREXIT_MOVE_FIELD_TO_VBEP
Use this user exit to assign values to new fields at the level of the sales document schedule lines.
The user exit is called up at the end of the FORM routine VBEP_FUELLEN.
USEREXIT_MOVE_FIELD_TO_VBKD
Use this user exit to assign values to new fields for business data of the sales document. It is described in the section "Copy customer master fields into sales document".
The user exit is called up at the end of the FORM routine VBKD_FUELLEN.
I hope this will help you,
Regards,
Murali.

Similar Messages

  • How to create a new account and copy all settings?

    I think my main user account is corrupted. So I want to create a new account and copy all of my settings, files etc..and more than likely piecemeal just incase my settings are what is corrupted. That way I can isolate the problem.
    I don't plan to delete the main account until satisfied and I also have my Time Machine backup plus my SuperDuper backup.
    I can/should be able to figure out how to create the new account, but I am very unclear on the best/easiest approach to copy in my iTunes files and settings, applications(is this even an issue), address book, email, etc? I should be able to find most everything underneath my home account folders but what else am I missing here? I don't want to find out the hard way.
    Please share some advice or perhaps a link/FAQ on how to approach.
    Thanks in advance.
    --Mickey

    use this [link|http://discussions.apple.com/message.jspa?messageID=6185507].

  • Adding fields to BUT000 and ensuring sync with SD

    Hi
    I have a requirement whereby I am adding 6 custom fields in BUT000 (all Z Fields), these fields should then be visible on the screens for the transaction FPP1 and FPP2. I am able to achieve this functionality by using BDT.
    Whenever we create a Business Partner and populate the REF CUSTOMER field then an equivalent customer is created in SD (that is for XD01 we have a customer who is created). Now I want the customer who is created through FPP1 have those 6 custom fields populated and we are going to add the same six fields to KNA1 and KNVV and whatever data is entered in FPP1 should then get reflected in those table fields for that record.
    Can anyone help me with the procedure?

    I have a PB form that I have two user defined fields created.
    In addition I've added two Comboboxes, that has a list of items that I'm using to populate the user fields.
    Because, of this, I'm not populating the user fields in a standard way (Through the UDF Window).  What I'm actually doing is, after I update my selection in the Combobox and press the update button, I capture the item press event for the button, then I check to see if the event has been handled by the system.  If it has, I proceed and create a Business Partner object, then I get the record the system just updated and update its user defined fields with the data selected in the Combobox (Which is temporarly stored in a class variable). 
    This is when I get the error, but I only get the error if the user defined field is currently null.  If there is a value in the field then I don't get the error.
    Hope this help you to duplicate.

  • How to Validate Newly Added Fields for ME22n and ME23n

    Hi Experts,
    I have added 2 fields at the item level of PO Change and display(ME22n and ME23n). I used the BADIs ME_GUI_PO_CUST and ME_PROCESS_PO_CUST and got that displayed.
    I got a new tab at Item level and my fields are displayed there.
    My problem is how to populate or validate the values into that fields now. The validations have to be done per each item. I would like to have some sample code.
    Useful answers are surely rewarded.
    Thnks in Adv.
    Bhupal

    Thank U Sudha.
    But How can i do the same with BADIs??
    Reply soon.
    Thnx in advance
    Bhupal

  • Adding field to mb52 by copying it to a zprogram.

    HI Guru's,
    I am using the t code MB52 to display warehouse stocks of a material.
    This overview is needed to find out what the specific stock per storage bin is.
    For that we need to copy the standard program from MB52 to  a zprogram and add MARD - LGPBE(storage bin) in the selection screen as well as in the display.
    we need to add the field in validations,select queries etc.
    can any one help me out to proceed further and do it in a easy manner.
    Regards,
    Anil.

    Hello
    1. Copy programm RM07MLBS into Z-programm
    2. Add after select-options charg
    select-options lgpbe for mard-lgpbe.
    3. Add into select (form data_selection):
        SELECT matnr werks lgort
               labst umlme insme einme speme retme lvorm
               INTO (collector-matnr, collector-werks, collector-lgort,
                     collector-labst, collector-umlme, collector-insme,
                     collector-einme, collector-speme, collector-retme,
                     collector-lvorm)
               FROM mard
               FOR ALL ENTRIES IN t_nobatch
               WHERE matnr = t_nobatch-matnr
                 AND werks = t_nobatch-werks
                 AND lgort IN lgort
                 AND lgpbe IN lgpbe. """ add this

  • Date Added field blank in attachment

    Hi All,
    I am adding an attachment (through coding ) to an UDO.
    The attachemmt attaches fine but the Date Added field is blank and non editable.
    Moreover I cannot find any APIs to fill this field with the current date.
    As a result, my UDO does not get saved.
    Please provide pointers to fill the Date Added field either automatically or through coding.
    Regards,
    Himanshu

    Since there are no standard API's to set the date added field., you can use getExtensionField to set the date. The field ID for date Added within AttachmentSubIBeanIfc is "MODIFIED".
    You can use this line of code to set the date added:
    attachmentBean.getExtensionField("MODIFIED").set(TypeFactory.createSysDatetime(new java.util.Date()));
    where attachmentBean is of type AttachmentSubIBeanIfc.
    regards,
    Immanuel
    Edited by: immanuel farrar on Mar 23, 2010 5:42 AM

  • Adding Fields to DataSource

    I am trying to add REFBN and REFBT (TCRSA6)and it is not allowing me saying "Not Permitted" when I choose "Change dataSource". Any help appreciated.

    Hi Tou Sy,
    Follow these steps..
    1. Goto RSA6
    2. Select your datasource and click on enhance structure on the top tool bar.
    3. then give any name to your enhance structure.
    4. On the next screen in the components column enter the fieldname starting with ZZ (EX: ZZREGIO ....REGIO from LFA1)
    5. In the componenttype column enter the DATAELEMENT type of the respective field from the table you intend to get the field from.
    6. Enter Short description for your enhance structure.
    7. Press ENTER...now you can see rest of the colums are filled.
    8. Save it and activate it.
    Then go back to RSA6...
    1.select your datasource
    2.click on CHANGE icon
    3.IF you see a check mark in HIDEFIELD and FIELDONLY columns for the just added fields UNCHECK them and SAVE it.
    4.GOTO RSA3 check if the data is coming.
    Message was edited by: Srinivas

  • Copy data customer PO and PO date field from quotation to sales order

    Hi Friends,
    Can you please let me know what copy control settings I need to maintain in order to copy customer PO# and PO date field data in quotation to sales order.
    All the data is getting copied from quotation to sales order when I create sales order with reference to quotation but the customer PO no. and PO date is not getting copied.
    Can anyone please help.
    Regards,
    Wasim.

    HI
    Not sure if this is possible via Customization or not but you can try the user-exits or Routines for the Sales Order program for this
    You need to change the include FV45C102 (assuming you have copied standard order and the copy controls). ABAP team should be able to make changes to this routine and achieve your requirement.
    In VTAA, after choosing the Source and Target order type and choosing the right Quatation item, check the routine for 'Bus.data/item compl.' and it will be what has been mentioned above.
    Please check &Revert
    Thanks&Regards
    Raghu.k

  • How to compare and copy the fields from repeating subform to another subform, same structure.

    Dear All,
    I am using LiveCycle Designer 8.2.
    I have the following requirement, and did not figure out the best way to implement it using JavaScript.
    The Form has, say, Subform A with Repeating Inner Subform, say it has the Education History of the Staff.
    I want to put another Subform B, with similar structure to From A, and create a button/function to copy the field data values from A to B.
    Subform A will show the user the fields of education with Read-Only Mode.
    Subform B will show the user the same data values with write-enable mode. This subform will allow the user update his Education Records.
    The fields are:
    0. Staff ID: Text (Key 1) (always read-only and hidden, becuase it is on the main form),
    1. Degree: Text,
    2. Specialization: Text,
    3. Institution: Text,
    4. Start Date: Date (Key 2),
    5. End Date: Date.
    Another function is needed is to compare the same records between form A and Form B.
    (Note: The Education record of a Staff has primary key of Staff ID and Start Date. Meaning, the Staff cannot have tow different degrees in starting on the same date.)
    The user may change the Institution in form B or change the Degree. I need to highlight, on Subform B, the row which was changed or added by the user. This means I need to do lookup against Subform B using the Key Values from Subform A.
    I have already developed the Form, and I have about 5 Subforms to allow updated by Staff: Education, Experience Inside the company, Experience Outside the company, Job Skills, Membership Record, ..etc. One thing I did is that the Field Names I used in Subform A are not the same of the fieldname in Subform B, but the have same suffix, and different prefix. For example, for the Education:
    Subform A - Original Values:
    1. Degree: OrgDegreet,
    2. Specialization: OrgSpecialization,
    3. Institution: OrgInistitution,
    4. Start Date: OrgDateStart (Key),
    5. End Date: OrgDateEnd.
    Subform B - Updated Values:
    1. Degree: UpdDegreet,
    2. Specialization: UpdSpecialization,
    3. Institution: UpdInistitution,
    4. Start Date: UpdDateStart (Key),
    5. End Date: UpdDateEnd.
    I understand if the Key field is updated, then it is like it was deleted, and added a new one.
    I know how to do that in ASP.NET, but need help in Adobe LiveCycle using JavaScript.
    Please help me to write these two functions, as they are very urgent requirement.
    Tarek.

    In the event Exit of the 1st subforum.invoice you will find the code to assign the value to it's "brother" on page4.
    Also, on the add button i added the code to add a record to the page4 subforum.
    To make this work you will have to copy/past the code of the exit event to all fields you want to copy and in the xfa.resolvenode("XXXXXXX[].fieldName") command replace fieldname with the actual name of the field you're at.
    I didnt't do anything to te remove line button because i don't know how you want it to work, but, if you want to control the p4 subform with the p1 subform, you shouldn't allow for lines to be removed directly in the p4 subform.
    Hope this helps.

  • UDM_SUPERVISOR: Adding fields and data at customer item level

    Hi
    I am having the same issue with newbie82_c; I need to populate the added fields in transaction UDM_SUPERVISOR.
    I know that the previous thread was tagged as answered already but the solution to the issue was not indicated in the thread.
    Here are the scenarios:
    - i've added fields in the item level invoice worklist of the customers by enhancing structure FDM_COLL_INVOICE_ALV (appending fields to FDM_COLL_INVOICE)
    - thru the implementation of the BADI FDM_COLL_SEND_ITEMS, i was able to retrieve the data specified by the user (Reference Keys in FB05)
    - i've populated CT_EXT_ITEMS with the retrieved data
    Now I need these data to be displayed in the added fields in UDM_SUPERVISOR.
    What ABAP object/s is/are responsible for populating the process receivable details?
    Thank you in advance for the assistance.
    Edited by: JPLCaliuag on Dec 19, 2008 8:31 AM

    Hi K.R.Reddy,
    Can you kindly provide me with a working solution for this? I'm currently facing a similar issue for a similar BAPI (in my case it's BAPI_CUSTOMERRETURN_CHANGE) and can't seem to update the custom fields in VBAK. I have put in necessary values in the EXTENSIONIN table as well as updated the UPDATEFLAG indicator to 'U' and although it says that the order is saved, it seems to overwrite the custom field with its original value.
    The custom field seems to get updated correctly when I use BAPI_CUSTOMERRETURN_CREATE but when I make changes using BAPI_CUSTOMERRETURN_CHANGE, it gets overwritten with the original value.
    Any help is appreciated.
    Thanks and regards,
    Adeline.

  • I have Thunderbird installed on my IMac and on my MacBook Pro, The MacBook Pro Thunderbird is already set up. How can I copy Thunderbird settings to the IMac?

    I have installed Thunderbird on my IMac and on my MacBook Pro. I have already completely set up Thunderbird on my MacBook Pro. How can I transfer all of my settings, bookmarks, etc., from my MacBook Pro to my IMac? Also, can I automatically keep both copies of Thunderbird synched so that changes on one computer are recognized on another computer.

    Create a new profile and copy the old one over it.
    http://kb.mozillazine.org/Moving_your_profile_folder_-_Thunderbird#Create_a_new_profile_and_copy_the_old_one_over_it

  • 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

  • Had to wipe my drive so I could do a clean install of snow leopard Now I look every where on how to move bookmarks, address book and I cal settings.  I have them back up on a external drive with Time machine but can not move, copy or restore my old sett d

    Had to wipe my drive so I could do a clean install of snow leopard.   Now I have look every where on how to move bookmarks, address book and I cal settings.  I have them back up on a external drive with Time machine but can not move, copy or restore my old settings.  The instructions I have found or no help or needs more clarafication on what to do.

    Use migration assistant to move your files.  http://support.apple.com/kb/HT4889

  • How to read the source file and copy the entire content to the target Database field

    Hi All,
    PI system extracts the actual business content from the incoming attachment file and copy the entire format to the target Database field which is a blob data type field.
    Sender Adapter: SOAP
    Receiver Adapter: JDBC
    JDBC Structure
    Can we achived the above requirement by using UDF with out Java Mapping?
    Thanks,
    Mahi.

    Ok, in this case yo can use the conten converion of the file adapter. Therefore you first need to create a Datatype in ESR with the required structure
    Then in your file adapter you need to use this datatype and its required fields:
    The Datatype then can be used as usual within you mapping.
    regards
    Christian

  • How to select and copy more than one field in SMARTFORMS

    Hello, I have about 60 fields in my smartforms, I need to copy them and paste once more at the same page. There is a problem, I can not select and copy more than one field. Is there some trick to copy and paste more than one element simultanicly?

    Hi,
    There is no way to copy multiple elements in smartform.
    you have to do one by one only

Maybe you are looking for