PULL IN FULL ITEM TEXT WHEN CREATING A ME51N TRANSACTION

Hi ALL:
We want to create non-stock items from a catalog system into SAP using "JAVA". The moment we pull in the items detail from the catalog, it only imports the items "short text" but do not populate the ITEMS LONG TEXT (MM-DETAILED TEXT) as well... Is there perhaps anyone who also uses something like this and can give us guidance on how to get this fixed.
Thanks.

Hello Patrick Müller,
Here is a screenshot with an access sequence in the text determination profile where a text of the business partner is taken (it is the second access, the one with BUT000).
Best regards,
Thomas Wagner

Similar Messages

  • Change PR item short text when created from Work Order

    Hello,
    Is there a way to edit the PR item short text when the PR is generated from a Work Order. When we open the PR, the item short text is grayed out.
    We have created Material Master Number for Contract/ BPA items. When we input that particular material number under the components tab on the WO then release it ,it creates a PR. The Material Master description gets transfered to the PR.
    Our issue is that the Material Master is to generic and we would like to change the description on the PR level.
    Is this possible?
    Thanks,

    Hi
    I think neither there is any way to change the Material Description in PR nor its a good SAP Practise as it is having lot of implecations of stocking , physical inventory , reconciliation etc .
    If Item codes are generic suggest if u can use the PR or PO long text to enable the buyer for the procurement & supplier for supply the material as per long text specifications .
    Regards
    Sameer

  • Changing PO item text when material number changed in ME22N

    Hi all,
    I am facing a problem as described below. Please provide me a concrete solution.
    My customer wants me to add a custom item text as Work Authorization Data in ME21N and ME22N. I have created a user exit to implement this requirement. So whenever the user enters a material as a PO Item and saves the PO, my user exit is invoked and the custom data pertaining to that material is displayed as an item text. Later when the user edits the PO and changes the material number from any line item, the system deletes all the item texts corresponding to that line item.
    My problem is, after that when my user exit is invoked, the corresponding text is not getting stored. If I change any other data (like quantity or unit) again and saved, then the text gets saved.
    Can anyone provide me solution to make this item text get saved at the time of  change in material number itself.
    FYI, I am working on SAP R/3 - 4.7 version. If more details are needed then I shall provide them.
    Thanks and regards
    Abdul Shabeer.

    Hi,
    it does not matter if the BADI is already implemented. You can add your additional logic there. If you put break points in all methods of BADI implementation and run ME2xN then you will see when is each method called. You are right that here is no BADI method SET_DATA. What I meant is that you get a reference to PO item (type IF_PURCHASE_ORDER_ITEM_MM) in BADI method PROCESS_ITEM. This interface has to methods GET_DATA and SET_DATA. Using these methods you can get current item fields and change them according to your needs.
    Cheers

  • How to get text when creating invoice

    Hi Experts,
    As standard system behavior, when creating invoice the item description is retrieved from material description in master data.  Now we want to use sales text in material master for invoice item description, can we do this?
    Thank you in advance.
    Richard

    hi richard
    yes this is possible.
    you will have to pass this parameters under function module called READ_TEXT for desired output.
    NAME = MVKE-MATNR & MVKE-VKORG & MVKE-VTWEG - to read for which sales orgn/distribution channel/division you have to pass the value.
    LANGUAGE = 'EN' - in which language you have to pass the same.
    ID = 0001
    OBJECT = MVKE - table
    if both are there
    material description and material sales text then
    you have to write a condition there.
    regards
    balajia

  • Material description VS Purchase order Text when creating a PO

    Hi Gurus,
    When creating a PO for a specific material, I have to print a purchase order text different from the material description.
    To do this, a specific text has be added to the material master data in the tab "Purchase order Text" with the italian language maintained.
    But, when i start to create a new PO for this material, the short text that is shown is retrieved form the Material description and not from the Purchase order text that has been added before.
    How can I do to have the purchase order text shown in the PO instead of the common material description?
    Thanks in advance for your support.
    Regards,
    Valentino
    Edited by: Valentino Rosso on Sep 9, 2009 10:58 AM

    Hi Rajaram,
    thansk a lot for your answer, it has been very helpful.
    Could you please clarify me the below points?
    1) Could you please confirm me that this is the functionality of the standard SAP System? That means that in case we want to put the purchase order text in to "short text" we would need to create an ad hoc development, right?
    2) In case we print the PO with the purchase order text added for the material, is there any point where we can find this information for the material, or we will see just the material description from the Material Master Data?
    Thanks a lot for your support.
    Regards,
    Roberto

  • CO27 : Item text in Created Material document

    Hi ,
    We are executing CO27 to pick material against Prodn orders / maintenance orders.
    I noticed Line Item Text (MESG-SGTXT) automatically gets updated with certain text (different from material desc) in material documents mtype 261 created from CO27.
    I am just wondering from where the TEXT is being picked.
    If I create a 261 document manually using MB1A , no text is being picked.
    Any idea from where this TEXT is picked in case of CO27.
    Regards
    Shrey

    Hi ,
    Could u pls help me to execute Co27 at my end also ..... here we are using picking list for "Maintenance orders".
    I checked one maintenance order against which material document was generated with text  . but surprizingly no components has been allocated to that orders.
    Therefore wondering how the PICKING LIST was processed against that ORDER for which no component was allocated.
    Could u pls let me know the step to replicate the process against same MAINTENANCE ORDER ?
    Regards
    Shrey

  • Cannot select Item Type when creating new Backlog Items

    According to the documentation, when creating a new Backlog Item in TFS Online (https://www.visualstudio.com/get-started/create-your-backlog-vs),
    illustration #3 shows that you should be able to select the Item Type from a combo box. 
    However, I can’t.  Mine just shows “Product Backlog Item”. 
    How come I don’t have a combo box to select the Item Type? 
    I’m trying to create an item with a type of “Bug” as shown in illustration #4.

    Hi MBHunt,
    You can enable bugs in backlog by following the instructions in below picture.
    Or you can work with Bug WIT in the same level as Task WIT by selection option as below.
    Cheers!
    Chaminda

  • How to clear the previous  filter text when creating new record??

    Dear All,
    my question is i i created table having filter and sorting.
    when i m searching data through filter text data is coming but i want to clear that text(filter text) when i am creating new record.
    for my case when i am creating new record all blank field is coming but in that filter text box previous data is coming which one i was searching.
    but i need when i will create a new record tat filter text should be clear.
    Thanks
    Damby

    Damby, please tell us your jdev version.
    Check my blog http://tompeez.wordpress.com/2011/10/29/jdev-how-to-reset-a-filter-on-an-aftable/ you can add this to the button you use to create the new record.
    Timo

  • Has anyone worked with Item Numbers when creating a form?

    I have two Adobe forms, one for an application fee of $20 and one for an orientation fee of $20. I need to be able to distinguish between the two when in PayPal. I was told by PayPal support that I could add a unique item number when setting up an adobe form which I could then filter on in PayPal to see which $20 came from which form. I can't find an Item Number choice anywhere. Can anyone guide me to the right place?

    I have two Adobe forms, one for an application fee of $20 and one for an orientation fee of $20. I need to be able to distinguish between the two when in PayPal. I was told by PayPal support that I could add a unique item number when setting up an adobe form which I could then filter on in PayPal to see which $20 came from which form. I can't find an Item Number choice anywhere. Can anyone guide me to the right place?

  • Limit transaction types when creating follow-up transactions

    Hi! We are operating in CRM 5. We have a requirement to only display certain tasks when creating followup document from an existing activity. Now, I thought that the copy control configuration would do the trick but I still see a big list of tasks, activities and sales transaction types appearing on the screen (as good as creating a new independent document). Can someone please confirm whether this requirement is at all possible in CRM 5?
    Cheers!
    SF

    Hi,
    We had a similar requirement. We used implemented CRM_ORDER badi and used the method ENQUEUE.
    We wrote  a logic to check the object type and process type of the transaction and also its doc flow.
    If there is no doc flow available a logic is written to throw an error message as no standalone document can be created.
    You can try implementing this badi and write a code in it.
    Also you can throw custom message if user tries to created standalone orders.
    Regards,
    PP

  • Moving text when creating an internal hyperlink

    Can someone help me figure out why my text is moving when I am creating an internal hyperlink? Please and THANK you!

    I'm going to take a wild guess that the problem is in the CSS definition for your menu, which generally will use <li> tags for each menu item.
    The following CSS is often used to make the menu items appear side by side.
    display: inline-block;
    LATER: Now I see that you apparently have two or three forum threads for the same issue. That will just confuse things.  Looking at your website, the menu items are lined up horizontally on the right, so I don't understand what the problem is.

  • How to remove 'Outlines' default text when creating shapes from vector layers?

    Hello everyone!
    You know the text it adds to the name layer when you create shapes from a vector layer that says Outlines? Well, anyone know if it's possible to change it or remove it?
    It sucks to have to remove it manually, especially when it's a lot of layers and you've taken the time to do the prepping in illustrator.
    Thankss,
    Oliver

    if I have an illustrator layer that is named icon and I convert it to outlines I get a layer that is named icon Outlines. Are you trying to remove the word Outlines or are you getting just a layer that says Outlines? Personally I would not remove the word Outlines from shape layer because this would differentiate it from the original and let me know at a glance what's going on with the layer and the project. This would be valuable information if I were to return to the project a year later for modifications.

  • Only able to do one line of text  when creating a paragraph?

    Can only do one line of text. The carriage return/Enter key does not create a new line when building a paragraph? The cursor goes to the beginning or middle depending on how the justification is set.

    There are two things going on here. First, your leading, the distance between the lines, should be set to Auto or adjusted to the size you want. Second, if you click and drag out a text area before you type AE will automatically wrap the text to fill the area just as it does in Photoshop.
    I would start by clicking the little icon at the top right corner of the Character palette and then select Reset Character at the bottom of the list.

  • PDF has missing text when created from FM 9

    My Software:
    Windows XP Professional Version 2002 SP 3
    FrameMaker 9.0p255
    Adobe Acrobat 9 Pro Version 9.4.1
    When generating a PDF document from FrameMaker, the PDF document has random missing text, including whole paragraphs, sentences and some text in tables. We have several FrameMaker books and they are all having the same issues. These books were fine when we last published updates within the last month and we have not made any changes to fonts.
    When generating a PDF from FrameMaker, we always print the book to a postscript file first following these steps:
    - Go to File > Print Book.
    - Select the Adobe PDF printer.
    - Select the Print to File option and specify a .ps filename.
    - Select the Generate Acrobat Data option.
    - Use Acrobat Distiller to convert the PS file to PDF.
    Note that I also tried File > Save As PDF and got the same results.

    Did you reboot after the hotfix? fwiw, other users on the forum have had difficulty with the hotfix not being installed correctly the first time around.
    once you download the hotfix from MS you have to run the .exe, and then  when it’s finished you have to reboot. Then check the Add or  Remove programs in Control panel, and click the “show updates” button,  then scroll way down to see the hotfixes, to be sure that #952909 is  shown.
    What fonts are you using in your documents? Specific type (PS, TT, OTF) and any other info you have (foundry, etc).
    Do the "gaps" seem to occur when there are font changes in the document, e.g. when words in a sentence are bold or when a paragraph in a different weight (e.g. bold italic) follows, say, a "regular" text weight paragraph? As another test, can you highlight a segment of good+bad+good text in the PDF, do Control+c to copy it to the clipboard, then Control+v to paste it into a different file (Word, text editor, even another new FM document).  Do the words of the "missing" text segments show up?
    edit: the hotfix download process is a bit confusing; if I remember correctly it has to be requested, then MS sends a link to the download webpage, then the downloaded .exe has to be run.

  • Garbled text when creating hyperlinks

    I have a user who is creating hyperlinks in the Table of Contents of a 500 page PDF to pages within the PDF. After 10-15 hyperlinks, she gets strange characters and garbled text on some of the pages. If she saves and closes the document and reopens, she can go back to working but it will reoccur soon again. She is using Acrobat 9 Professional on Windows 7 Enterprise. She has the latest updates for Acrobat. Any thoughts?
    thanks

    Most of the document was converted from Microsoft Excel 2007 documents. The Table of Contents was converted from Microsoft Word 2007 document.

Maybe you are looking for

  • Itunes 12 keeps deleting all my whole library!!!

    OK so I bought a new computer and installed the newest version of itunes on to it. Every time I put my old library into the itunes program, get it all organised, put audiobooks in the right place, put music into the right artist folder, put movies in

  • "Taxes for SEZ" and "Opg Stock of Material for Non Valuated Project Stock"

    Hi Guru's, Need two clarifications specific to SEZ: a. When an SEZ unit buys any materials from a DTA unit, and if the supplier issues ARE1 form then there is no Excise duty charged on such purchase. Similarly VAT is also exempt and CST is exempt if

  • Event not getting triggered for a few users in production

    Hi Experts!! We have a workflow that gets triggered on the event REQUESTCREATED of BUS2089. In production, we see that for a few users the event is getting triggered and even the workflow is. But for a few users, the workflow is not getting triggered

  • New iPad not restoring

    I just got a replacement iPad2. Before I turned in the old one, I backed it up to iCloud and iTunes. Now when i restored it, not all of my apps are there. iBooks was one of the missing apps. I downloaded it again and all of my collection titles are t

  • Migrating from Windows to HP-UX or Linux documents?

    Hi all, Where can I find more info on how to migration an Oracle 8i database from Windows to HP-UX or another Unix platform? Sure, I could do a manual export/import job after setting up the new box but is there a better way? Are there guides availabl