Transfer of Service master short text  from PR to PO

Hi All,
We have a scenario where we use Generic service number to order one time services. Based on the requirement we keep on changing the short text (description) of the service master in PO or Purchasing requisition. The issue is - Short text on generic service master is changed in PR but it is keep on reverting to original short text as in service master while converting PR to PO. . 
For Example :
Service master - Code - 100001 - Description - "Generic Corp Miscellaneous Services"
I created a PR, included service no 100001 and changed the description of short text to - "Fixing tiles at foyer". Now when I converted PR to Purchase order service description should transfer to PO. But it is showing as 'Generic Corp Miscellaneous Services'. After investigation I found it is coming from the Contract that is linked with the PR as source of supply. And if I removed the Contract from the source of supply short text transfers from PR to PO. So Contract get precedence over PR.
The requirement is - short text of service master should transfer from PR even when source of supply is Contract. It means always transfer short text from PR to PO not from contract. Is there any user exit/ config or change to ABAP code is required.
Any help is greatly appreciated.

Hi
If you have document management system active in your system and if it the document type of documnet (which you created in CV01N) has link object PO and PR. Surely it will be transafred from PO to PR. But if you have added document in service object in Me52N then it will never go to PO automatically.
Thanks and Regards
Antony

Similar Messages

  • How to get the service master long text from the AC03

    Hi All,
    we are using the FM READ_TEXT  to read the long text for service master  which is maintained in AC03 ,Please can any one suggest me how to do the same.
    Get long description
    CALL FUNCTION 'READ_TEXT'
        EXPORTING
          id                            = LTXT
          language                = EN
          name                    =  '003000124'
          object                  = 'ASMD'
        TABLES
          lines                   = litab_line
        EXCEPTIONS
          id                      = 1
          language                = 2
          name                    = 3
          not_found               = 4
          object                  = 5
          reference_check         = 6
          wrong_access_to_archive = 7
          OTHERS                  = 8.
    Regards
    cb

    Hello
    Try this:
    CALL FUNCTION 'READ_TEXT'
        EXPORTING
          id                            = 'LTXT' " <- '' missed
          language                = 'EN' " <- '' missed
          name                    =  '000000000003000124' " <- 18 symbols must be here
          object                  = 'ASMD'
        TABLES
          lines                   = litab_line
        EXCEPTIONS
          id                      = 1
          language                = 2
          name                    = 3
          not_found               = 4
          object                  = 5
          reference_check         = 6
          wrong_access_to_archive = 7
          OTHERS                  = 8.

  • Service entry short text needs to default in MIGO item text

    Dear SAP Gurus,
    How service entry short text can be default in MIGO item text,
    currently system is defaulting service text in Text filed in MIGO(MSEG - SGTXT )
    can any body let us know.
    Thanks in advance
    Vinod
    Edited by: Vinod Malagi on May 25, 2009 1:58 PM

    Hi Chakrapani,
    The functionality i am awere, in that while passing service entry sheet both service number and backend MIGO transaction will be called for MIGO transaction the service text from the service entry sheet needs to populate in MIGO text ,
    but the standard functionality is defaulting from item service text
    please suggest the same.
    VInod

  • Service master Long text need to upload

    Dear Expert
    Service master Long text need to upload
    I have entered in LSMW direct method object '0001'& method '0001' program name '/SAPDMC/SAP_LSMW_IMPORT_TEXTS'
    and
    object "ASMD"
    ID "LTXT"   
    TEXTFORMAT '*'
    still shows error as invalid text object (check table TTXOB) how to rectify that?
    Regards
    karan

    Problem solved.
    thanks for your valuable answer
    ASMD
    LTXT  were I entered in small character. I changed that into caps, it become solved.
    my final doubt is..?
    text length will be for how much? and from where we can find the length
    Regards
    Baskaran

  • Short text from a sales order not pulling through to a STO

    Hi,
    Does anyone have any idea why the short text from a sales order would pull correctly into a purchase requisition, but when this PR is converted to a PO then the short text in the PO reverts to that in the material master?
    Thanks in advance.
    jj

    Hi,
    IN ECC 6.0 EHP 4, it gets copied from PR to PO but not in lower versions.
    Hence you can achieve the same using some PO BADI's or through enhancement spots.
    Thanks & Regards,

  • Tracking of Service master LONG TEXT changes

    Hi ,
    I know we have functionality to track changes made in a Service master thru Change Documents .... but it doesn't show the changes made in SERVICE MASTER long text.
    How can we see those changes ?
    Regards
    shrey

    Changes to long text are not stored in CDHDR/CDPOS tables.
    You can only see that there was a change, but not what was changed in detail.

  • How to Load Master Data Text  from Multiple Source Systems

    Situation:  Loading vendor master (text) from two systems.  Some of the vendor keys/number are the same and so is the description.  I understand that if I was loading Attributes, I could create another attribute such a source system id and compound it to 0Vendor.  However, I don't believe you can do the same when loading text. 
    Question:  So, how can I load duplicate vendor keys and description into BW using the *_TEXT datasource so they do not overwrite?
    Thanks!

    Hi,
    Don't doubt, it'll work!
    Sys ID as compound to 0Vendor.
    If you doubt about predefined structure of the *_TEXT datasource and direct infosource, then use a flexible infosource. Maybe you'll have to derive the sys ID in a routine or a formula.
    Best regards,
    Eugene

  • Short text from notification not to be copied in maintenance order

    Hi
    My user requirement is that when a notification is created , the short text of notification is NOT TO BE COPIED IN work order as short text and first operation of work order.
    Any one have any idea .

    Hello,
    Please follow below SPRO path
    Plant Maintenance and Customer Service>Maintenance and Service Processing>Maintenance and Service Orders>Functions and Settings for Order Types>Define Notification- and Order Integration
    Put the required order Type and Notification type together in this Configuration and for Coloumn Enhanced Object List
    selectOption>Assignment of operations to object list entries inactive
    (The enhanced functions for the object list are inactive. That means, an assignment of the operations of the order to entries in the object list is not possible.)
    Regards,
    Rakesh

  • Service master Long Text Deletion

    Hi All,
    In AC02 when i am trying to delete the long text maintained for service master using the "Delete long text", system is giving error TD600: Text XXXXX( Service Numbaer) ID LTXT language EN not found".
    We are using ECC 6.0. Any idea why this is happening?
    PRegards,
    Prashant

    Hi Ramakrishna,
    Thanks for the reply.
    I have checked the settings and both the settings are maintained for both texts. But the problem persists. If you have ecc 6.0 available, can you check if you are  getting  the same error.
    Prashant

  • Service Master language

    Hi,
    How to change the service master short text? for exmple italian to english
    Thanks,
    senthil S

    Hi,
    Please check AC03 t-code.
    At the time of service master creation Language field is available.
    With help of this you can change language.
    Regards,
    Mahesh Wagh

  • Service Short Text is not copied creating Req w.r.t Contract

    Hi,
    When I try to create a req service item with reference to a contract, short text (TXZ01) is not copied from contract to req. The field is open for input and I have to input manually, or I'll get error ME083.
    Is here a way to copy short text from contract to req automatically?
    Thank you!
    Regards,
    Jully

    Hi,
    it could be due to an active user exit like EXIT_SAPLMEREQ_005 or EXIT_SAPLMEQR_001.
    Please check your exits.
    Regards,
    Edit

  • Loading Master data :Text for  0GL_ACCOUNTT

    Hi,
    I am trying to load master data text from BW 3.5 system to BI 7.0 through Export data source. The data transfer is terminated with the following error meassage.
    'In the source system, there is no transfer structure available for
    InfoSource 80GL_ACCOUNTT .'
    I have selected the check box in the Infoobject Characteristic with the export data source and then replicated the data source in  BI 7.0.
    Please provide me with suitable solution.

    Hello Richa,
    Last week I have a problem similar, try to generate 80GL_ACCOUNTT  in BI 7.0 first, right clikc in infosource  (0GL_ACCOUNTT)  -> Generate Export Datasource.
    Hope its help..

  • Service Master for Maintenance

    Hi MM Consultants
    My client wants to know SAP Ability to record the reasons for the change of maintenance venor for the asset in creating service PO.
    for eg for an asset in AMC i choose a particular vendor for creating service PO and latter change the vendor i need to
    1. Track the vendor changes.
    2. Also need to know what master datas a service master can handle from asset maintenance point of view such as asset details, details of maintenance services etc..
    Please Help
    Thanks
    Jeyashankar

    HI all
    Thanks for reply i wanted to make it clear
    I have a equipment for eg a Fork lift and i am giving AMC to a Vendor X and i am not satisfied  by their service and changing the AMC to another vendor Y.
    Where can i track in the service master or service PO for that equipment that the reason for change in vendor for that asset.
    Thanks
    Jeyashankar

  • Master data text deletion-urgent pls

    Hello
    Is there any other way to delete the master data text from the text table other than deleting from SE11 or SE16?
    the delete option is greyed out in SE16 and SE11.
    Is there any other way to delete the entries without affecting other objects?
    Regards
    Sri
    Points will be assigned

    Hello
    I have no authorization to SE14,SE16,SE11.
    This is the problem i face.
    Also as lakshman said when i delete the entry or record from
    Master data text it asks how to delete with or with out sids.
    Iam afraiding to delete because of data volume of transaction data.
    Suggestins please.
    Thanks for the helps

  • Error at PO when copying Short Text Service from Model Serv Specification

    Dear Gurus,
    I maintained a couple of short text services (No Service Master, No Service Number) under a specific Model Service Specification. I maintained the Price(Condition Type = PRS) for these short text services. However, I'm hitting a problem when I'm copying these services over from this MSS to a PO. For those short text services at the MSS which I maintained the Price(Condition Type = PRS), when I copy them over at the PO, SAP will prompt me to put in a price (even though I have maintained the price at the MSS). However, even after entering a price and pressing enter, I get the following error -> Not possible to determine net value Message no. SE377. I cannot save the PO
    Note*: For those short text services whereby I didnt maintain the Price(Condition Type = PRS), everything is fine when I copy it over and put in the price. I can save the PO
    Please advise.

    It has to do with your customising. Please test the same with using the standard pricing schema MS0000.
    Please kindly refer to the below notes as well to solve your problem:
    25357 MM-SRV: Error in the case of service conditions              
    27024   MM-SRV: Setting up components (services)              
    584997  Maximum 11 places with prices at services   
    and check the settings of the condition types in the customizing      
    in Maintain Conditions for Services according to the notes        
    456690 / question 1, 25357.     
    Regards,
    Edit

Maybe you are looking for

  • AP Payment to Generl Ledger (11i)

    Dear All, if I know the payment number and the payment has been transfered to general ledger, How can I get the journal batch name and journal name of the payment journal? Could someone comment? Thanks & Best Regards, Jerome

  • How to Copy Cost Estimate from Quotation to Sales Order in MTO Scenario

    Hi, We are working on a MTO scenario- Sales order Costing with Valuated Stock. And our case we are creating the Cost Estimate at the time of Quotation using PP qty structure. Now we wan to transfer the cost estimate to Sales Order as we don't want to

  • Can anyone help me make sense of bootpd's log entries?

    Up until recently we (at work) had a file server running Linux as our DHCP/DNS server. Once we purchased the Mac and OS X Server however, we started transitioning services over. The last service to be moved over was DHCP, because every time I tried t

  • Can I use InDesign Ver 3.0 and the PM plug in pack with Vista?

    I am a long time Pagemaker user and am still using PM6.5   I needed a new computer and of course, it is the Vista OS.  I have an original version of InDesign CS (Ver 3.0) with the Pagemaker plug in pack.  I never learned to use it cause I was so used

  • EMail report in HTML format in Background

    Hi all, We have a report which sends the output in HTML format to the internet email address. We use the function module SO_NEW_DOCUMENT_ATT_SEND_API1 for doing this. When we are executing this in foreground the entire output is available in the HTML