How to prevent SAP to copy a manually typed Item text from PO into Info rec

Hi SAP gurus
Could you guide me the configuration  to prevent SAP to copy a manually typed Item text from PO into Info record PO text,
Thanks
Katta

Charlie,
I'm having trouble with copying text from Info Record to RFD.
When in Spro I put the fix indicator at <*> or <N>, the the system does what it should.
But when I put the fix indicator at < > blank, then no text is copied.
Is this normal behaviour ?
regards,
Francois

Similar Messages

  • How 2 Copy Header & Line Item Text from Purchase Order 2 Out Bound Delivery

    Hi SD Gurus,
    I want to copy header and line item text from Purchase Order to Out Bound Delivery (This is required in Stock Transfer Process).
    I have been able to do successful config. for copying header and line item text from Sales Order to Outbound Delivery but config. doesn't seems to be same for copying text from PO to OBD.
    Is there any way to achieve the same? Can some expert show the way to achieve this.
    Thanks in advance.
    Warm regards,
    Rahul Mishra

    Hi Ravikumar thanks for u quick reply.
    This is wht is currently coded.
    concatenate values to get item text for read text function
       invar3+0(10) = invar1. "PO number
       invar3+10(5) = invar2. "PO line number
       SELECT SINGLE * FROM stxh WHERE tdobject = 'EKPO'
                                   AND tdname   = invar3
                                   AND tdid     = 'F01'
                                   AND tdspras  = sy-langu.
       IF sy-subrc = 0.
         invar4 = invar3.
    reading the text for the document items.
         CALL FUNCTION 'READ_TEXT'
           EXPORTING
             id       = 'F01'
             language = sy-langu
             name     = invar4
             object   = 'EKPO'
           TABLES
             lines    = it_itab.
    I have seen some PO's which have info rec texts in that, which gets pulled by the above code...first thing is its id is F02 which exist in STXH table also there is other text with F01 id, and hence the table it_itab gets both these text hence no pbm.
    but i came across a PO which has only one text which is info rec text with id F05 and is not store in stxh and hence doesnot get pulled by read_text fm. How do i change my cod to get this text which should not hamper other PO's as well.
    As mentioned in above msgs, this F05 could be retrieved by providing object name as EINE.
    anyhelp will be appreciated and rewarded.
    thanks

  • How to place two different indesign documents side by side on my desktop in order to copy and paste images and text from one to the other?

    How to place two different indesign documents side by side on my desktop in order to copy and paste images and text from one to the other?

    Or choose Window > Arrange > Tile
    And, you of course can copy/paste without tiling.

  • VOFM copy item text from STO to delivery

    Hello,
    Has anyone succesfully copied item text from a stock transport purchase order to the delivery by using a rule defined in VOFM data transfer > text  ?
    I can do it  for the 1st item of the PO, but the second item just pulls the info from the sales order text from material master.
    I know that SAP has an OSS note saying that this way is not anymore necessary, you can adopt text from STO with customizing settings. However I have to add some more text, not just copying the PO text, so I have to use this way.

    Hi Jurgen,
    Can you tell me step-by-step process to copy sto text to delivery?
    I have been able to customize copying of text from sales order to delivery to billing but sto to delivery is not happening.
    Your help will be highly appreciated.
    Thanks.
    Warm regards,
    Rahul Mishra

  • How to retrieve the item text from VL03 transaction .

    How to retrieve the item text from VL03 transaction .
    The requirement is like this, the item text thus retrieved should be printed in the script under the item.

    Jagadieshwar,
    Use <b>READ_TEXT</b> function module to get the proper item text of Delivery.
    <b>ID</b>: Probably you want 0002 (Item Note), but it depends which text you want Item Note, Material Sales Text ,etc..
    <b>NAME</b>: CONCATENATE Delivery Doc. Number + Delivery Item Number (e.g. 0080001729000010)
    <b>OBJECT</b>: VBBP
    <b>
    LANGUAGE</b>: sy-langu or whatever you want.

  • How can I copy a long string of texts from my iPhone 4s to a word document?

    I need to copy a long string of texts to a word document on my PC.

    One method would be to use 3rd party software. The following is one example but there may be better/cheaper or even free options: http://www.wideanglesoftware.com/touchcopy/

  • Copying text from carrier into PO

    I have set up the following process. I linked the standard partner role CR carrier to the vendor master and the purchase order to make carrier determination possible.
    Meaning in my vendor master I added a carrier, meaning when I create a PO for that vendor the carrier will be assigned. Now I have a text on carrier level "shipping instructions" which I would like to see on my PO. But when I create my PO and I check the header text "shipping instruction", the text from the vendor is copied and not the one from the carrier.
    When I check customizing I can define all kind of copying rules but I'm not able to refer or set up a copy ole based on partner roles.
    Is there a way doing this without enhancement?
    Thanks
    Walter Goris

    Thanks for your prompt answer, but the problem is that the carrier text is stored at carrier level which is only assigned with a partner role to the vendor. Creating another text on vendor level isn't a solution as I can have more than 1 carrier for a vendor. During PO creation the correct carrier will be selected from the partner role. at that moment the text from the carrier should be taken over.
    Example: vendor A has carrier X and carrier Y. Carrier X has a text X and carrier Y has a text Y.
    When I create a PO for vendor A when I save the system will bring me a pop-up to choose between carrier X & T. When I select X, the text X should appear on my PO but in my current set up I get the text from vendor A.
    You see a solution for that
    Thanks

  • Sales order Userexit to copy item text from one line item to other

    Hi Gurus,
                 I have an urgent issue. Based on item category in sales order, for one line item, I am getting item text. Now I have to copy same item text to other line item.
    Till now I tried save_document_prep & save_document to
    build object tdname & fetch all tdid from table stxh for object 'VBBP'.
    After that READ_TEXT and SAVE_TEXT function module.
    But during creation of sales order I am not able to get any value in STXH table for created sales order. Now I want to know from which internal table I can get item text ?  (some internal table should be there like xvbap to get text per line item)
    Or is there any other way to do this... Please help.
    Points will be rewarded.
    Thanks,

    Hi ,
    try something like this .
            l_name = ls_vbap-vbeln.
            IF l_name IS INITIAL.
              l_name = 'XXXXXXXXXX'.
            ENDIF.
            CONCATENATE l_name ls_vbap-posnr INTO l_name.
            CALL FUNCTION 'READ_TEXT'
                name            = l_name
    Regards
    Prabhu

  • Copy and paste user formatted text from Filemaker to...

    I need to copy user formatted text from Filemaker to any text program that will maintain the formatting. Subsequently it will be going to an rtf. I have limited knowledge of Filemaker and Applescript (and I am not sure that Applescript is the right approach). This is a repetitive process with frequently changing data and users who use italics on a word one day and then decide to bold it the next day. I have created an Applescript that copies and pastes the text into either TextEdit or Microsoft Word but the user formatting is always lost. It is frustrating that I can use Apple-C and Apple-V and the formatting is maintained. But I need to automate this process. Here is a copy of my humble attempt at an Applescript to do the job. it copies the text but not the formatting.
    tell application "FileMaker Developer"
    open "MacintoshHD:Users:stuart:Desktop:Practice.fp7"
    set the clipboard to record 2 of table 1 of database 1 as styled text
    end tell
    tell application "TextEdit"
    activate
    set the text of document 1 to (get the clipboard as text) as string
    end tell
    tell application "Microsoft Word"
    activate
    set myRange to create range active document start 0 end 0
    insert text (get the clipboard) at myRange
    end tell

    I'm not familiar with 'styled text'- which does not mean much other than it's on a very long list of things I don't know. But I do know you can cut several steps out here:
    If your script works so far then you can clean it up:
    tell application "FileMaker Developer"
    open "MacintoshHD:Users:stuart:Desktop:Practice.fp7"
    set mytext to record 2 of table 1 of database 1 as styled text
    end tell
    tell application "Microsoft Word"
    activate
    set myRange to create range active document start 0 end 0
    insert text (mytext) at myRange
    end tell
    Also try:
    set mytext to contents of record 2 of table 1 of database 1 as styled text
    Reese

  • In PSE 12 how can I change my watermark label eg colour of text from black to white etc

    I have created a watermark to use in batch processing from RAW to jpg but I don't like the watermark and want to change some elements eg change the text from black to white but every time I change it, PSE changes it back to black - how do I fix this?

    This isn't Lion-specific. I had the same prob changing OS a couple of years ago and now again changing to Lion on a new laptop.
    Changing the Date and Time settings would do it (you'd think) but it doesn't. It was always embedded in International (now Language &Text). It seems to be a bug though as I've Custom Edited selecting 12-hr clock with am/pm and have the same issue. On-the-hour has no am/pm or zeros.
    I've learnt not to waste too much energy on it once it doesn't make logical sense as it's generally a bug.
    I'm loving Lion though - even unexpectedly using the natural scrolling.....but I digress....

  • Copy formatted text from Pages into Mac Mail loses formatting

    Hi,
    I have a document template I use in Pages that eventually gets copied into an email for sending (rather than attached, it's the actual email body).
    Issue is, when I copy from Pages into Mac Mail, the formatting is horrible.
    The closest I have to a workaround, though still not 100% (just way better) is to Export the Pages file to Word format, open the document in Word, copy the text there and paste it into Mac Mail.
    It can't be this awkward, can it?
    Thanks!

    Couple of options:
    Use command shift 4 and draw around the table with the mouse curser ~ a png picture of your table will be on your desktop ~ use attach in mail and tick send windows friendly attachments too.
    You could also save Numbers as pdf ( Under the print option) and attach that instead.
    No doubt there are other ways.
    Best

  • Copying text from internet into Appleworks

    Hello!
    So, I would like to copy some exact text, same colors and fonts, from a web page on Firefox into Appleworks. When I paste the selection into a word processing document, the text comes up, but it pastes in Lucinda Grande text and with black ink. Why is this? Is there a way that I can paste the exact colors and font into a document? I looked through the Help Viewer pages, but I couldn't find anything on this topic.
    Thank you!
    -Kat Forster

    In addition to Niel's excellent suggestions, have you tried another web browser? I think this could be a limitation of FireFox. I just copied & pasted text from a page (my home page) from both FireFox & Safari. Text from FireFox changed to Lucida Grande in all black text, text from Safari pasted as Times with underlined blue text for the links, just as they are on the page. I used this page because I know that the page has the text as a default serif font.

  • How to prevent folder being copied

    Hi
    Anyone have any idea how to lock a folder and it's contents, basically so it cannot be copied, moved off the hard drive onto any external disk or drive or added as an email attachment, without password authorisation.
    Will be on 10.5.8, and also possibly 10.6.4
    Thanks.

    An encrypted dmg
    how to create a disk image would be your best bet, IMO.
    -mj

  • How to prevent for a particular org manually created IR/ISO should not be considered for Constrained EDD plans

    We have a situation that around IRs with ~500 parts which manually created in Org A and ISO Created in Org B and ISO picked as well. But due to some reasons, shipment will get delay for 1 month and till that time plan should not be considered this IR' as supply in Org A.
    Currently our Constrained EDD plan is considering this IR quantities as supply for the Org A demands and not generating any Planned orders. Seems we don't option to firm IRs by changing the need by date after 1 month. Also its not respect the need by date of IR and its getting reschedule in action and pegged to the current Demand in Org A. Please advise if you have any thoughts.

    We have a situation that around IRs with ~500 parts which manually created in Org A and ISO Created in Org B and ISO picked as well. But due to some reasons, shipment will get delay for 1 month and till that time plan should not be considered this IR' as supply in Org A.
    Currently our Constrained EDD plan is considering this IR quantities as supply for the Org A demands and not generating any Planned orders. Seems we don't option to firm IRs by changing the need by date after 1 month. Also its not respect the need by date of IR and its getting reschedule in action and pegged to the current Demand in Org A. Please advise if you have any thoughts.

  • How to copy header/item text from Quotation to sales order?

    Dear All,
    On ECC 6, I am trying to get text copied from the quotation to the sales order (when the order is created with reference to the quote).
    As of now, the order creation is fine with all the right items & partners etc. in it, but the text is missing.
    The same text IDs have been assigned to both documents (at header & item levels).
    Is the text content supposed to be copied by standard SAP? Is there any customizing needed for this? Please guide me on how I can achieve this.
    Please help.
    Thanks
    Best regards,
    Rohit L
    Edited by: Rohit Lokray on Nov 26, 2009 10:49 AM

    Hi Rohit,
    Pls check this e.g.
    Text Determination Procedure
    You can define text for
    Customer
    Sales document
    Delivery
    Billing 
    1) Create new text types
    (Menu Path:  SPRO-IMG-Sales and distribution- Basic function-Text Control-Define text type). You can define new text type in this menu for your requirement for different objects (Customer, Sales document, Delivery and billing document). T-code: VOTXN
    2) Assign the new text ID in the text   determination procedure
    (Menu Path:  SPRO-IMG-Sales and distribution-Basic function- Text Control-Define text type). Click on change on application tool bar. Select text procedure   created and double click on Text ID'  s in text Procedure. Assign new text Id to Text determination procedure
    3) Define and Assign an access sequence to the new text ID
    (Menu Path: SPRO-IMG-Sales and distribution-Basic function-Text Control-Define access sequence for determining text).Access sequence can be defined only for sales document not for customer master. Select text procedure and double click on text id's in text procedure folder. Select text id and double click on access sequence and create new access sequence here.
    4) Assign the Text determination procedure with the sales document type.
    (Menu Path: SPRO-IMG-Sales and distribution-Basic function-Text Control-Define and assign text determination procedure) In this menu path you can assign text determination procedure to sales document type.
    [http://help.sap.com/saphelp_erp60_sp/helpdata/en/90/758534c960a134e10000009b38f83b/frameset.htm]

Maybe you are looking for

  • Ipod cannot be updated, WHY??

    When I try to sync my Ipod Itune's is giving me a red X saying, The Ipod "name ipod" cannot be updated.The required file cannot be found. I really would like to look at my photos and movies that i'm trying to put in it. I've reset my Ipod,redownloade

  • Music Runs Long in Slideshow

    I created a slideshow and selected a piece of music for the background. I clicked on the "Fit Slideshow To Music" option and the first couple of versions I exported worked perfectly, the music was synced to the slides. I subsequently added a few phot

  • Can you use time delay to take photos on 4s

    Is it possible to use time delay to take photos on the 4S iphone?

  • Iplanet Web Server Setup !!

    Hi I am new user . I would like to setup the sunOne 6.1 web Server on Solaris 10 onx86 platform on Ultra 20. Is there any start up document is available ? Thanks Ravi

  • Lost space on mac

    i recently upgraded my macbook from mountain lion to os x mavericks but i came to discover that 263 GB of my space is occupied by old backup files which i can neither locate nor view but when i go to "about my mac" under the storage tab i see the spa