"order aknowledgement" field copied into "reference" field

hi experts!
i am trying to find a solution for automatical copy of the information from the "order acknowledge,emt" fiels from the tab confirmations from transaction ME22N into "reference" field in the same tab. does anybody have any idea how can I accomplish that???
regards,
ileana

You will have to check the copy control settings:
<b>Menupath</b>: SPRO --> Sales & Distribution --> Sales --> Maintain Copy Control for Sales Documents --> Copying Control: Billing Document to Sales Document
<b>T.Code</b>: VTAF
Ensure that settings are similar to settings for Billing Doc (F2) & sales Document (CR)
Regards,
Rajesh Banka
reward points if helpful

Similar Messages

  • How to get field content of REFERENCE FIELDS in KONP

    Hi Friends,
    I need to get the referened feilds in konp table ( RV13A-KONWA, RV13A-AWEI1, RV13A-BKONW, T001-WAERS ) to another table along with the content of KONP.
    can you please give me the way to get this done ( key / field  reference to fetch the reference field content ).
    Thanks and Regards,
    Penchala R A.

    Hi ,
    Thanks for your suggestion but i am working on BW side where i am only getting the table data in flat files and in ODSs but not through SAP transactions. so i cant get through user exits.
    Thats why i need the linking ( keys ) logic for this.
    Thanks and Regards,
    Penchala Reddy A.

  • Copy Field Formats into multiple fields

    I have a form that has a spreadsheet layout. Multiple fields need to be formatted as currency or date. Outside of using Java scripts is there a way to copy the formatting of one filed to multipe others? I want to avoid Java script because I'm lousy with it.

    Is it possible to have each field separated by a comma? Space
    delimiters won't work since not all cities & states are one
    word (ie. New York, New York) however a comma delimiter would allow
    you to use simple list functions to extract the data.
    If this isn't possible but the data is always in the format:
    city<comma>state<space>zip, then you could extract the
    city using comma as the delimiter and then extract the zip code
    using the ListLast() function with space as the delimiter which
    would leave you with the state as the remaining text. This would
    only work however if your data is consistently in the format
    described above.
    Failing this you could build two tables with states and
    cities and then use them to identify valid states and cities and
    extract the data that way.
    cheers

  • How to update/copy into the fields of standard table

    Hi all,
    I have a piece of code in user exit, in which i have to populate the field atwrt (cntry of origin) in EIPO-HERKL in a delivery document..
    but if i assign it directly to the field as i've shown in code, it wont take it.
    moreover, it looks be a standard table(EIPO), but it is not.. its  a work area..
    READ TABLE i_val_tab WITH KEY atnam = c_cntr.
    IF sy-subrc = 0.
    EIPO-HERKL = i_val_tab-atwrt.
    MODIFY EIPO.
    ENDIF.
    so kindly guide me how to do dat..do i have to populate it in some other standard table(for country of origin field) which will automatically put the field in EIPO-HERKL?

    Hello Pradeep,
                          Generally, in most of the User Exits, we'll find something called X and Y Structures. For example, XVBAK and YVBAK where the X Structure contains the Old Value and the Y Structure contains the New Value (meaning, the Value that is currently on the Screen before Saving). So, try to find out similar structures through which you can update the Value in the Standard Table.
    Thanks and Regards,
    Venkat Phani Prasad Konduri

  • Req Deliv. Date required on order create VA01 Copy with Reference to Quote

    When creating an order with reference to a quote, the screen allows Req Deliv Date entry. I would like to make this field mandatory on the window 'Create with Reference'. Program is SAPLV45C and the screen is not certain: could be 0100, 0301, 0302, 0303, 0900.
    Have been looking at maintenance via SE51, but not sure if any of the element characteristics translate into 'required' so user is unable to click "Copy" if the date is without a value.
    Thank you.

    It is possible by changing the SAP standard.
    You can change the special attirbutes (Tick the checkbox in Req. field) in elements list of each screen which you have mentioned through SE51 transcation
    Regards,
    Udayasankar Rajagopalan

  • Order should be copied with reference to other order

    Hi Friends,
    We have two order types zext and zexm. Zext should be always created with reference to zexm. we done this through copy controls.Both are sales orders.Now our requirement is
    suppose we done a sales order 100001000 of type zexm. untill it is delivery done ie pgi has been done zext is not allowed to be copied from zexm. so please tell me how to do this.
    Thank you so much for all the replies.

    Hello,
    Yes.... this can'e be achieved through any config setting, but can be achieved through the cupying requirements. In the copy control of sales documents to sales documents you need to maintian a requirement for the same. Talk to your ABAP consultant with a detailed requirement, he may be able to help you.
    Prase

  • Block fields / Copy reply of fields in other pages

    Hello,
    I am using Adobe Acrobat Pro version 11 and I prepared a PDF Form using FormsCentral. I have got two queries please.
    1) in my PDF form, there are one block of fields that is repeated 5 times. Is there a way to hide the blocks of fields that are not necessary; i.e. if the applicant does not need more than one block, the four other blocks do not appear on the pdf form ?
    2) can datas entered in various fields on page 1 of the PDF form be used on other pages; i.e. can the info introduced by the applicant in various fields be copied in other pages automatically because reply(ies) is(are) the same on page 5 for instance?
    If the Adobe "standard" does not allow the above actions, which product should I use ?
    Many thanks in advance for your help.
    Kind regards

    Hi;
    For #1 - No, there is no "Show/Hide" available for the PDF from FormsCentral, it is supported in the web/HTML form, but not for PDF.  The only tool that does accomplish this in PDF is "LiveCycle Designer".   LiveCycle creates a different type of form than FormsCentral and if you created a form there with this type of "Show/Hide" functionality it would not be compatible with FormsCentral. 
    LiveCycle Designer was available with Acroat X but not Acrobat XI - however it is still available to users who have purchased Acrobat Professional XI:
    http://helpx.adobe.com/x-productkb/policy-pricing/upgrade-livecycle-de signer-acrobat-xi.html
    For #2 - Also a "no", not through FormsCentral.  However, this is something you should be able to do in Acrobat Pro by opening the PDF in Acrobat and further editing the form there.  You would want to get additional help for how to make the changes from the "Acrobat Forms Forum" here: http://forums.adobe.com/community/acrobat/forms
    You would also want to review this FAQ about editing a FormsCentral form in Acrobat: http://forums.adobe.com/docs/DOC-3661
    Thanks,
    Josh

  • How to insert image file as a field value into blob field type using insert statment

    i have a column named picture of datatype BLOB
    now i want to insert an image file into that column using
    INSERT state so that it can be called in a jsp file using
    getBLOB request method.
    HELP!!
    thank you
    sal

    See this link
    http://www.psoug.org/reference/dbms_lob.html

  • Currency Key Reference field in WebDynpro Table Column

    Hi Experts,
    I am using a WebDynpro table (not ALV) showing multiple currency fields in a single row - each one potentially referencing a different currency key e.g. Japanese Yen and USD in a single row.
    My currency context attributes are already defined as currency types, but how can I assign different currency key references to each of my currency context attributes? Or is this somehow done as a property of the table column UI element?
    Thanks for your help,
    Peter

    Hi Kris,
    You answer is very helpful, but I do have a question about going the DDIC route. So you are saying that if I take a DDIC structure into my context with multiple currency keys as reference fields for multiple currency fields, then my WebDynpro context will know exactly which currency key is the reference for which currency field without having do do this programatically as you described? If that's true, can I bring a whole DDIC structure over to the context and then delete the 'Dictionary Structure' refrence from my context node, so that I can add my own additional fields to the context node?  E.g. in the case of DDIC structure VBAP can I get all my currency fields and their reference fields from the DDIC from VBAP and then delete 'VBAP' as a 'Dictionary Structure' from my context node and add my own custom fields. The fields I would have brought in from VBAP still retain their type and everything after the deletion of 'VBAP' as a 'Dictionary Structure', so my question is will it also retain the node_info of what currency key goes with what field?
    Please let me know if you happend to have done this before.
    Thanks,
    Peter

  • DESCRIPTIVE FLEXFIELD의 REFERENCE FIELD추가방법

    제품 : AOL
    작성날짜 : 2004-05-20
    DESCRIPTIVE FLEXFIELD의 REFERENCE FIELD추가방법
    ==========================================
    PURPOSE
    Descriptive Flexfield의 기능 중 Reference Field를 사용하기 위해서는
    원하는 Form Block의 Field를 Reference Field로 등록해야 한다.
    Explanation
    1. Place cursor in the form field which you want to use as a Reference field.
    2. Select Help > Tools > Examine from the menu in order to obtain the <
    Value>.
    3. The (N) Setup > Flexfields > Descriptive > Segments form Context
    Field
    Value Code for the DFF must = <Value>
    4. Register the <Block>.<Field> as a Reference Field in the
    (N)Setup > Flexfields > Descriptive > Register form.
    5. Pick registered Reference Field from the LOV in the
    relevant (N) Setup > Flexfields > Descriptive > Segments form.
    즉, 원하는 Form의 Field에 마우스를 가져다 놓고,
    Help -> Tools -> Examine화면의 Block과 Field이름을 확인한 후
    Reference Field등록하는 화면에 그 Block.Field를 등록하면 된다.
    Reference Documents
    Note : 144227.1

    Thanks Sandeep,
    Can you tell me what values does this context field hold? Someone have defined it in the location you specified but whats the value which it holds? For example In the DFF "Add'l Periods of Service Information" the Reference Field was defined as "C_LEGISLATION_CODE". Whats it doing exactly over here?
    Thanks
    J

  • JAEHYLEE , DFF에 reference field 추가 하는 법

    PURPOSE
    DFF에 reference field 추가 하는 법
    Workaround
    N/A
    Solution Description
    1. Place cursor in the form field which you want to use as a Reference field.
    2. Select Help > Tools > Examine from the menu in order to obtain the <
    Value>.
    3. The (N) Setup > Flexfields > Descriptive > Segments form Context
    Field
    Value Code for the DFF must = <Value>
    4. Register the <Block>.<Field> as a Reference Field in the
    (N)Setup > Flexfields > Descriptive > Register form.
    5. Pick registered Reference Field from the LOV in the
    relevant (N) Setup > Flexfields > Descriptive > Segments form.
    Reference Documents
    209810.1

  • Kwert reference field in datasource

    Hi...
    i created a structure from konv,ekko tables and its ok.i used komk-waerk field for kwert reference field.no problem in ecc side.i can run function module correctly.
    so i just try to create datasource for bw in rso2.but when i try to save it,gives me error below.
    so what can i use working correctly to waerk refereance filed ?

    Hi Erdem,
    The error screenshot shows that WAERK field is missing from the extract structure of the data source, so just add the field to the data source.
    As Sriram mentioned both Units & Currencies needs to be available in data source extract structure.
    Thanks,
    Karan

  • Reference field for quantity/currency

    why s that we need to give a reference field for quantity and currency based fields alone

    hi,
    The reference field is used for the output, the output/input format of a currency field depends on the value of its reference field.
    For example if you create a screen using the field KONV-KBETR :
    the reference field is RV61A-AWEI1:
    if you set RV61A-AWEI1 = 3
    the value in KONV-KBETR is beeing shown with 3 decimals
    So you could see 3,000 but this value is automatically stored as 30.00
    if you set RV61A-AWEI1 = 2
    the value in KONV-KBETR is beeing shown with 2 decimals
    All this convertions are automatically made in according to the value setted in reference field.
    You can see this using the statament WRITE with options CURRENCY, try this:
    PARAMETERS P_KBETR LIKE KONV-KBETR.
    WRITE: P_KBETR CURRENCY '3'.
    WRITE: / P_KBETR CURRENCY '2'.
    WRITE: / P_KBETR CURRENCY '1'.
    Rgds
    Anver

  • Condition YPS1 not copied into Billing document

    Hi All,
    I have an urgent issue wherein my condition YpS1 determined in the sales order is not copied into the billing document
    Any suggestions would be appreciated... The YPS1 is pulled out from the standard price from the material master
    Any suggestions would be appreciated
    Thx,
    Vinay

    Thanks for the reply.really appreciate it.. On further investigation my copy control is set up in this way,
    SO --> Delivery && Delivery --> Billing.
    In my Billing copy control(Delivery- BillinG) i have a pricing tye set up as Customer Reserve X.... do you think i might have to check this???Please advice where to check as i do not have any idea on what this customer reserve X means??
    Thanks again
    Regards,
    Vinay

  • EAN Field as a required fields

    Hi,
    I have the following question:
    How can i set the EAN field (SMEINH-EAN11)or the EAN Category (SMEINH-NUMTP) as a required field.
    I have already set that field as required field for my reference fields (tr.OMS9), but i still can create a new material (tr.MM41) without fulfill the field EAN.
    Thank you very much
    PB

    Hi,
    One option is to set message M3 818 to error. (From transaction OMT4).
    Br,
    Einar

Maybe you are looking for

  • 3.1.4.710 DataModeler - Not able to see captured sequences

    I have imported a schema successfully and can see the sequences that I captured when I try to synchronize with the database (they are listed as items). However if I wanted to create a NEW sequence or modify the starting number I am unable to expand t

  • User Name in Public shared folder

    I deleted the shared folders in my sharing system preferences, but when I add the public folders back the user's name is omitted. Now when accessing the shared computer, all I see is Public and Public-1. Is there anyway to get the folders back with t

  • Problem upgrading photos

    I recently purchased iLife '06 and installed it on my Powerbook. It hasn't been perfect but the biggest problem was upgrading my photos for iPhoto. It says: "The photo library needs to be upgraded to work with this version of iPhoto." click upgrade..

  • I can't download the Ipod software update

    I've been trying all night to download the software update and it keeps giving me error -3259 saying my network wasn't working properly. Well that's not true since I've been browsing the web while downloading and playing xbox live all night. I know t

  • Oracle Toplink Optimization

    Can anybody help me with Toplink Query Optimization? I want to print the query that Toplink generates for an existing code. Is there any method I can use? Expression Emp= builder.get("employee").get("employeeID").notIn( new String[] { "1", "2" }); Sy