Entering the text in note tab in MIRO transaction

hai friends,
can u please tell how to store a text in note tab in MIRO transaction usging function module.
please help me.
Regards,
N.selvamuthukumar

Hi
I need to program the same. Can you please send the details of how you implemented it.

Similar Messages

  • ABAP Dump after putting Text in notes tab in MIRO

    Hello All,
    We have a scenario here,
    during MIRO, when user puts some text in the Notes tab and after putting all other relevant data when clicks on Simulate or Save button system gives ABAP dump. This is happening while posting invoices for FD purchase orders and not with other types of POs.
    Your help is appreciated.
    With regards.
    Sanjay

    Hi,
    Does any body have got a solution to this problem?
    BR,
    Emrah

  • How to add more comments in the Nomination Header notes tab

    Short Text 
    How to add more comments in the Nomination Header notes tab 
    In the nomination screen, there are the tabs for header and item notes.
    Within each of those tabs, there are categories for the type ofcomments. Currently in the nomination maintenance screen header notes
    there are onlythree comment categories are available 1) General comments 2) Carriercoment 3) Shipper Comment and We would like add more comments in this
    section. In the configuration we couldn't find a place where we can add
    more customer specific comments. Can we add comments in the header
    notes tab and if so where can we add the additional comments ?

    Hello Giri,
    You could try the following to create new text types for nomination header.
    1) Execute transaction SM31
    2) The view here is V_TTXIDI
    3) Click on maintain .
    4) Create new entries .
    5) Since you want to add new more comments in the nomination header enter the text object as OIJRCODE_H
    6) Enter a text ID starting with Z
    7) Enter a description and save the new entry.
    In case you want to add new comments at the item level use the text object as OIJRCODE_I.
    When you restart the transaction O4NM again you will see the new entry added.
    This will solve the issue.
    Regards,
    Sandil

  • How to change the text of customer tab in Me23n

    Hi
    I have added new customer tab in Me23n at item level.
    Its text is Customer Data.
    I would like to change to some other text.
    How to change the text of customer tab in Me23n
    Regards
    Amruta

    Amruta,
    I had the same query today and finally found the answer.
    In order to change the title text or description of the "Customer Data" tab in ME23N, etc. you need to define a new text symbol in program SAPLXM06. The text symbol must be number 111 for the PO data. Make sure you define this text symbol in the language you are using when viewing the PO. I had issues with this as the original language of object SAPXM06 is not my logon language.
    The standard code which picks up this text is in function module MEGUI_BUILD_PO_ITEM_PLUGIN. I could not find any documentation around this functionality.
    Hope this helps!
    Ben

  • (Enter the text shown) why this showing in firefox persona sign in, there is no text???

    Enter the text shown why this showing in Firefox persona sign in

    That is a CAPTCHA from https://api-secure.recaptcha.net
    Make sure that you do not block that image.
    You can check if you can see that image in Tools > Page Info > Media
    See also:
    [[Images or animations do not show]]
    [[Websites look wrong]]

  • "Enter the text shown" keeps appearing even though I filled up all of the blanks.

    Every time I try making an account on personas , they give me the error : "enter the text shown" but they do not show any text.
    I have tried clearing my cookies but it does not help.

    You cant delete an Apple ID permanently, you can just stop using it. Your GameCenter is linked to the Apple ID that your phone uses to download stuff. So whatever ID is linked to your phone when you download things from th AppStore and iTunes is also the account that is linked to your GameCenter. if you keep switching accounts thats why the random accounts keep popping up, just stick to one and you should be grand.

  • I'm trying to send a message from my new MacBook Air, I can type the message but when I hit enter the message does not go?

    I'm trying to send a text message from my new MacBook Air, I can type the message but when I hit enter the message does not go.

    Have you addressed the message to someone?  Is that address capable of receiving text messages?
    What happens when you hit enter?

  • So I have been creating a logo for my company and it came out great. The problem is, when I format it for PNG or when I want to use it on freshbooks or my webpage, the image becomes blurred and the text is not as clear. How do I fix this?

    So I have been creating a logo for my company and it came out great. The problem is, when I format it for PNG or when I want to use it on fresh books or my webpage, the image becomes blurred and the text is not as clear. How do I fix this? Is it because the text get shrunk?

    This is how it looks on adobe illustrator

  • How do i delete files in pages, i have some old invoices in pages that i want to delete, i can delete the text but not the whole file, please help. Dennis

    As it say's above i need to delete some of my oldinvoices/estimates from my files in pages, i can get rid of the text but not the whole file, thanks Dennis

    You locate the file in the Finder(it's in the Documents item of the sidebar by default), drag it to the Trash, and empty the Trash.
    (59926)

  • I am so frustrated.  I put ab object and/or a text box on a page and then cannot select it - the Text cursor (not pointer) is put on the object or text box and nothing happens.  It is so frustrating!  I then open up Everweb and the same thing,

    I put an object and/or a text box on a page and then cannot select it - the Text cursor (not pointer, just the text cursor shows) is put on the object or text box and nothing happens.  It is so frustrating!  I then open up Everweb and the same thing, I create an object and then try and elect it to make it bigger etc and cannot.  I know it must be something system wide as it happens in apps other than Pages.

    I put an object and/or a text box on a page and then cannot select it - the Text cursor (not pointer, just the text cursor shows) is put on the object or text box and nothing happens.  It is so frustrating!  I then open up Everweb and the same thing, I create an object and then try and elect it to make it bigger etc and cannot.  I know it must be something system wide as it happens in apps other than Pages.

  • Using the text and not the value of a filed

    Hi there,
    I'm programming a pdf form using life cycle, I'm using the following script in a "SEND TO" button in order to email an XML file with the data extracted from the form:
    var emailAddress = F.P1.Line.rawValue;
    var veicle = F.P1.Vehicle.rawValue;
    var shipper = F.P1.Shipper.rawValue;
    var date = F.P1.Date.rawValue;
    event.target.submitForm({cURL:"mailto:"+emailAddress+"?subject=Booking request from "+shipper+" date:"+date+" &body=Dear Sirs,Please find attached the completed PDF booking form for the following "+veicle+".",cSubmitAs:"XML",cCharset:"utf-8"});
    The problem is that I would like to use in a variable the text and not the value of the F.P1.Line.raw field.
    Thanks in advance

    Hi,
    This is not the appropriate forum to post this type of question. Please post all designer related queries in LiveCYcle Designer Forum to receive better response.
    From you query I understand you have a dropdown box with name as "Line". And you want to the "text" part of the selected item and not the "value" part. If it is so then do the following -
    1. Write the below code in onCHange event of your dropdown box.
    var ddValue = this.boundItem(xfa.event.newText);
    var nodeList = this.resolveNode("#items").nodes;
    var ddText = null;
    for (var i = 0; i < nodeList.length; i++)
    if (this.boundItem(nodeList.item(i).value) == ddValue)
    ddText = nodeList.item(i).value;
    break;
    global.selectedtxt = ddText;
    In the above code I am basically getting the "text" part of the item selected and then I am storing it in a global variable.
    2.
    Write the below code on click event of your button -
    var emailAddress = global.selectedtxt;
    Hope this helps.
    Thanks,
    Shivajiv.

  • Enter the text while confirmation

    hi gurus,
    While prod. we have a byproduct we want to enter text there so that we can see that this perticular material is generated from this work center, date and time. can i enter the text against component in co11n > component overview.
    Thanks and regards,
    Solomon

    Hi Solomon
    You can enter reason for movement in the component screen so maintain reason for movement for by product ie movement type 531 , give the WC from which this material is produced in the reason for movement and u can select it form the drop down when u do the confirmation. This is the best option u can give & is very satisfactory. U can also make the reason for movement mandatory in the movement type settings for 531
    Thanks & Regards
    Prasad
    Reward if useful.

  • The text does not rotate

    Hi everyone, I'm pretty new here
    I'm trying to create some animations, I put some text in it, but when I tried to rotate the text within the animation, it doesn't work. The text stands inside the animation only when the animation is in its original form, and while it's rotating the text is gone! What I did wrong?

    Place the text inside of a symbol, such as a graphic symbol, and apply the rotation effect to the symbol.  More importantly, if the text is not going to be written dynamically, use a static textfield rather than a dynamic/input textfield.  If you use a dynamic textfield you need to embed the font in order to be able to animate the text.

  • Today i purchased exportpdf. when converting from pdf to word doc, the text does not show up on word doc. what to do?

    when exporting pdf into a word doc the text does not show up on new doc. what to do?

    Hi hamsa142,
    Is this problem specific to one file, or does it happen with any file that you convert to PDF? How was the PDF created (using what application)?
    For starters you may want to disable OCR as described in this document: How to disable Optical Character Recognition (O... | Adobe Community.
    Please let us know how it goes.
    Best,
    Sara

  • I made a beautiful invitation for my sons graduation in pages it has 1 photo on the front and 5 photos on the back. When I try to export it to my work pc the text is not supported and it looks terrible. Help!

    I made a beautiful invitation for my sons graduation in pages it has 1 photo on the front and 5 photos on the back. When I try to export it to my work pc the text is not supported and it looks terrible. Help!

    How did you transfer it to the PC?
    Not good to export as a Word .doc/x, better to:
    Menu > Export > PDF
    Peter

Maybe you are looking for

  • IPad will not open email attachments using webmail ?

    Hi We own a iPad 3, OS5.1.1 ( the iPad belongs to my wife ) therefore she has her own account set up using the iPad's email programme ( I do not have my email account on this iPad as we want to keep our accounts seperate)  When I login to my email ac

  • SQL Server Configuration Manager

    Hello, I have a SQL 2008 SP3 install on Server 2012.  It is clustered active/active.  When opening SQL Server Configuration Manager > SQL Server Services, I receive the following message: The server threw an exception [0x80010105] I have tried restar

  • Correct way to modify Advanced SQL in report

    The actual Select on the Advanced tab is something like this: SELECT Incidents."DATE" saw_0, Incidents."TYPE" saw_1, Defects."TYPE" saw_2, "Vessel and Boats"."NUMBER" saw_3 ... FROM "Vessel and Boats Reporting" (this is the catalog name) Now, I need

  • Problem in idoc status

    Hi Abapers, In our project some of the invoice idocs are not posted into SAP..but all the segment's data are uploaded into the respective structures..but still the staus is in 51 only..i can't find the reason behind this..can u give me solution for t

  • Visio interactive org chart display issue

    Hi,  I've imported data from exchange server to automatically generate structure chart for a department. I've then saved it as a webpage as well as the normal visio file. I save all the files on a network folder, before transferring them to the 'live