Item text in not appeared in MIGO

During the posting i fill the field Item text field with some text but after posting the document the value dosen't appear in the field item text.
What is the reason,do we need to maintain some settings for this?
Thank you.

Hi Goh Yen,
I assumed that the field that you referred to is Item text -  GOITEM-SGTXT.
This is normally caused due to incorrect coding in the user exit EXIT_SAPMM07M_001. If you are using this user exit please ensure that the segment text is correctly passed back to the calling
program. You can refer to SAP note 133161 for sample of the coding
Please check if the customer exit EXIT_SAPMM07M_001 is activated.
If you don't need or use the exit I suggest you de-activate it.
Hope the information help and good luck !
Thanks and regards,
Kenix

Similar Messages

  • Item text is not appearing in the print output through IDOC?

    Hello ,
    I am changing the PO through IDOC. When ever there is change in the quantity ,net price and delivery date  the print out put is generated autoamtically and changes are appearing the print output.
    when ever there is change in the item text of PO print output is not generatiing but item text is updated in the PO.
    If i change manually print out is generating for item text also but through IDOC print output is not generated . please help to slove this isuue.
    i am passing the value as :
        idoc_data-segnam = 'E1BPMEPOTEXT'.
        e1bpmepotext-po_item = Po line item number .
        e1bpmepotext-text_id = txtid.
        e1bpmepotext-text_form = textform.
        e1bpmepotext-text_line = line item text .
        idoc_data-sdata = e1bpmepotext.
        APPEND idoc_data.
        CLEAR idoc_data.
        CLEAR e1bpmepotext.
    please help me it is urgent
    Thanks
    Venkatesh

    Hi Venkatesh,
    Check the condition record in transaction NACE. Whether the print output field is present in the condition record.
    Regards,
    Gajendra.

  • PO item text does not display in form at first. Only after saving PO

    Hi Guys,
    We're facing a peculiar situation. We print line item texts of a PO in the smartform. However what we noticed was that as soon as the PO is created and we choose to print the po, the item texts do not appear. When we checked in tables STXH and STXL theese texts were not even registered in the tables. All this time the PO is saved.
    Then we went back into the PO in ME22n, made a slight change somewhere and saved the PO. Now these texts appear in the tables STXH/STXL and also in the print out. What could the reason be?
    Regards,

    Hi
    You should check your PO customizing, probably the text is set to be loaded in modification only
    Max

  • Item Texts Is Not Being Created in BAPI_BILLINGDOC_CREATEMULTIPLE

    Hi.
    I am Using Bapi TO Create Invoice, Every thing is created successfully , but item text is not being created. Code is as below.
    DATA: s_vbap TYPE vbap,
                t_billing TYPE STANDARD TABLE OF bapivbrk WITH HEADER LINE,
                t_datain TYPE STANDARD TABLE OF bapikomfktx WITH HEADER LINE,
                t_return TYPE STANDARD TABLE OF bapireturn1 WITH HEADER LINE,
                t_success TYPE STANDARD TABLE OF bapivbrksuccess WITH HEADER LINE.
          SELECT SINGLE * FROM likp
          WHERE vbeln = v_del_doc_no.
          SELECT SINGLE * FROM lips WHERE
          vbeln = v_del_doc_no.
          t_billing-salesorg = likp-vkorg.
          t_billing-ref_doc = likp-vbeln.
          t_billing-ref_item = lips-posnr.
          t_billing-doc_number = v_del_doc_no.
          t_billing-itm_number = lips-posnr.
    *      SELECT SINGLE fkarv FROM tvak
    *            INTO  t_billing-ordbilltyp
    *            WHERE auart EQ zsoa_so_header-auart.
          SELECT SINGLE auart FROM vbak
                      INTO  t_billing-ordbilltyp
                      WHERE vbeln EQ order_num.
          t_billing-price_date = sy-datum.
          t_billing-ref_doc_ca = likp-vbtyp.
          t_billing-material = lips-matnr.
          t_billing-plant = lips-werks.
          APPEND t_billing.
          BREAK-POINT.
          CLEAR: t_datain.
         t_datain-ref_doc = v_del_doc_no.
          t_datain-ref_item = '000010'.
          t_datain-applobject = 'VBBP'.
          t_datain-text_id    = '0001'.
          t_datain-langu      = sy-langu.
          t_datain-format_col = '*'.
          t_datain-text_line  = 'FSG 2829'.
          APPEND t_datain.
          CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'
            TABLES
              billingdatain = t_billing
              textdatain    = t_datain
              return        = t_return
              success       = t_success.
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
            EXPORTING
              wait = 'X'.
          LOOP AT t_return.
            itab_msg-type = t_return-type.
            itab_msg-msg =  t_return-message.
            APPEND itab_msg.
            CLEAR  itab_msg.
          ENDLOOP.
          READ TABLE t_success INDEX 1.
          p_i_bill_doc = t_success-bill_doc.
        ENDIF.
      ENDIF.
      CLEAR: itab_so_items, itab_so_items[] , delivery_no , itab_return[].
    So Text FSG 2829 is not being created in Item Text.....

    Hi Tahir,
    You can check with the below thread
    A question of BAPI_BILLINGDOC_CREATEMULTIPLE
    Regards,
    Pawan

  • Request For Quotation - ME41 - Item texts are not getting copied

    Hi,
    I created one RFQ (Request For Quotation) by copying from the existing one (through t-code ME41). But item texts are not copied.
    How can this issue be resolved..?
    In menu path ( Item --> Texts --> Adopt Text ), "Adopt Text" option is available. But its in disabled mode.

    just use F4 to get a valid entry, it is only grey to prevent manual typing

  • Excise Tab not appearing in MIGO Screen

    Excise Tab not appearing in MIGO Screen
    Reg
    Sunil

    Hi,
    For GR, which movement type you are using...?
    If it is 103, you will get the excise invoice tab only in 105 GR.
    If it is 101 only, check the following configuration.
    SPRO-Logistics General-Tax on goods movements-India-Business Transactions-Incoming Excise invoices-Specify which movement type involve excise invoices.
    Please revert for further analysis.
    Regards,
    Siva

  • Sheduling Agreement item are not appearing in MIGo

    Hi,
    Good receipt (MIGO) for Sheduling  Agreement some items are not display(not appear in item detail screen in MIGO)
    Delivery shedule is maintain and SA is released
    where to check to slove this problem.
    shakir

    Hi,
    Very help full tip ,now it is showing item with zero quantity
    but not the missing item.
    Hope to get some tip ...to slove.
    shakir

  • Excise Invoice Tab Page/ Document Info  Tab Page is not appearing in MIGO

    Dear Friend
    For a particular job work PO , with account assignment category F & item category L, non valuaated material, when we are doing migo, excise invoice tab page/ Document Info tab page is not appearing in document header. From The said tab page we can select the challan.
    In J1ID, I have maintained Vendor PAN number and also material chpter id combination.
    Thanks
    Chandra

    Hi
    I maintained material chapter Id combination & vendor Excise Details. We do not maintain any plant -vendor combination. This is a non valuated material with material type unbw. Do I need to maintain cenvat determination tab for this material?
    Thanks
    Chandra

  • Item text is not getting updated in Payment document generated through F110

    Hi all,
    After generating the payment document via Transaction Code u2013 F110, system is not updating the Text field in the payment document with the text that we have entered in the Invoice (MIRO or FI Invoice).
    While processing the document via transaction code u2013 F110, in the layout shown for the Invoices to be considered for payment (screen of u201CEdit Proposalu201D), text is not getting updated. When we pressed F1 at the Text field (Which is blank) we came to know that it is a u201CItem Textu201D with u201CTable u2013 REGUEu201D /  u201CField u2013 SGTXTu201D.
    In BSEG (SGTXT field) as well as BSIK (SGTXT field) we are getting the Invoice document with the text maintained in it via MIRO or FI invoice.
    But while processing the invoices through Tcode - F110, in the layout of Edit Proposal (Table - REGUE / Field - SGTXT) we are not getting the u201CText fieldu201D but getting the other data such as Doc. No.( Table - REGUE / Field - BELNR), Fiscal Year (Table - REGUE / Field - GJAHR) etc for processing the proposal which is getting shown in BSEG as well as BSIK.
    In case of manual payment (F-53) we can input the text manually hence that will get updated in payment document but this thing is not possible with F110.
    Can anybody guide me on getting the ItemText (Not Doc. Header text) in FI payment document after F110 execution?
    Regards,
    Shridhar

    Hi Suresh,
    Thanks for the prompt reply. We will be obliged if you guide us in that respect since F110 is a Std. SAP code.
    Have you refer OSS before arriving at the conclusion of developing ABAP program since the Item Text is a std. field of Std. Tcode - F110. Same should had been get updated while making the payment in reference to the Invoice which haves item text in it ?
    Regards
    Shridhar
    FICO

  • Text boxes not appearing - CAPTIVATE1.1

    I have a number of delegates using Cap1.1 - on some machines
    when recording screens, the automatic text boxes are not appearing
    when the recording has finished. (the "text box" option is checked
    on all PCs in the custom options settings)
    I`m sure i`ve heard this could be something to do with Flash
    players - I checked one of the machines that is facing the issue
    and its using Flash 9.
    any help would be great
    cheers

    Sorry, I only keep the current version and one version back
    due to storage limitations. I would note that there are few things
    more difficult than to suggest a correction for an "intermittent"
    problem, but I'd have to say an intermittent problem
    on a version that was replaced years ago would definitely
    qualify as the most difficult of all.
    That said, maybe we can offer some help if we knew what the
    problem was. You don't really say, except that some text-captions
    on some machines are not appearing. That is not really helpful in
    troubleshooting.
    What is being recorded - exactly?
    Where is it being recorded from - Internet, local drive,
    etc.?
    What are the delegates (what's a delegate?) doing at the time
    they expect, but are not getting, automatically-generated
    text-captions?
    I am relatively certain that the problem (if I understand
    that part), has nothing at all to do with the Flash Player version
    installed, but beyond that, I'm sorry that all I can offer is
    questions instead of answers.
    Welcome to the User-to-User forums, hardyandy. Hopefully you
    can give us enough additional information that we can take a stab
    at helping out.
    .

  • At the time of Sales Transaction Header & Item Text is not coming in print

    Hi Gurus,
    At the time of Sales order or Outbound Delivery or Invoice if I am giving text in Header or Item text it is not coming in Print , Please let me know Gurus what I need to do for it ,
    I need to get print of my text name also , means If I am typing Vehical no. in front of Vehical number text coloum , I wants to print Vehical Number : XYZ 01 123 in Print
    Please help me in this issue,
    Please let me know how we can add text in Excise Invoice,
    & Which Excise Register need to update from Sales ,
    & how to do it ,
    Please help me Gurus,
    Thanking you ,
    Reagrds,
    Sai

    Dear Sai,
    Take help of ABAPer to capture the header or item text in to the print copy of sales order ,delivery and invoice.
    I hope this will help you,
    Regards,
    Murali.

  • Item text is not coming in production server

    hello abap gurus,
    i developed a smart forms where i am using item text field insted of master data records.
    using that while i run programe on developement server.
    the values coming are right but when i  run that programe after moving it on production server,the value is not coming.
    what could be the problem.

    yes. i also maintained text id on both servers..on dev and on production server.
    when i debugg the code ,the data is coming to that variable where i  concatenate the value of vbeln n posnr.
    when i check data in stxl table. the data is also there with every detail what i entered there.
    now problem is that when i  print that data.  the line item are coming but the text id attached with that  line item is not coming....

  • Text Elements not appearing

    Hi All,
    I created a report and maintained the text elements in English and De languages. For some fields, I maintained the text elements only in English language. So when I login in DE language, the text elements which I had maintained in english language are not appearing. Those fields are blank in the selection screen. Does it needs to be maintained in DE lang? Please assist.
    Thanks in advance.
    Regards,
    VIjay

    HI
    Yes u need to maintain in DE language also.
    If u wnat the same text i.e english text in DE also then use maenu as GOTO.........>TEXT ELEMENTS---->SELECTION TEXT
    Now GOTO-------> TRANSALTION  giva langauge as DE
    and transalte one by one all athe Text element and activate.
    YOu can see all the fields in DE login.'
    Regards,
    Pravin

  • Item text and note not transfering to PO from SRM 5.0

    Hi,
    We are in SRM 5.0/ECC 6.0
    We have a requirement to transfer Item text and item note (Item Text/note to be printed on PO) to ECC PO. From SRM 5.0
    These Item note and Item text is available in PO->Iteam->Service->service text and line text.
    Please advice..
    thanks,
    shri

    For similar kind of problem in SRM 7.0 there is SAP note implementation : Note 1424590 - Text mapping from SRM SC to backend purchase requisition.
    can any one give solution for SRM 5.0

  • Delayed text captions not appearing (except in Preview "Play this slide")

    Can anyone explain why my delayed text captions are not appearing in any mode BUT Preview/Play this slide. When I do that type of preview, the text captions show up exactly when I set them (starting at 27s - and are set to display for 'rest of slide').
    There are eight delayed text captions and none of them show up with I preview the Project, From this slide, or Publish.
    The visible flag is on, time is "rest of slide", appear after 27s, effect is not relevant, and it is not a layers issue.
    Thank you

    Hi Shawn
    Belive it or not, I wasn't being sarcastic. Only Buttons, Click Boxes or Text Entry Boxes will pause playback of a slide. So I figured if I asked how many you had, you would scrutinize the slide and perhaps discover one you had missed.
    Play this slide doesn't behave like the other preview. This doesn't mean it's bad, just different. You simply have to understand that the only real reason for using that type of preview is to achieve a rough representation of timing elements. When will they appear and disappear. As you have discovered, you may not interact with them. You may only watch them. It's a bit like watching something through a window. You cannot reach through it and touch anything.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

Maybe you are looking for

  • Scanning a full size negative

    Hello: I recently found 2 old B&W negatives from my fathers belongings which are actually 8x10 size. I just scanned them using my Epson NX420, hoping there was some quick edit choice which allowed me to just invert from negative to positive, but I ca

  • How to Call Livelink Archive Java Viewer(IXOS-JavaViewer Applet )

    Hi, I want you to teach,How to call Livelink Archive Java Viewer(IXOS-JavaViewer Applet) I want to call it in the following images. When the button is pushed, I want to call Livelink Archive Java Viewer. The method was not able to be taught though it

  • Delaying one minute before creating connection

    after getting this message - delaying one minute before creating connection - the system stuck. Does anyone know why? Thanks Yuval Avni

  • CCA agent (oc4jadmin) for template mappings - local or on server?

    I am unclear which one should be used or which one is better to use? Perhaps it doesn't matter.... Also, if the choice is server, should it be on the server where the design repositories are or on the runtime platform? Edited by: user12019055 on Nov

  • Help please with iWeb.

    MobileMe will not let me log in. Keeps saying my password is wrong which I know it's not. Mobileme's website said I should be able to login until June. This is getting so irritating. If I get a go daddy account how do I go about publishing my iWeb pa