Populate values in text field of accounting document

Hi All,
My client wants the description of the material entered in sales order to be displayed in TEXT field of an accounting document.
I couldn't find any config settings thru which we can populate the material description in TEXT field of an accounting document.
Is there any settings/user exits thru which we can fulfill the above requirement.
Thank in advance....
Kumar

Hi,
Please try SAP enhancement SDVFX002  in SMOD transaction.
Regards,

Similar Messages

  • How does APEX check for null values in Text Fields on the forms?

    Hello all,
    How does APEX check for null values in Text Fields on the forms? This might sound trivial but I have a problem with a PL/SQL Validation that I have written.
    I have one select list (P108_CLUSTER_ID) and one Text field (P108_PRIVATE_IP). I made P108_CLUSTER_ID to return null value when nothing is selected and assumed P108_PRIVATE_IP to return null value too when nothign is entered in the text field.
    All that I need is to validate if P108_PRIVATE_IP is entered when a P108_CLUSTER_ID is selected. i.e it is mandatory to enter Private IP when a cluster is seelcted and following is my Pl/SQL code
    Declare
    v_valid boolean;
    Begin
    IF :P108_CLUSTER_ID is NULL and :P108_PRIVATE_IP is NULL THEN
    v_valid := TRUE;
    ELSIF :P108_CLUSTER_ID is NOT NULL and :P108_PRIVATE_IP is NOT NULL THEN
    v_valid := TRUE;
    ELSIF :P108_CLUSTER_ID is NOT NULL and :P108_PRIVATE_IP is NULL THEN
    v_valid := FALSE;
    ELSIF :P108_CLUSTER_ID is NULL and :P108_PRIVATE_IP is NOT NULL THEN
    v_valid := FALSE;
    END IF;
    return v_valid;
    END;
    My problem is it is returning FALSE for all the cases.It works fine in SQL Command though..When I tried to Debug and use Firebug, I found that Text fields are not stored a null by default but as empty strings "" . Now I tried modifying my PL/SQL to check Private_IP against an empty string. But doesn't help. Can someone please tell me how I need to proceed.
    Thanks

    See SQL report for LIKE SEARCH I have just explained how Select list return value works..
    Cheers,
    Hari

  • To populate values into single field in an internal table

    Hi Friends,
    How we need to populate values into single field in an internal table.
    E.g itab consits of single field ( name)
           i need to assign values to this field name .like
          peter,
          john,
          abrahm,
          daneyal
    Pls tell me i how i need to code for this
    Thanks ,
    Parnith

    Hi,
    Please look at the below code :
    DATA : BEGIN OF itab OCCURS 0 ,
             name(20) TYPE c,
           END OF itab.
    START-OF-SELECTION.
      itab-name = 'Peter'.
      APPEND itab.
      CLEAR itab.
      itab-name = 'John'.
      APPEND itab.
      CLEAR itab.
      itab-name = 'Abrahm'.
      APPEND itab.
      CLEAR itab.
      itab-name = 'Daneyal'.
      APPEND itab.
      CLEAR itab.
      LOOP AT itab.
        WRITE : / itab.
      ENDLOOP.
    Thanks,
    Sriram Ponna.

  • Assignment field in accounting documents

    Hi,
    we are posting intercompany billing documents with EDI.
    Process is as follow
    1) we generate Intercompany billing document VF01.When this document is saved ,an accounting document xxxxxx is generatedand  IDOC is triggered and posted in Account payables of payer company code simultanoesuly an account document 'yyyyyyyyyy' is generated. this is seen in FBL1n Transaction.
    In this accounting document yyyyyyyyyyy ,there is a field 'assignment' which remains blank. we need to have entries in  this field ' asssignment'  copied from similar field in accounting document 'xxxxxxxxx'
    BR,
    Zulfikar

    hi
    use substitution

  • How to populate Doc Header Text Field & Ref Field in OASV Transaction?

    Hello everyone,
    I need to seek your help regarding, on how can I populate values in "Document Header Text Field" & "Reference Text Field" in OASV transaction, as these fields are invisible and are mandotory at document type.
    (I know we can disable their status in the document type, but we don't want to do so).
    Regards,
    Saurabh Patni

    Hi Mukthar,
    Thanks for the quick reply.
    I had tried to work out with substitution rule for the document type and transaction code, but still no use, the same error persists.
    (In Subsitution I am going with constant value to be replaced), I am defining it for Callup point 1, but it is not working.

  • Reference Key 3 Field in Accounting Document Question

    Hi Experts,
    I have a problem regarding the Reference Key 3 Field (BSEG-XREF3) to be maintained for Vehicle Number Values in Accounting Documents.
    My Requirement is when creating Journal Vouchers (tcode FB50): this Reference Key 3 will be filled according to the vehicle number. Example, they have JVs for Tyres (non-stock), they will put in the G/L Account and the Item Description like 'Tyre Treatment (replenishment) the quantity 2(pc), amount 40dollars and the vehicle number in the Reference Key 3 field. Then SAVE.
    But I want this requirement also in the MIGO transaction during Goods Receipt. But when Goods Receipt has been made, the value of the Reference Key 3 of the accounting document is set to the YearMaterial Document CreatedLine Item.
    Is it safe to change the value of Reference Key 3 during the creation of GR/GI? What is the impact to other transactions? Because I know there is a clearing tcode F.12/F.13 where it uses XREF3 for Clearing Documents.
    Please Help me clarify. Thanks!

    Hi SDNFI,
    How is the Reference Key 3 Field being configured as making the value to the Accounting Document from posting GR in MIGO? Please indicate the configuration. Else, if there are no configuration or no way to stop the system to fill the XREF3, can I just do substitution exit for MIGO to change the Reference Key 3 Field (XREF3)?
    Thanks a lot!

  • Special Characters in Long Text Field of FI Documents

    Hi,
    Users entered the following in the long text field of a FI document:
    "Settlement of claims for direct shipment (Refer to XXX/YY-053/2009, XXX/YY-018/2009, XX2120000031 and X2120000033)"
    The default editor used is the one which looks like the MS Word.
    When we changd to the other editor (Goto > Change Editor), we see the following:
    "Settlement of claims for direct shipment to Thailand (Refer to"
    "XXX/YY-053/2009<(>,<)> XXX/YY-018/2009, XX2120000031 and X2120000033)"
    How did "<(>,<)> " comes about?
    Any ideas?

    I'd probably use a regex of "allowed" characters rather than a list of "disallowed" characters, but thats just a difference in approach.
    I would probably use a regular expression - alphanumeric is fairly easy to check
    String value = request.getParameter("enteredField");
    boolean alphaNumericOnly = value.matches("\\w+");As a matter of being nice to the user, you can also do this check in javascript on the client side.
    ALWAYS validate server side.
    Optionally validate client side to give the user a better experience (less round trip requests)
    Cheers,
    evnafets

  • Displaying the value of text field A in text field B

    I have a PDF form with 2 layers. Layer 1 has information, a textfield, and a button. Layer 2 is a certificate design. The user inputs their name in to a textfield called NameEntry.
    When they hit the button, layer 1 disappears -- the instructions and NameEntry box become hidden. Layer 2 is the certificate design and I need a new textfield (which is called NameDisplay) to be populated from inputted information in text field NameEntry.
    The simple answer, I know, is to name both text fields the same. This does not work for me as I need the input textfield to be styled differently (background and border) due to decisions out of my control vs the NameDisplay which will have no background and no border.
    Any ideas? Thanks!

    Use this custom calculation script:
    event.value = this.getField("NameEntry").valueAsString;

  • How can I pass URL parameter value to text field?

    Dear Masters,
    I have a text field. I want it to have a value based on the URL parameter, for example:
    http://myapplication.net:7777/pls/apex/f?p=102:1:::::P1_RTNUM:9448,P1_EMAILADD:email.add.here
    I want the value of the text field = P1_EMAILADD after the form was loaded. Also, please have it read-only.
    Thanks a lot.
    Edited by: user6368519 on Sep 16, 2009 11:39 PM

    Thanks Saad,
    Can I email you(I would need your email) for any concerns or just create a new thread for you to look?
    This is ok now. I'm sorry but I just marked this one as an "answered" one last time.
    Thanks for all the help again I appreciate it. ;)
    Thanks,
    Aaron
    [email protected]

  • How does one change the "rollover" value in text field of fillable PDF

    I have a fillable PDF, and the values displayed when rolling the pointer over a fillable text field are showing some strange values.  I inherited this form from someone who is no longer with the company.  I need to be able to change the values but can't figure out how.  I'm new to LiveCycle so any help is greatly appreciated.

    I guess you are referring to "Tool Tip" you can update those in "Accessibility" Pallet...in designer you would access this by Shift+F6.

  • Why is the font of text fields different from document-text

    I am using forms in my pdf.
    I am inserting Text-Fields in the pdf-form.
    I set the color and size of text as the same as the document text as calibri 9.
    1) Why is the font different between the text-field and document content eventhough both are black font of size 9 and of type calibri. The font in the text-field is more gray and blurry. It doesnt look the same as the text in the rest of the document.
    2) why do the document-text font options differ from the text-field font options.
    One has only sizes with even numbers like 8, 10, 12. The other has odd numbers also. Why does the calibri font have 2 different size ranges for the text-fields and document-text/content.

    Yes you are correct, it is with the setting of the properties.
    Where do i report this then if it is not with the SDK but the manual setting of properties.
    Also, how do i alter this ussue with the SDK, what are the commands, does it have to be done only by Javascript?

  • Service Entry Sheet Short text in GR accounting document

    Hi All,
    Once we Accept the Service Entry sheet then a material document will be created in background.What ever text we are assigning in SHORT TEXT (ESLL - KTEXT1) will automatically appearing in Material document in "WHERE" tab TEXT field.
    I think this is a standard functionality in ECC 6.0.
    Whereas in previous versions the short text in the ESSR - TXZ01 field will appear in material document.
    We are using ECC 6.0 but the text is not appearing in GR.. Hence please advice what are the things to check to resolve the same?
    Thanks & Regards,

    Hi,
    there was no new development in the release 600 in this concern.
    In case of service based inv. verif. (EKPO-LEBRE) used in the PO item  the short text of the service item (ESLL-KTEXT1) should appear in the material document.
    If this indicator (EKPO-LEBRE) is not set then the text from SES           
    header (ESSR-TXZ01) is transferred to all GR document items and            
    FI document items.                                                         
    In the case when in the PO item  EKPO-LEBRE is NOT set so the text from the entry sheet header should be transfered into the material document.                                                                               
    Regards,
    Edit

  • Forced open word document when value for merged field required in document is blank

    Is there any way that I can make a word 2010 document open? The word document contains fields which are linked to a window form fields which have values input by users which then are saved to the database and also merged into the document's fields. In other
    word, when the controls (per example a textbox) in the windows form have no value input into them, the word document will not open.
    Thank you in advance

    Hello Amy12,
    Your requirement is still not so clear to me. So I assume you just want to load a Word Document inside WinForm application:
    You can refer this article
    http://www.codeproject.com/Articles/3582/Word-Control-for-NET
    By the way, webbrowser control can also help you open a word document, see MSDN article here:
    https://support.microsoft.com/kb/304662?wa=wsignin1.0
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Populate data in text field

    Hi all,
    I am a bit confused here. In my page I have three text boxes, they are - P10_YEAR, P10_MONTH, P10_TOTAL. I am using LOV for year and months field. LOV is like for year 2000;2000, 2001;2001 and for month June;June,July;July and so on. Month field is set to textbox with submit.
    So I want to retrieve the data in the P10_TOTAL when user select the month. Interestingly it always return 0 but it should be more than that. I have set the Source for P10_TOTAL as PL/SQL Expression *0=( SELECT count(*) from rtv_metro_count where record_month=:P10_month);* but it does not work. However it does work in toad and sql query. I have tried to change the expression to SQL query but did not work either.
    Is there any other way, I can do this task, retrieve data from table in a specific text field? Please provide your suggestions.
    Thanks in advanced.
    Tajuddin

    Create a page process - on Submit using the following code:
    DECLARE
    v_count NUMBER;
    BEGIN
    SELECT COUNT (*)
    INTO v_count
    FROM rtv_metro_count
    WHERE record_month = :p10_month;
    :p10_total := v_count;
    END;
    and remove the pages source by setting it to static assignement - only when current value in session state is null.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • How to update Assignment field in Accounting Document ? Any method

    Hello experts,
    i want to change Assignment field in already posted accounting document. The field is "GSBER".
    i think i can't do a BDC on transaction FB09 or FB02 because this field is no available to change..
    any advice ?
    regards.

    i was looking for some bapi, then i found
    BAPI_ACC_DOCUMENT_REV_CHECK Accounting: Check Reversal
    BAPI_ACC_DOCUMENT_REV_POST Accounting: Post Reversal
    maybe i could use that, or find an enhancement point in the aplication ?.
    I suppose i have both options.

Maybe you are looking for