Create Language specific text for Service MAster

Hi All,
Can Someone help me to maintain language dependent text for Service Master. I need to maintain it for different languages.
Regards,
Smita

Hi,
I assume you want to create long text . Do you want to mass upload ? If yes, you can use OMQ3 for mass upload.
File format below. The program documentation has more information.
/HTEXT
/:OBJECT ASMD
/:NAME I.900412
/:ID LTXT
/:LANGUAGE I
/:FORM SYSTEM
/:STYLE SYSTEM
/:FIRST-USER xxxxx
/:FIRST-DATE 05 29 2010
/:FIRST-TIME 8 30 0
/:TITLE 'Long Text upload for Service master'
/M
Operaio  3°/2° livello in orario notturno del Sabato e giorni festivi dalle ore 22:00 alle ore 06:00
Hope this helps.
Cheers !

Similar Messages

  • Local contract for service master doesn't picked in PDP

    Dear Experts,
    We are on SRM 7.0 and in using PDP Scenario. Having created a local contract for service master which is released and acting as a source of supply when creating the shopping cart for the service master, however when purchase requisition is being transferred to the SRM system agains the same service master the shopping cart in available in the sourcing cockpit instead of picking the existing contract. Set the option as "sourcing carried without source of supply" , however this scenario works well for material master but not for service master, please advise me on this fix or any limitation in this version.
    Thanks and Regards,
    Venkata Koppisetti.

    Wrong assignment of P org with P grp is the route cause, found the error and rectified which is working fine.
    Thanks and Regards,
    Venkata Koppisetti.

  • Uploading sales text and Purchase order text for material master

    Hi,
      I have created, material master with LSMW  byt not updated SALES TEXT and Purchase order text with LSMW  now i want to uplaod the sales and po text for material master can you give some link or ref. code to upload the text i have near 1000 items for which i want to uplaod text  when i have done the recording with SHDB  i have not found filed in recording.
    regards,
      zafar

    Hi,
    I have made the code in se38
    as below but still it is not working
    REPORT  ZTEST_TEXT.
      data: headerl like thead occurs 0 with header line.
      data itab3 like tline occurs 0 with header line.
    headerl-tdobject = 'MATERIAL'.
    headerl-tdname = '00000000000LSMW123'.          "(Material : 000000000300000560, Sorg : 0001, Dist channel: 01)
    headerl-tdid  = 'BEST'.
    headerl-tdspras = 'E'.
    append headerl.
    move '*' to itab3-tdformat.
    move 'Testing PO text' to itab3-tdline.
    append itab3.
    call function 'SAVE_TEXT'
      exporting
        header                = headerl
      insert                = ' '
       savemode_direct       = ' '
      tables
        lines                 = itab3
    exceptions
       id                    = 1
       language              = 2
       name                  = 3
       object                = 4
       others                = 5.
       IF SY-SUBRC = 0.
         CALL FUNCTION 'COMMIT_TEXT'
           EXPORTING
                OBJECT   = headerl-tdobject
                NAME     = headerl-tdname.
       ENDIF.
       break-point.
    regards,
    zafar

  • How do I surface language specific texts in Integrated ITS?

    Hello all,
    I'm new to both stand alone and integrated ITS and am researching the upgrade process. In our stand alone templates we used htrc files with our html templates to show language specific texts.
    Example.
    html template code for a field label
    `if (i==2) DETAIL-FLABEL[2]= #KAFN end`
    htrc name value pair
    z_pz01_en.htrc
    KAFN     Known As First Name
    z_pz01_de.htrc
    KAFN     Bekannt unter dem Vornamen
    I see no hint that htrc's can be used in integrated and am not seeing anything in the way of resource based language texts in integrated. I think I've hit every document out there yet, I have a feeling I'm missing something obvious. Your help is appreciated.
    Doug

    Edgar,
    Thanks so much for the detail!
    I have run through the steps for manual creation of translations as well as SIAC_UPLOAD of htrc files and have it working and documented. I will add a few more findings here for others who find this post later.
    Some of our old htrc files had duplicate keys (probably from original German version). In stand alone ITS the last key in the file was used so this didn't matter. In integrated ITS this matters for 2 reasons.
    1 Uploading/Converting htrc files having logged in in English will cause failures if any of the text being entered in the service parameters has characters that arent consistent with the codepage being used for EN. (Ex. back Azureück). Clean up htrc files to use only the language they should contain.
    2 Stand alone ITS was forgiving of htrc files containing duplicate keys. Integrated ITS is not. Remove all duplicate keys.
    3. This one is obvious but... if  parameters have already been entered in another language you may be prompted to confirm you are changing language and there are several prompts along the way. As these prompts will appear in the logon language itu2019s important to eitheru2026
    a. Be fluent in all supported languages , oru2026
    b. Memorize button and menu positions.
    I do have one additional question.
    Our old stand alone setup had an alternate corporate "APCI" design that we used...
    File system view -
    hostDEV_WWWmimesdesigns"apci"webgui as opposed to the out of box
    hostDEV_WWWmimesdesignssap_streamlinewebgui I suppose.
    I believe this was then referenced in the global services file ~DESIGN="APCI"
    I'm starting research to understand if there is an analog to this in the integrated webgui service or precisely what I have to do to accomplish alternate styles for webgui and our Z_services.
    Thanks again, points on the way, If I could award more I would.
    Doug

  • Number range for service master record

    Hi..
    i have an issue in number ranges for service master record.
    when i create a service master record system is generating number ramdomly, its not in series..
    where do i make the settings so that i will get service master number ranges in series...
    Regards
    Sarfraz

    Hi,
    Follow the path:
    SPRO ->Material Management -> External Service Management ->  Service master ->  Define Number Range
    In menu ->Group-> maination->Aagian Group-> Insert
    Now Enter
    Number  Range  Group Text     01( example)
    From Number      80000000
    To Number     89999999
    & save.
    Regards,
    Biju K
    Edited by: Bijay Kumar Barik on Apr 4, 2008 8:45 AM

  • Mass Change for Service master

    Dear Experts,
    I've tried to do Mass change for service master.. in transaction MASS, i couldnot able to find the object for service master there..
    Is there any possiblity to do mass change for Service Master
    thanks

    Hi,
    I have tried ur scenario. Mass change for service master was possible using the TCode: MASS. But if u go to the Tcode:MASS, system asks object type. object type for service is not available in the match code/input help(F4).
    At any time, if u want to know the object type for any transaction , goto the Tcode: SW02.(path: SAP Easy access: SAP Menu->tools-> ABAP work bench->overview->business object overview( SW02).
    click on materials mgmt.-> external services mgmt.-> service master ( in the tree list).
    Object type for service master: BUS1005
    this business object is useful for list display for service master records(get list), read detail data for a service master record, create& change service, display object, check existance of object.
    object type for attributes in service master: IFSAP
    reference table: ASMD
    goto SW02, to find object type for any transaction.
    i think this information is very useful to u.
    reward me according to ur uasge of this information.

  • Language specific text in 0ANALYSIS_PATTERN after sp8

    Hello SDN,
    After the application of sp8, we encounter a problem when we execute queries directly from the query designer (using standard template 0ANALYSIS_PATTERN). The buttons on the second row (under the query name) have the following text:
    'Taalspecifieke text bestaat niet: TYPE=REP KEY1=SAPLRRSV KEY2=757 LANG='
    translated:
    'Language specific text does not exist: TYPE=REP KEY1=SAPLRRSV KEY2=757 LANG='
    The login is in Dutch. Before sp8 (with sp7), we didn't have a problem. I've alreade re-actived 0ANALYSIS_PATTERN from the business content, without results. Does anyone have a  solution for or experience the same problems?
    Greetz,
    Daniel

    Ben,
    Is it possible you did something else to solve this problem. We are still encountering it and SAP has been unable to identify any issues yet.
    I have installed Front end path 801 and 802. And this problem is still occuring.
    It doesnt seem to be front related though. I was just wondering if there is something you did as well that might have contributed to correcting this issue after installing SP8.
    Thanks

  • Error: Create customer specific areas with services

    Hi Experts,
    I am facing problem while creating customer specific areas with services. We have a development for Appraisals and trying to make it work via ESS.
    I have defined resource for area page, defined area, assigned area to an area group page.
    Still the Area is not displaying on Area page.
    Please let me know as to where I have gone wrong.
    Thanks!

    You need to create your workset, and check the URL in PCD of the Iview

  • Creating a output type for service PO

    Dear All,
               I want to create a Output type for Service PO, Can any one tell me step by step process.
    Regards,
    Thanuskodi T.

    Hi Antony,
    I have maintained the same access sequence i.e. 0001 and also the combination for condition control in MN04 is maintained same i.e. Document type as maintained in NEU and same for ZNEU.
    Still I am not getting automatically, though while putting manually in Message in PO, it's picking perfectly and doing fine for rest of the cycle.
    Pl help.
    Regards,
    Jyoti Bhusha Sharma

  • Language Dependent Text for Web Templates

    Hi All,
    I have a text item in a Web Template and have used a language dependent text for its caption ( which is stored in a table).
    The problem is that if i transport this Templates to an another environment, the language texts are not transported automatically.
    Can you please let me know the table where this information of language dependent text is stored. I think I will also have to transport all the entries of the language dependent table.
    Thanks in advance and I will definitely reward points for helpfull answers.
    Regards,
    Vivek

    Hi Guys,
    Found the solution. The table name is RSBEXTEXTS.
    Thanks,
    vivek

  • Field selection for Service Master

    Hi
    is it possible to differentiate the field settings based on the service category, i want to make few fields optional.
    Thanks
    Ankit

    Hello Ankit ,
    Please go into Transaction SPRO -> SAP Reference IMG -> Materials Management -> External Services Management ->
    Service Master -> Field Display for Service Master -> Define Field Selection for Service Master ( Individual Maintenance ).
    Click on the "Influencing" button. This is where you should be able to make the changes to each field for all of your Service Categories.
    I hope this information has been helpful.
    Best Regards,
    Frank

  • ACCESS  SEQUENCE FOR SERVICE MASTER

    HELLO EXPERTS,
    For service master, for the standard access  sequence 0010 for table 81 (contact condition at plant level), there are three field
    named as.
    1. package number
    2. internal line number
    3. plant
    So can anybody tell me where is the field package number and internal line field in a contact or anywhere else.
    How we relate to our pricing procedure.
    again for access sequence 0010 for table 95 and 96 there is a field named as activity number. So what is that field exactly ??
    again how does it control pricing procedure?
    Plz reply me soon.
    Regards.
    Raghu

    Hai
    these we can find in the condition records of the service
    the table is KOMG and the field name for package is KONT_PACK  and for internal number is KONT_ZEILE
    regards
    lakshmi

  • Turning off the text for a master data object

    What happens if we turn off the texts for a master data object?  (In RSA1, under info objects - double click on info object and go to Master data/texts tab and untick the 'with texts' box).  Are there any risks in doing this?  Has anyone performed this and run into any issues?  Thanks

    Hi,
    There are no issues in turning off the texts, but if its an object that requires description in the report, say material, plant etc, then you won't have that available as the texts are disabled and not loaded.
    Cheers,
    Kedar

  • User exist to create custom error messge for service entry sheet

    Hi,
    Can any body tell me any user exist to create custom error messge for service entry sheet?
    Thanks,

    Hi
    Can you please elaborate on the business scenario??
    You may look at EXIT_SAPLMLSR_020 or EXIT_SAPLMLSR_021 for this purpose.
    Regards
    Prasad

  • Creating Text for Customer Master

    There are custom Text id and description (eg.  ZAFF 'Affiliate Note') to be created for each type of customer(Sold-to, Ship-to,Bill-to,Payer).
    I am working on a inbound interface using custom function module, which is customized from IDOC_INPUT_DEBITOR. When the new customer will be created in SAP, how to create these text for each type of customer?
    Any suggession will be helpful.
    Revert back if you have any doubts.

    You can do this in the user exit for that customer based on the partner type by fetching the entry from Partner table like VBPA .
    check the entry from here for the customer and based on the partner condition like SH BP PY SO u can populate the text .
    you have to do this in teh user exit of that Inbound IDOC.
    regards,
    vijay

Maybe you are looking for

  • IPod Nano 3rd generation error -50

    When attempting to sync photos into iPod Nano , unexpected error -50 occurs, and is unable. We have latest version of iTunes 8.2 (23). What do we do??

  • Read a text file

    I have a text file such that 0 jones 1 0 helen 2 1 cat 3 1 dog 4 1 cow 5 2 snake 6 2 ant 7 if I press 2 (this 2 belongs to helen) I should have snake and ant please help me it is so important

  • Summarize total for Row items in pivot table

    Hi, I have a certain number of row items and few fact columns. 2 of the row items are level based measures that will summarize on other conditions so I cannot have them in the Fact section. But for these 2 row items (in the Rows section) I want them

  • Problems in Discoverer Grand Total

    Hi, I have a problem regarding group total in discoverer. I have two calculated columns suppose A and B and theier group totals at bottom. Now I have another column C which is B/A. The problem is grand total of C gives the totals of row values for C.

  • Merging two projects in RH 10

    I have recently started using RH 10 (was on 7 for a long time).  I had a request that users wanted to combine two robohelp files into one.  (We have a Front Counter Manual and a Systems Manual.  They would like to combine them into one project). Is t