Item Description change at marketing Document

Hi experts ,
I have a typical scenario . Let me describe in detail .
For example --
For Customer A -  Item A is called as Apple
For  Cusotmer B -  Item A is called as Banana
Similarly Customer C......D,E......
And user need that information at  marketing document .
My initial though that  when I do SO - I will change item description useing Ctrl +tab feature  and issue will be solved . But Typing  has created a lot of issue . So I need to make it automatic .
If I select customer A , Item A ....It identifies Item Description should be  populate  as Apple
Similiarly
If I select customer B , Item A ....It identifies Item Description should be  populate  as Banana
As of now , Apple  , Banana is not stored anywhere .. I can utilise UDF or UDT ....
Can you throw some light on this scenario ?
Thank you
Bishal

Hi Brother
Please try this
U can change the item code for every BP in Documents according to your need
Use the functionality of BP catalog  number
Inventory > Inventory management > BP catalog number
Here u can set catalog according to item per BP and also BP per item
For example u have 10 items that are named differently for 10 BP
First select the item tab select one of 10 item in header level
And all 10 BP in row level name them under BP catalog no.
After that do that for rest of nine item
When u want this functionally to work
Open the document  in which you want to change name according to BP
Like all sale doc or purchase doc .
In form setting in document  tab go to  general tab and check Display BP Catalog Number
Do the changes after selecting the item in document other wise only those item will appear for which u have given catalog No for that BP
Tell me if it does not work
I will help u out
Thanks
Avtar Singh Saini

Similar Messages

  • FMS for copying item group name to marketing document.

    Hi All
    I need a query to copy item group name when a user enters a item code in any marketing document.
    Thanks
    Bongani

    HI
    Try this, FMS(Formatted Search) Query.
    Create 1 UDF in Row Level on Marketing Documents.
    ->> Goto Tools(Top menu).
    ->> User-Defined Fields. -> Manage User Fields.
    ->> Open the Manage User Fields.
    ->> Clcik the Marketing Documents.
    ->> Select the Rows Line.
    ->> Click the Add button in buttom of right.
    ->> Add the UDF(Item Group Name).
    Assign the below FMS in UDF.
    ->> Administrator.
    ->> Reports. -> Query Generator.
    ->> Open the Query Generator and put the below Query and Execute the query then Save as the Query Manager.
    ->> Open the Document and put the BP code in header.
    ->> Select the Item Code in row level and Goto UDF then Click Shift + Alt + F2.
    ->> Select Search by Saved Query and Assign the FMS Query.
    ->> put the Tick mark the Autofresh and Select When Exiting Alert Columns(right side).
    ->> Select Autofresh - Item Code.
    SELECT T1.ItmsGrpNam FROM OITM T0  INNER JOIN OITB T1 ON T0.ItmsGrpCod = T1.ItmsGrpCod WHERE T0.ItemCode =$[$38.1.0]
    Regards,
    Madhan.

  • Item Description Change

    Hi All,
    Is it possible to change description of items at the transaction level in sales documents?
    Suppose there is a same item which needs to be sold with differenet names.
    Regards,
    Asap

    Hi,
    That is possible but the changes have to be made in Item master only. Instead of Item description, you can use the Item Details column to change or put the different values (description) for various transactions.
    Hope this will help you.
    Regards,
    Abhishek

  • Formatted search to update item description in Purchase order document

    Hello Everyone,
       Has anyone developed a formated search to update the item description field on the PO or SO document?  I need to change the  standard Item Description  based on the BP catalog number but cannot seem to get it to work.  I know to change it using the screens you need to enter CTRL+TAB to move from the field without triggering a lookup process but do not know how to do this in a formatted search.  Has anyone tried this?

    Hi,
    You may check this :
    BP Catalog Number in 8.8
    Thanks,
    Joseph

  • Formatted Search is not auto-refreshed when Item Description changes

    Hi all,
    I have a UDF "Packing Details" at Goods Receipt screen row level.
    My formatted search setting is the field should be auto-refreshed when Item No is changed.
    1) I press TAB at Item No and choose an Item, Packing Details UDF will auto-refresh. (No problem)
    2) However, if i press TAB at Item Description and choose an Item, Packing Details UDF will not auto-refresh. I need to press SHIFT+F2 to make packing details appear.
    I try the same setting at Goods Receipt PO, the Packing Details UDF will refresh automatically regardless i choose the item from Item No or Item Description.
    Is anyone face this problem before?
    Thanks.
    Regards,
    Lay Chin

    Thanks Gordon.
    I have told this to customer before, but they prefer to have 'Refresh' on both Item Code and Item Description.
    I think we have no choice but let the customer to choose either one, right?
    Thanks.
    Regards,
    Lay Chin

  • Order To Cash - AR Invoice Line Item description change

    Hi,
    I have a requirement of concatenating some value to the Invoice line - Item description in the AR Invoice created thought Auto Invoicing.
    Please could anyone tell me the best way of doing it.
    Thanks & Regards,
    Genoo

    Hi Luko,
    Thanks for your response.
    I noticed that Item Description is not a free text field in Sales Order Line..
    My requirement is that I have a value which needs to be concatenated to Item Description, when we interface the Order to Receivables through Auto Invoice program.
    Any possible ways please?
    Thanks,
    Genoo

  • Item description mixed up

    hi
    i have a strange problem. i see that there are two items which have their descriptions mixed up. the description comes up correctly on the sales order. however, they are interchanged on the delivery screen. it is interchanged in the picklist as well. why would this be?
    i tried to delete the item but that is not possible either. i have closed all the open transactions as well. is there no way to delete an item even if it has all transactions closed?
    hope someone can help.
    thanks

    Hello Prem,
    A change in the Item Master description does not affect the document once they are created.
    When you create the Sales Order..the description existing at that time is taken from the Item Master and stored in the dscription field on the Sales Order lines...the same will get copied to the delivery when you copy the Sales Order to Delivery..
    the Delivery does not pick any updated information from the Item Master.
    NOTE:  It is always possible to change the description in the marketing document.  When you change the name in the marketing document and PRESS CTRL+Tab...what you have changed is what will be in that document which could be completely different than the Master.
    There are many possibilities

  • Searching DI API Property for column text in marketing document

    Hi,
    I am searching the property for entering information into the column rdr1.text.
    I found the following information in the help file:
    ItemDetails Sets or returns the item details in the marketing document line.
    Field name: Text.
    Length: 16 characters.
    Text Returns the text property.
    Field name: text.
    Both properties are not working because the second one is a read only field.
    Thanks and Regards Chris

    Hello Chris,
    you may try the property "FreeText" of DocumentLines.
    Cheers,
    Roland
    PS.:
    You can switch on the system-information (CtrlShiftD).
    Then in the bottom of B1 the propertys of a form-field are shown on mouseover. This helps often to find the right keyword for the SDK-Help.
    In this case it shows the column name in DB: "FreeTxt"
    Edited by: Roland Toschek on Mar 10, 2009 3:07 PM

  • Changing Item Description in Sales document through programmatically.

    Hi
    How to change the sales document Item Description programmatically.  I have one customization form, this will open when ever the user tabbed out from Quantity column. In that user form , user might be change the item description. I want to replace the sales document item description with the new one. if i manually replace it , the standard Item CFL will be automatically popup.
    How can i resolve this?
    Regards
    Senthil

    Hi petr,
    Thanks for suggestion, I have already tried this, first of all i have change the Lines description and call the Ctrl+Tab functionality using sendkey method, but problem is after assigning the new description the system will open the CFL immediately.
    Thanks
    Senthil

  • Update existing marketing documents with price changes

    I am looking for a way to auto update sales order prices when the item price list changes. is this possible? I havent been able to find a way to change the price on an existing marketing document automatically.

    Gordon is correct, you need to do it manually.  However there is a quick and easy way to update a whole document in one hit...
    Open the document, hit form settings, change the price list to a different one, hit OK, it will then ask if you want to update, it doesn't really matter if you say yes or no at this stage.  Then go back into form settings, change the price list back again, hit OK and this time when it asks you if you want to update, make sure you say yes.
    This will update the document pricing to reflect the current pricing in the price list you have selected.

  • Item description not getting updated when material description is changed

    Hi,
    In a contract, line item description gets copied from material master. However, when material master is updated line item description does not get updated in a transaction. Is there a way to update this?
    Thanks,
    Deepak

    Hi Deepak,
    Line item description is not changed as when you enter the material in order and save, description is saved in table CRMD_ORDERADM_I along with other details. now if you change the material master description it is pretty obvious that CRMD_ORDERADM_I contents will not automatiically change. if you enter the same material again in order as new line item system will read from material master whereas for existing line items will be read from CRMD_ORDERADM_I . you can change the description using FM CRM_ORDERADM_I_MAINTAIN_OW
    i hope it clarify your concern.
    Thanks
    sudhir grover

  • Change Item Quantity in the Billing Document ( Proforma Invoice )

    Hi,
    There is a requirement from the client to change the quantity at item level in the billing document ( Order based Proforma Invoice ) after it is saved.
    As SAP does not allow to change in the VF02 transaction, Please let me how to change quantity at the item level of the billing document.
    Please let us know if we need to use any user exit or any other system modification.
    Regards
    V R Reddy

    Hi Venkat Rama Reddy
    First of all Welcome to SDN forum
    Now coming to your query , your requirement cannot be fulfilled  as standard SAP doesn't .Because ,First of all at billing level you cant change the item quantity , then in VF02 it is not possible.But if your clients requirement is to change the item quantity in VF02 , then first of all do VF11->VL09->VL02N and here you can change the picking quantity and then do the billing ,as once if you change the picking quantity then at billing item  level also the item quantity will change
    Check with the following user-exit  USEREXIT_SAVE_DOCUMENT_PREPARE. Here with the help of the Technical consultant include the requirement that after saving the billing document we can change the item quantity
    But it is not suggestible to change the item quantity at billing level . As once you save the billing document , an accounting document will be getting created.
    Regards
    Srinath

  • Change Purchase Requisition Document Type when item category is D

    Hi experts,
    i have problem, when i put servis number in to the servis line i havent change Purchase Requisition Document Type. Account
    Assignment Category is K and Item Category is D. It is standard of Purchase Requisition? When i set that i can change document type when item category is D.
    When i putting only material i can change Purchase Requisition Document.
    Thx for your answer.
    Laco

    Hi,
    One thing please note that once you select the document type and draft the PR and save the PR, you will  get the doc number.
    Once you get the document number you cannot change the PR document type .
    The reason is document type is linked with number range so it cannot be changed because different seriers of document number is assined to differentdocument type. 
    And moreover document type is linked with the screen settings also. So I would request you to check the settings for each doc. type

  • Change Item Description in Purchase Requisition

    Hi,
    Purchase requisition is created automatically from the maintenance order in IW31.
    Here the requirement is to change the item description (Short Text) in the purchase requisition.
    In ME52N when I tried to manually change, the item text is greyed out.If at all we have to change the item description what is the procedure.
    Please suggest.
    Regards
    Kishore

    Hi,
    You cant change this Text in ME52N, for this you need to change the description of operation in IW32. PR  take default text form  IW32 component tab page so you can change this text same will reflected to you PR.
    Regards,
    Ashish

  • Filtering Item, Customer and Supplier data on Marketing Documents

    My client has 7 franchises under one umbrella, so as their item, customer and vendor masters will be at one place in SBO. But their requirement is when specific franchise person work on marketing documents, could only be able to access its respective master data in LOV's. I filtered it through formatted search and filtering in LOV's as well but he/she can access others master data. Can anybody tell me any workaround for it?
    Thanks & regards

    Hi there!
    I am exactly in the same situation. Did you get some answers or did you find any solution about the filtering data and marketing documents?
    I try to filter some data like BP (OCRD), Sales Marketing documents & Opportunities by using the SlpCode from the OSLP table.
    I have to do as well a link between the login used and the slpcode.
    I have to do a global like by using the table OUSR (user) (link between login and slpcode).
    Any advice?
    Best regards,
    Sébastien

Maybe you are looking for