Urgent: How to append Item text

HI Friends,
I am using SAVE_TEXT Fm to Update the Item text in ME22n.
Currently i need to append few text to the already existing text using SAVE_TEXT is it possible . If it is possible please give some text.
Is there any FM which can both append and update Item text please help me with that.
Reward is sure.
Thanks,
Sanjeet

First read text using read_text FM ,keep the data in internal table,now delete the text using delete_text FM.
Now you have data in internal table and append your text to this internal table,now use save_text fm to update everything.
Thanks
seshu

Similar Messages

  • How to compare Item Text in Purchase Order

    God day Gurus,
    I have a scenario where in I have to compare the saved Item Text to the current edited one in Purchase Oder. I used READ_TEXT function but it only get the saved item text in the document. Is there a way to compare the original and edited item text in P.O.? Here is my sample, I have PO 000001 with Item Text "Sample" and saved it. Then I edited the PO and change the Item text from "Sample" to "Testing". When I use READ_TEXT function, I will get the text "Sample". How will I get the text "Testing" during saving of PO?
    Thanks in advance.

    Hello
    In case you are working already on ERP 6.0 you should have a look at BAdI ME_PROCESS_PO_CUST, interface methods CHECK or CLOSE depending on your requirements.
    Regards
    Uwe

  • How to get item text in smart form

    Hi ABAP Gurus,
                 i want to know how to get the item text in smart forms procedure i know but the logic where to define the variable ect.
    code to get item text in purchase order.

    Hi
    Smartform itself have a functionality to get
    Item Text
    create a text
    change the Text Type to include type
    der in u pass the required entery in the same way how u pass to read text entry
        Text Name         &ZXEKKO-EBELN&
        Text Object       EKKO
        Text ID           F03
        Language          EN
    with Regards
    Rohan Shetty

  • How to make item text mandatory in me51n tcode .

    hello experts,
    i developed this code , but it is not working , please suggest me wat i did mistake in my code.....
    *data : it_lines1 type tline occurs 0 with header line .
    *data :tdname like stxh-tdname.
    *loop at im_t_eban1.
    if im_t_eban1-werks = '3000'.
       if sy-tcode = 'ME51N'.
         concatenate im_t_eban1-banfn im_t_eban1-bnfpo into tdname.
         call function 'READ_TEXT'
           exporting
             client   = sy-mandt
             id       = 'B01'
             language = 'E'
             name     = tdname
             object   = 'EBAN'
           tables
             lines    = it_lines1.
         loop at it_lines1 .
           if it_lines1-tdline is initial.
             if sy-subrc <> 0.
               ex_mes1-type = 'E'.
               ex_mes1-id   = 'ZMM_MSG'.
               ex_mes1-number = '063'.
               append ex_mes1.
               ex_messages[] = ex_mes1[].
               clear ex_mes1.
               free ex_mes1.
             endif.
           endif.
         endloop.
       endif.
    endif.
    *endloop.
    note: here no 63 is message no ,( please enter item text).

    Hi,
    Message e63(ZMM_MSG) .
    Try This .
    in place of
    *ex_mes1-type = 'E'.
    ex_mes1-id = 'ZMM_MSG'.
    ex_mes1-number = '063'.
    append ex_mes1.
    ex_messages] = ex_mes1[.
    clear ex_mes1.
    free ex_mes1.

  • How to print item texts in po contract form when the fixed item status is N

    Hi all,
    I'm trying to print the item texts in the contract forms.
    I need to print the item texts when the status is 'N'  and at the same time the status is blank in the same form.
    I tried using t165p.I'm unable to print the both the message status with N and blank at the same time.
    Please guide in this regards.
    Thanks and regards,
    Krishna

    Hi Luis,
    Thanks yes, now it get captured soon after changed the item accordingly as you said.
    so there is no need of creating hidden item for those item (i.e) &P1_DIS_COURSE_NAME. AND &P1_DIS_DATE.
    right??
    Regards,
    Mini

  • How to make "item text" mandatory in PR

    Dear Friends,
    I want to make the item text field mandatory  in Purchase Requisition so that no user will be able to create a PR without entering value in this field. Later on I want this field to appear in the PR printing.
    Suggestioins will be highly appreciated.
    Regards
    Rutabhadra Panda

    Dear,
    SPRO >M M>Purchasing>Purchase Requistion>Select Field Selection.
    here go to Tcode for u want to make it mandatory.
    Select then go to Basic Data & Item and select Text and make the radio button Regired Entry.
    This may help u
    Reagrds,
    Pardeep Malik

  • How to append new text line to Notification header long text

    In sevice notification , I  append new text to notification header long text . I try FMi write_text, but it will overwrite the existed text , PLS HELP!

    Hi,
    Make  use of the FM "IQS0_ADD_NOTIFICATION_LONGTEXT".
    This will append the new lines to the existing long text.
    Make sure to put "X" for the import parameter "POST".
    Hope this will help you.
    Regards,
    Smart Varghese

  • How to extract item text in PR... using function module read_text...?

    Dear all,
    I want to extract the Item text in transaction ME53N.
    for that I'm using function module READ_TEXT.
    for the above function module we have to provide 7 inputs...
    I want to know
    Name = ?
    object = ?
    Archive_handle = ?
    Local_cat  = ?
    were can we get above variables....?
    Regards
    Nagaraju.B

    Hi,
    Try This code
    CALL FUNCTION 'READ_TEXT'                           
      EXPORTING                                         
        client                  = sy-mandt              
        id                      = 'B01'       
        language                = sy-langu              
        name                    = w_zht_tdname     " PR Number       
        object                  = 'EBANH'        
      TABLES                                            
        lines                   = t_zht_lines           
      EXCEPTIONS                                        
        id                      = 1                     
        language                = 2                     
        name                    = 3                     
        not_found               = 4                     
        object                  = 5                     
        reference_check         = 6                     
        wrong_access_to_archive = 7                     
        OTHERS                  = 8.                    
    Regards
    Krishna

  • Urgent - How to change Item category for Open Purchase Order

    Hi Team,
    Lil bit tricky issue.
    My client has asked us to change the existing Item Category values, Combinations, Category Set etc. Its been changed and uploaded successfully.
    The question here is how we need to handle the category for Open Purchase Order. How to update the same.
    Do we need to do manually or any other way ?
    Please advice
    Regarads,
    John

    Hi John,
    This is reallly a tricky issue!
    I guess you cannot change the category of an existing PO's.
    This field will be greyed out once we save the form...there were no profiles/other setups to enable this field.
    For all new PO's since you have changed the new category value that should not be a issue.
    Lets wait for some of our colleuges opinion.
    I guess PO cancel should be the final option if we dont hear any new work arounds.
    Thanks
    -Arif.

  • Very urgent: How to append the form elements to the Querytext

    Hi All,
    Could anyone please guide me thru of how we can pass the Querytext in the serach results page in content server 10gR3. As far as I knew we
    pass thru in submitfrm() function in the resource include query_submit_form_function.
    Am actually trying to customize the search page and search results page and we have several onclick events in the search page.
    When we click on the radio button or checkbox. we were able to see the metadata fields in the dropdownlist and I will select the field name
    matches some value....How we can append the selected values to the QueryText. How can the Querytext build based on the selection of form
    elements.
    Please give me some idea...your help is very much appreciated. Let me know if you have any questions....
    Thanks,
    isha.

    Hey,
    Thanks for the response. I also got the same thought after going through in depth of Search related resource includes...
    I'm not sure of how to do this. Which includes I need to modify. And where exactly I have to write this Onclick event. And where exactly I have to pass this hidden parameters...I knew that we do have to add in Searchform form. However do we need to add the hidden parameters to the standard resource include.
    As far as I knew, submitfrm() is the function which holds of Searchform values and also query_form_init script.
    Could you please guide me through the steps. Which resource incliudes I have to modify/override..
    Thanks a lot for your help.

  • Requirment Urgent: How to format standard text in Script like two columns.

    Hi,
    I want to format the text in two columns like this.
    1. This is the note. 5. This is the note.
    2. This is the note. 6. This is the note.
    3. This is the note. 7. This is the note.
    4. This is the note. 8. This is the note.
    I have to include a standard text and format like this.
    Thanks in advance.

    Hi,
    You have to create a paragraph format and create two tabs according to your column positions.
    and write.
    ,,&column1& ,,&column2&
    Regards,
    Wasim Ahmed

  • Create quotation item text thru bdc

    hi all,
    I have created  quotation upload BDC in that
    how to create item text thru BDC program..
    i used save_text function module,
    after creating quotation i included this logic, but i want create text at the same time while creating quotation.
    concatenate i_zvbap1-vbeln  i_zvbap1-posnr into v_textname.
    move v_textname to tname-tdname.
    move 'VBBP' to tname-tdobject.
    move '0001' to tname-tdid.
    move sy-langu to tname-tdspras.
    append tname.
    read table i_upload1 with key matnr = i_zvbap1-ematnr
            if sy-subrc = 0.
              lines-tdformat = '*'.
              move i_upload1-refid to lines-tdline.
              move i_upload1-refid to i_zvbap1-refid.
              modify i_zvbap1.
              append lines.
              clear lines.
            endif.
          endloop.
          call function 'SAVE_TEXT'
            exporting
              client          = sy-mandt
              header          = tname
              insert          = 'X'
              savemode_direct = 'X'
            importing
              newheader       = tname
            tables
              lines           = lines
            exceptions
              id              = 1
              language        = 2
              name            = 3
              object          = 4
              others          = 5.
          if sy-subrc = 0.
           message id sy-msgid type sy-msgty number sy-msgno
           with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          endif.
    how can i achieve this
    thanks

    thanks for ur reply..while creating quotation i have to create text...
    but i think i need to pass parameters like
    NAME
    OBJECT
    ID etc..
    name will be concatenation of quotation number and item number, before creating i will be not having those info..
    can u explain me in detail...
    what parameters i have to give
    thanks

  • Item text in output

    Hi Friends,
    How to get item text in output (Smartform), which is maintained at Sales order Item Level - Text Tab aginast a line item. Pls reply me the table name and fielnd name.
    Text is maintianed almost 20 words (100 Char)
    Srikky.

    Hi
    Getting the sales order text item data is bit complex work. you can get the text by following
    1. Go to SE11 brows the table STXH
    Get  the following TEXT OBJECT " VBBK"
    TEXT NAME " Sales order No."
    TEXT ID " TEXT ID OF ITEM"
    2. GO TO SE37
    Put the function Module " READ_TEXT"
    Put the following Value
    ID "TEXT ID"
    NAME " Sales Order No."
    OBJECT "VBBK"
    BY THIS YOU CAN ACHIEVE THE TARGET.
    Regards
    Shambhu Sarkar

  • How to validate an text field item using javascript for numbers only.

    hi,
    how to validate an text field item using javascript for numbers only.please help me on this urgent
    please mail me solun if posible on [email protected]

    Hi,
    Page HTML header
    <script>
    function onlyNum(evt) {
      // Usage: onKeyPress="return onlyNum(event)"
      evt = (evt) ? evt : window.event;
      var charCode = (evt.which) ? evt.which : evt.keyCode;
      if (charCode > 31 && (charCode < 48 || charCode > 57)) {
        var status = 'This field accepts numbers only!';
        alert(status);
        return false;
      var status = '';
      return true;
    </script>Item HTML Form Element Attributes
    onKeyPress="return onlyNum(event)"Br,Jari

  • Tcode FV50: How to find long text in FI Document line item Before Saving.

    Hi,
    How to find long text in FI Document line item.
    During Parking of the FI document through Tcode FV50 i m giving the some text in the long text not in the text field.
    I would like to validate the Long Text Before Saving in user exit "U300" under  the  "Sunstitution" .
    Please anybody can be help me out where exactly this long text is going to be stored or in which internal table or memory id.
    Please give me the answer as soon as possible .
    Note:- Read_Text function module is not useful. Because Read_text useful after saving document.

    Hi Amit,
    In application area FINANCIAL ACCOUNTING , go for node LINE ITEM. Here create a step & maintain the prerequisite as per your requirement & in the check you can mention the code or you can direct it to a custom program like ZFI_RGGBR000.
    Here while maintaining the check you will get structures BKPF & BSEG in which you will get the desired field you are looking for.
    Just try to explore in your system how the other validations are maintained.
    After you are done with all your code, you have to run the regeneration program RGUGBR00.
    Here utmost care should be taken while running regeneration program, you should select all the checkboxes in the selection screen except  GENERATE SETS, GEN SUBSTN ROUTNS IN ALL CLNTS  & TRACE PROG. GENERATE CALLS .
    Hope this make your doubt clear.
    Regards
    Abhii

Maybe you are looking for

  • Ipad ical calendar does not sync to macboook - just one (main) calendar ical

    One of my ical calendaars was delted from my Macbook.  It is on my ipad but will not sync to my macbook.  Other calendars will sync. I believe that I deleted a critical files from my Macbook.    Note that I have recovered the calender events themselv

  • Windows 7 on Mac: wireless not working

    I installed windows 7 home basic edittion on my mac through bootcamp. Windows seems to work fine except that there is no wireless connection. What could have gone wrong?

  • RESTORE - Kernel   Bad page - header and trailer not matching

    Hello, I have a Problem with the recover of my backup. When i want to make a restore of the Database this error is shown in Logfile KNLDIAGERR 2008-11-26 21:20:38                               --- Starting GMT 2008-11-26 20:20:38           7.5.0    B

  • About MIRO - IV issue

    I use MIRO to enter incoming invoice, but after save, some error shown that "No taxes on sales/purch.are allowed for account...". Then I simulate the posting, becuase the invoice has different, so I found that the different will be posted to another

  • Oracle Apps Integration with SeeBeyond Tool to Legacy System

    We have client using SeeBeyond a third party Integration Tool. The client is planning to implement Oracle HR. They want to integrate Oracle HR with third party Legacy payroll system with the SeeBeyond Tool. SeeBeyond tool is very similar to Oracle Ad