ECC 6. 0 - How to include translations into a change requests

Hello everybody,
we are developing in ECC 6.0 and we are experiencing the following problem: when mantaining the text elements of custom programs into the required languages, the system doesn't ask to type in or create any change request. It just saves the traslations.
We would like to be asked to create a new change request so that we will be able to transport the translations into the other environments...
does anybody knows how to activate this funcionality?
thanks
Regards
Marco

Try going thru this link and see if it helps:
http://help.sap.com/saphelp_nw04/helpdata/en/d4/73c33e3a443907e10000000a114084/content.htm

Similar Messages

  • Translations into a transport request

    Hi all,
    The question has been asked before here at this forum, but I haven't found a satisfacory answer yet.
    I have to change the translations of some smartform texts using se63. After having made the changes, I am not forced to add the changes into a change request.
    How do I move these changes into a change reuest? We are on 4.6C and the report RS_LXE_RECORD_TORDER or transaction SLXT are unknown. I did not change the smartform, only the translations.
    Thanks,
    Bertus

    Hi Bertus,
    Use sa38 and execute the function RS_LXE_RECORD_TORDER.
    Choose the Target Language (you will need one for each language)
    Choose Workbench Request (it will create automaticaly)
    in Filter Tab
    Object Type : SFF
    Object Processor: <your username>
    and Execute (F8)
    Select from the list what you need to put in the Order.
    ./msr

  • How to include Logo created to transport request?

    Hi guys,
    How to include Logo created to transport request?
    I have created a logo via se78 and i want to incldue in the transport. How?
    Thanks!

    Hi,
    In Se78 select the logo and click on the truck button..then it will prompt for TR..
    Regards,
    Omkaram.

  • In Microsoft Service Manager how can I Identify that one Change Request is backed out or not.

    In Microsoft Service Manager how can I Identify that one Change Request is backed out or not.

    Hi,
    It seems that he means "Not Approved"
    Cheers,
    Marat
    Site: www.scutils.com  Twitter: LinkedIn:
    Graveyard:

  • Individual entries cannot be put into the change request (message SV141)

    Hi,
    I am trying to save an activity that I have created for SOP (Production>SOP>Function>Mass Processing>Define Activities).
    When I click on the IMG node, I get the following message:
    "Individual entries cannot be put into the change request
    Message no. SV141
    Diagnosis
    For technical reasons, the entries cannot be fully specified in the change request. There are two possible reasons for this:
    1. The key of an entry is longer than 120 characters. All entries whose keys match up to character 119, are then copied into the change request, rather than an individual entry.
    2. The key of an entry contains fields of special data types, for example, packed numbers. The key can only be specified in the change request up to the first such field from the left.
    all entries whose keys match up to character 12 are copied into the change request, rather than a single entry.
    System Response
    The selected entry is copied into the change request correctly, but other entries may be copied as well."
    Can anyone explain why and if I have to do something to ensure it is captured in the CTS?
    Thanks,
    Lars

  • How to include components into mxml file?

    I have an mxml file with multiple states and it is getting
    quite large. I would like to divide these states into their own
    components. How can i include these into the mxml file?
    Thanks!

    I couldn't be happier that you asked this question and if you
    don't mind I'd like to extend on it a touch since it directly
    relates to my topic.
    I am right with Dr. Goomba (Great name) when it comes to
    filesize of a single application.
    The flash player has always been a big proponent of small
    file size and fast dowloads to ensure our users have a pleasant
    experience in our applications. I have been going through the
    documentation tirelessly and the only mention I really see as a
    supporter of that theory is "RSL" documentation which, believe it
    or not, actually advises against them unless you are using them
    across multiple apps.
    So, my question is a tack on to Dr. Goomba (Answer his first,
    this is just a supporter):
    Has Flex 2 moved us away from fast delivery? I have an
    application already up to 300k that could easily reach the 700k
    range (I think, based on my total progress so far) - It doesn't
    seem to me that the focus is still on loading things in parts like
    the MX 2004 RIA days.

  • How to include ehp4 into ecc60 upgrade

    Hi ,
    I have a question about EHP4 and upgrade.
    I have SAP R/3 4.7 win/sql 64bit and i want to include EHP4 into the upgrade.
    I have downloaded EHP4 stack from MOPZ .
    Is during the prepare that sap ask me to include EHP4 : so if i answer yes what will appen ? prepare search for the xml file and bind the EHP4 in the same way of the sap pathc  (BINDPATH)?
    Is r3up that automatically include EHP4 into the upgrade during downtime or ,at the finish of r3p, i have to run the
    ehpi installer and do SPDD and SPAU more than one time ?
    Thanks a lot for the answer !!!!

    Hi,
    You can do the upgrade untill ECC 6.0 EHP4 in one step, just download the files or put an order with SAP so they can send you the media. There is a set for upgrade specifically for this. If you wanted to upgrade to ECC 6.0 EHP1, EHP2 or EHP3 then you need to do it in two steps but in your scenario only one step is necesary.
    By the way now you will use SAPup, not R3up like before
    Regards,

  • How to include images into a servlet

    Hi guys,
    I found out that I can't include both the "setContentType("image/gif")" and the "setContentType("text/html")" in a servlet. I've tried different methods, but I can't get it right.
    Could anyone tell how to do that...?
    Thanks...

    I beg your pardon? You want to send text and image in the same response? Can't be done. If you go and look at pretty much any HTML page on the web you will see how to include images in HTML.

  • How to place a ABAP report program into a Change Request?

    I used to create an ABAP4 report program, but maybe when I created it, I created it as local or $TMP that there is no any Change Request related to this program.  Now I want to transport this program from Development to Test, how would create a Change Request that includes this program?
    Thanks in advance!

    Kevin,
    Generally objects saved in a local package are not transported. You should always assign those objects to a change request and a developemnt class or package.
    Copy your program in to a new program and assign that new program to a CTS and a package. Then you always can rename the new program name to the old programs name once after deleting the old program.
    Thanks

  • How to fetch data for the Change Request in PROCESS_EVENT

    Hi All,
    I need to write some custom logic on Save/Submit button. For this I am planning to enhance the PROCESS_EVENT method of class CL_USMD_CR_MASTER. Within this method I need to access runtime data of the change request currently being processed.
    I am going to create a post-method exit for this PROCESS_EVENT method. Is this correct?
    I have heard we have APIs in MDG which can be used to fetch data, however I do not know how to use the same.
    Can someone please help me with sample code how to fetch the runtime data of the Change Request
    Thanks in advance.
    Regards,
    Vanessa

    What MDG domain are you working on? What you are trying to do is called "reuse mode" enhancement and you do NOT want to tinker with the FPM feeder classes in this case. SCN document Configuration and Enhancement of SAP Master Data Governance contains many examples on how to achieve this.
    This is a how-to document for MDG-M reuse mode enhancement: Extend MDG-M Data Model by a New Entity Type (Reuse Option)
    This is a how-to document for MDG-C/S reuse mode enhancement: SAP How-To Guide: Extend the MDG Business Partner - Node Extension (Reuse Option)
    Keep in mind, these examples are mainly for additional "master data" fields. If you need additional fields that are not master data but are more related to the Change Request itself, you should use this how-to document: Enhancement of the User Interface Building Block for Change Requests
    Again, all of these documents can be found on the first document I referenced above. I suggest that you bookmark it.

  • SE80 Repository Browser - consolidates work into 1 change request??

    Hi all,
    Heres my problem:
    I am in SE80 Repository Browser editing a program, call it P1.  On first time saving I get prompted for a change request.  Still in SE80 I now switch to another program, call it P2.  I make changes to P2 for the first time and save.  I am not prompted for a change request.  The object P2 is placed in the first change request with P1.  I wanted P1 and P2 to be in different requests.
    This never happened before in 46C.  I used to always get prompted for a change request.  We are now using ECC 6.0 so I am wondering, is this something new?  I looked in settings to see if there was an option for this but I didn't find anything.  I know SPAU can work this way but it has an option to turn it off. 
    Any information would be appreciated.  Thanks

    Mark,
    Using SE09/SE10 you can move your objects to different change requests.
    this will solve your temporary problem.
    Regards,
    Amey

  • How to find the workflow for Change Request for the PO's

    Hi All,
    We have a PO which is pending and we can't receipt it again nor make payment on this. After checking the Approval history for that PO we found that the change request has been made. The change request was to change the amount to be paid to R39196 instead of R58237.00. We don't know where to check the workflow for the change request to identify the cause.
    what i need to know is how to find the workflow for that change request? The other workflows can be checked using the po_header_id for the PO's but i am confused with the change request workflow
    Your input will be highly appreciated.
    Thanks in advance
    Rgds,
    Sonia

    For 11.5.10.2 run this query to determine the keys to search on:
    Select wf_item_type, wf_item_key from APPS.po_change_requests where document_type = 'PO' and Document_num = 'put-PO-number-here'
    Then use the keys returned by the query to look up the Workflow in
    Workflow Administrator Web Applications / Administrator Workflow / Status Monitor
    Search using the results returned in fields "Type Internal Name" and "Item Key" in Status Monitor
    The query for change requests on a specific Requisition would be:
    Select wf_item_type, wf_item_key from APPS.po_change_requests where document_type = 'REQ' and Document_num = 'put-Req-number-here'

  • How to Include Skype into a Local Recording Mix?

    I do a 2-person podcast and we want to introduce the ability to have a guest on the show (a 3rd person) via Skype. I've drawn a diagram of the setup we have going:
    http://onemorething.com.au/imgdump/podcast-20100425-163944.jpg
    Does anyone have any tips on how we can introduce a 3rd person into our final mix over Skype? (maybe including a 2nd computer to act as a glorified telephone?). It would be good to be able to hear the caller and be able to monitor ourselves over our headphones, and for the caller to be able to hear us properly and for there not to be any echo.

    Have a look at Audio Hijack Pro: I've not used this but it may be possible to do what you want.
    Otherwise you could use another computer for Skype, feeding it into the mixer and the mixer output into it. In order to avoid howlrounds you need to have an 'aux' output which can feed only selected channels out to the Skype computer (so obviously feeding only the microphones).

  • How to include RSRT into process chain

    Hi Gurus ,
    I need to include the RSRT into my process chain,
    Can anyone guide me
    Thanks in advanvce

    Hi,
    first of all the report should be regerated only if you have changes in its definition.
    More over, generating a query will empty its cache; OK, if you are loading one of its IProvider during this chain then the cache will be invalidated anyway.
    I don't get the point of the variables at this stage; the generation of the report is like a "compilation of its code"; not an execution of it.
    If you need to execute it once after the loading by the chain (or any other process within your chain) then you can use the reporting agent in order to precalculate it (search this forum for precalculation or help.sap.com).
    If you really want to regenerate your query, you'll have to write an ABAP report and add it to your chain;
    here you go:
    TYPE-POOLS: RRO01.
    data: l_s_rkb1d   type rsr_s_rkb1d,
            l_sx_report type rro01_sx_report,
             i_s_repkey LIKE RSZCOMPKEY.
    *BREAK-POINT.
    SELECT SINGLE GENUNIID INTO i_s_repkey-GENUNIID
    FROM RSRREPDIR
    WHERE COMPID = 'ZRT_ZICRT_C07_003' "the techname of your query
      AND OBJVERS = 'A'.
    check sy-subrc = 0.
    call function 'RRI_REPDIR_READ'
         importing
            e_s_rkb1d  = l_s_rkb1d
        changing
            c_s_repkey = i_s_repkey
        exceptions
            others     = 1.
    check sy-subrc = 0.
    call function 'RRI_REPORT_GENERATE'
        exporting
            i_pretty_print = ' '
        changing
            c_sx_report    = l_sx_report
            c_s_rkb1d      = l_s_rkb1d
        exceptions
            others         = 0.
    hope this helps...
    Olivier.

  • How to include dll into a stand-alone application

    Hi, I wrote a vi to process images from my camera, and I want to build a stand-alone application(exe), so I can share the application with my friends. I just do as wht's in  the Labview help, but when I run the exe file in other PC, it  tells me I haven't nivision.dll etc. My question is how to find out the dll files in my vi and include these files in the stand-alone application?  

    To be honest I am not sure. Its been a while since have used the vision run-time engine. Before I installed it on the target computer. I ddn't include it with my application build.
    Take a look at this http://digital.ni.com/public.nsf/allkb/1A9A18AA574ABEDF86256F780062C240 it might help. Also look at the documentation supplied with the vision deployment license.
    David

Maybe you are looking for

  • Printing to an iMac wired printer

    Hello, I have a wired printer connected to my iMac with a USB cable. I am able to print to this perfectly after the software update utility downloaded the printers driver. I logged into my Mac Book Air which is on the same network as the iMac, only i

  • On button only works sometimes

    The "On" button of my iMac had developed an issue where it is only responding sometimes. It doesn't matter whether it's plugged in to the APC surge unit or a regular outlet. What is typically occurring is it won't turn on when pressing the button unl

  • Sql loader how import a file with save the actual row number in a db field

    Hey, how can i save the row number for each row in a file into a database field i the same table with the sql loader (sqlldr)? test data: john doe joe meier table: name surname line_number_in_file john doe 1 joe meier 2 and so on ... an if an line is

  • Excise Report - Statuary Reports

    Hi All, I have installed 2007 B Demo Version, but i am not getting where is the excise report (Country Specific - India). Even I serched on google and its showing the avaulability of excise reports in 2007 B. Can anybody tell me the location of Statu

  • Ibook doesn´t start (forbidden sign) after upgrade 10.0.4 to Jaguar

    It´s appear a forbidden sign when the ibook start after install jaguar since 10.04.I´ve reseted pram open firmware,shift key etc..