Translation of objects?

HI folks,
Can anybody let me know how does it effect when we translate the objects in dev and transport them to prod.
My requirement is to translate all German descriptions into English. So My question is, lets say i translated an infoobject(keyfigure) description into english and transported the same. So in prod, Does this translation effects on all the relevant dependent objects(I mean Whereever it is used)?
thanks in advance
Regards
Dubbu.
Edited by: Dubbu on Feb 26, 2009 7:59 AM

Hi,
Go to se63 and only create there  a transport (in Administration) and than in RSA1 click translation button and just select proper object to be translated. I will send this answer in case if somebody has the same problem in the future
Refer the below links,
http://help.sap.com/saphelp_nw04/Helpdata/EN/41/71601b3ab0f34a8e00aa01338c68f3/content.htm
http://help.sap.com/saphelp_crm50/helpdata/en/41/71601b3ab0f34a8e00aa01338c68f3/content.htm
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30a65c3a-2ad5-2910-a4be-88412392cfe5
help.sap.com/bp_biv270/documentation/How_To_Translate_BI_Objects.pdf
Hope it helps you,
Regards,
Ravindra.

Similar Messages

  • How to rotate and translate an object at the same time??

    Hi, I have a problem with rotation and translation of an object at the same time. I wrote a behovior class for my object (a cylinder). When some conditions are true the cylinder is added to a robot arm. Then it is translated so that the cylinder would be very close to the arm (looks like the robot is holding it). And now the behavior should also rotate the cylinder because the angle is 0 and it should be 90. I can translate the object or I can rotate the object but when I'm trying to do it at the same time (I want to combine rotation and translation) it doesn't work.
    Could anyone help me, please :)

    You can used to Matrix3f
    This object is a rotation and translate matrix
    for example:
    private void componerTransformada(){
    Quat4f rot = new Quat4f((float) this.getRotacionSobreX(),(float) this.getRotacionSobreY(),
    (float) this.getRotacionSobreZ(),1.0f);
    Vector3f tras = new Vector3f(-4.0f,-4.0f,(-1)*this.getDistanciaDeLaCamara());
    this.setTransformacion(new Transform3D(new Matrix4f(rot, tras, 1.0f)));
    Quat4f is a matrix of ratation
    vector3f is a direction vector
    Transform3d is building with Quat4f and Vector3f.
    That is work i use this to situe the view of point.
    good locky

  • How to translate BI objects - Issue

    Dear all,
    I am referring to the How to guide mentioned above.
    I followed each step in the system and end up with a message "No objects selected".
    I have the feeling that other settings have to be made beforehand...
    Could you help me or give me an alternative way of translating texts in BI objects?
    Thxs
    LauQ

    To be clear, I have followed each step of the known procedures (How to guide and respective notes).
    I Always get the same message - not due to authorization problem because I have SAP_ALL.
    This is why I think something is missing in the configuration for translating.
    Best regards,

  • Translation of objects at transport request

    hi, can any one tell how every object can be translated at transport request based on Object Type and object name is there any way to do like that, its very urgent .
    thnks,
    Vassu.

    hi, actually the requirement is that our production system would be multi lingual in future they want to change their qs-chech process. Every transport request we transport in to their test-systems must be checked, if all translatable objects are translated.
    therefore they want a report, which does this automatically.
    so they want to check every object at  transport request is transaltable or not?
    but we have some 10,000 of objects present i our development system.How can we check all those objects?
    this is the senario.
    Regards,
    vaasu.

  • JPublisher: oracle...literal.AttributeMap not translated into object type

    Hi,
    I have a problem to get a valid PL/SQL wrapper for the web-service at http://adostest.armstrongconsulting.com/DSX/DocumentServices.asmx?wsdl
    I use jpub to generate the web service callout (jar file and pl/sql wrapper) and the generation of that file completes without an error, but if I try to load the pl/sql package into the database it fails, because one of the generated object types has an invalid definition.
    -- Create SQL type for oracle.j2ee.ws.common.encoding.literal.AttributeMap
    CREATE OR REPLACE TYPE OBJ_AttributeMap AS OBJECT (); The object type for the java class oracle.j2ee.ws.common.encoding.literal.AttributeMap doesn't contain any attributes.
    Software used:
    -) Latest JPublisher 10g Release 10.2 (http://download.oracle.com/otn/utilities_drivers/jdbc/10201/jpub_102.zip)
    -) 10.1.3.1 Callout Utility for 10g and 11g RDBMS (http://download.oracle.com/technology/sample_code/tech/java/jsp/dbws-callout-utility-10131.zip)
    -) Oracle DB 10.2.0.3
    Command used to generate files:
    jpub -proxywsdl="http://adostest.armstrongconsulting.com/DSX/DocumentServices.asmx?wsdl" -proxyopts=noload -package=ados -plsqlpackage=ADOS_WebServiceBTW, I noticed that the dbwsa.jar contains this class, but the "runtime" classes contained in dbwsclientws.jar which are loaded into the database do not contain this class. If I look into the previous version of the Callout Utility (10.1.3.0) at http://download.oracle.com/technology/sample_code/tech/java/jsp/dbws-callout-utility-10R2.zip it is contained in the dbwsclient.jar which is loaded into the database.
    What is wrong or what can I do to get a valid object type mapping?
    Thanks
    Patrick

    Yes. We are calling a .NET web service as well.
    I got around the problem by the following steps:
    1. Forcing JPub to use the jar files that come with JDeveloper 10.1.3.3, rather than dbwsa.jar and dbwsclientws.jar.
    2. Upload the JDeveloper 10.1.3.3 web service libraries into the database
    3. Manually edit the JPub wrapper code (static methods) generated by JPub. I have to comment out all references to AttributeMap. Not sure why JPub wants to use it...

  • Translation of non-ABAP objects

    Hello colleagues,
    I know that SAP provides special Translation Environment for translation of ABAP-objects (TX SE63 etc.). But what about translation of non-ABAP objects? Could be SE63 suitable for this task or it can be performed only via translation xlf files (SAP NW Developer Studion and so on)?
    Regards,
    Arkadiy

    Hi Prakash,
    firstly thank you for you reply.
    Secondly I know about three main categories of non-ABAP objects but I haven't an information about what is it certainly? So there are at least two questions in my opinion:
    1) Could it be suitable to translate Java objects or WebDyn Pro Java objects?
    2) If yes, how it can be suitable for it? Because I know how I can translate Java or WebDynpro via NW Developer Studio, but I don't know how it can be possible via SE63.
    Really I can't find any helpful information about translation non-ABAP objects via SE63.
    Could anyone help me in my questions?
    Regards,
    Arkadiy

  • Program to list 'Z' objects to translate

    I need to create a program to translate 'Z' objects (domain, text Elements, data elements, tables, reports, etc..)   to rollouts to another countries.
    I saw table TADIR, contains all Z objetcs created.
    I didn't find the table contains the description of all objects.
    Please, tell me which tables contains these descriptions.
    Thank's

    Hi Jorge,
    please set up a [translation environment |http://help.sap.com/saphelp_nw70/helpdata/en/ef/ca8f2c28ce11d5b2be0050da3f31b1/content.htm] once and use it for years.
    Here you can define according to your needs and the system will help you to manage the process.
    Regards
    Clemens

  • Rotating and Translating Objects with Collision Modifiers

    Hello
    Im trying to build a simple 3d scene. The idea being that a
    footballer walks up to a football and on detection of that
    collision, the football is translated or 'kicked.'
    Got the Collision Detection working using Collision
    Modifiers. Got it working so that it registers the collisions, what
    I havent gotten is how to translate the object (football) I have
    used the simple translate command but this seems to work on objects
    without collision modifiers.
    Does anyone have any work arounds?
    Thanks in Advance

    Hello
    Im trying to build a simple 3d scene. The idea being that a
    footballer walks up to a football and on detection of that
    collision, the football is translated or 'kicked.'
    Got the Collision Detection working using Collision
    Modifiers. Got it working so that it registers the collisions, what
    I havent gotten is how to translate the object (football) I have
    used the simple translate command but this seems to work on objects
    without collision modifiers.
    Does anyone have any work arounds?
    Thanks in Advance

  • Translate Object class (for authorization objects)

    I wonder where I can translate the objects class (SU21 - auth objects). I manages to find where I can translate the authorization objects in SE63.
    What what is the object type for the objects class in order to translate it.

    SAP itself told me there is no way to do so. They recommend to directly edit the corresponding text table.

  • Translate Business Content BI (BW Objects)

    Hi Experts,
    I install Business Content for Purchasing Analysis (Info Cube, Info source, transformation and query)
    And after thatu2019s I create two custom cube with transformation data flow of business content all work fine, But my customer want the see BW objects in BEX Analyzer and in WEB BEX in FRENSH!!!
    I find tow solution for my issue:
    1- Translating BI Objects see article below  :
          [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/4075f740-5aa4-2c10-53bc-b1159122e475]
    2- Re-Installing Business Content in French
               a)   Connect to my SAP BW with language =FR
                b)   Re-Install Business content in French
    The solution 1) is very long for translate 5 Info Cube, in solution 2)  I donu2019t know the impact of this re-installation of business Content for my actual system?
    Please can some suggest me a best solution for translating my system ?
    Thanks & Best regards

    Hello Pattnayak,
    Thank you for your reply, the solution in the link is the same like :
    link: [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/4075f740-5aa4-2c10-53bc-b1159122e475]
    My question whatu2019s the best solution:
    1-     Translating BI Objects see article below :
    OR
    2- Re-Installing Business Content in French.
    Thanls & best regards
    ILYAEBI

  • Any non-sap tool for translate BI / Bex Objects?

    Hi
    The customer is asking for any commercial tool for translate BI / Bex objects.
    They need something easy, where the end-user could made the translations, without open the Bex query deigner and without using the internal names, different of se63
    a) does somebody know any tool (sap or non-sap)for this?
    b) can I translate bex objects with SLPP (propossal list)
    Thanks!

    closed

  • Problem translating object, newbie question.

    I'm new to java3D, and I'm having problems translating an object. Here's the thing:
    I have two different sets of dimensions for creating 2 boxes.
    x1 = 100
    y 1= 0
    z 1= 100.
    And
    x 2= 50
    y 2= 50
    z 2= 50.
    I divide everything by the maximum dimension (100). So:
    x 2= 0.5 x1 = 1
    y 2= 0.5 y 1= 0
    z 2= 0.5 z 1= 1
    So, now I have a box with dimensions (1, 0, 1) = (x1, y1 z1)
    And the other one has (0.5, 0.5, 0.5) = (x2, y2, z2)
    Here is what I want to do:
    I want to put the second box on top of the first one. In order to do this I create a Transform3D object and call the set method with: new Vector3f(0, (x1+x2) /2, 0)
    I thought that would work, but I end up seeing the second box half way or being on top of the first one.
    Thanks for the help

    I solved it, was kind of confused on which point of the box I was translating...

  • Using Simple Transformations with Objects tt:copy .. results in Exception

    Question:
    How can I serialize an ABAP-Object-Instanz with my own simple transformation?
    In the sap-documentation I found the following solution for the serialisation of any data-objects.
    "z_steffens_simple_transf":
    <?sap.transform simple?>
    <tt:transform xmlns:tt="http://www.sap.com/transformation-templates">
      <tt:root name="ROOT"/>
      <tt:template>
        <root>
          <tt:copy ref="ROOT"/>
        </root>
      </tt:template>
    </tt:transform>
    Following the example I wrote this report:
    report  zspahr_test_simple_transf.
    class serializable definition.
      public section.
        interfaces if_serializable_object.
        data attr type string value 'Attribute'.
    endclass.         
    method main_serializable.
        data: oref type ref to serializable,
              xmlstr type xstring.
        create object oref.
        call transformation id
          source root = oref
          result xml xmlstr.
        call function 'DISPLAY_XML_STRING'
          exporting
            xml_string = xmlstr.
        call transformation z_steffens_simple_object
          source root = oref
          result xml xmlstr.
        call function 'DISPLAY_XML_STRING'
          exporting
            xml_string = xmlstr.
      endmethod.                    "main_
    start-of-selection.
      demo=>main_serializable( ).
    Executing this report leads to an exception "CX_SY_REF_NOT_SUPPORTED".
    The "standard" transformation "ID" ist working an translates my object-instance into an asXML representation:
      <?xml version="1.0" encoding="utf-8" ?>
    - <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
    - <asx:values>
      <ROOT href="#o3" />
      </asx:values>
    - <asx:heap xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:abap="http://www.sap.com/abapxml/types/built-in" xmlns:cls="http://www.sap.com/abapxml/classes/global" xmlns:dic="http://www.sap.com/abapxml/types/dictionary">
    - <prg:SERIALIZABLE xmlns:prg="http://www.sap.com/abapxml/classes/program/ZSPAHR_TEST_SIMPLE_TRANSF" id="o3">
    - <local.SERIALIZABLE>
      <ATTR>Attribute</ATTR>
      </local.SERIALIZABLE>
      </prg:SERIALIZABLE>
      </asx:heap>
      </asx:abap>
    How can I do this with my own Simple Transformation "ZSPAHR_TEST_SIMPLE_TRANSF" ?
    I want to serialize my object using my own xml-structure, not the asXML-structure !
    Regards
    Steffen

    Hi,
    try like this,i think it may help you.
    ABAP:
    CALL TRANSFORMATION ztrans_test
          SOURCE
               root = partab
         RESULT XML lv_xstring.
    Trnsformation:
    <tt:root name="ROOT" type="?"/>
    <tt:template>
    <VALUES>
    <VALUE_SOURCE>
            <tt:value ref=".ROOT"/>
    </VALUE_SOURCE>
    <VALUE_PARAM>
    <tt:value ref="NAME"/>
    <tt:value ref="VALUE"/>
    </VALUE_PARAM>
    </VALUES>
    Thanks,
    Rajesh.

  • How to manipulate a javascript object in java?

    Hi, I am fiddling with the java scripting interface. As I understand the rhino engine is packaged with the jdk but what I don't understand is how does one reconcile the objects one gets from their engine (e.g. sun.org.mozilla.javascript.internal.ScriptableObject) versus the ones in the rhino api (e.g. org.mozilla.javascript.ScriptableObject)?
    Is the one in the jdk heavily modified or wrappered up to suit their javax.scripting interface?
    More specifically, how do I manipulate javascript objects from java?
    e.g. suppose I have this java code:
    ScriptEngineManager mgr = new ScriptEngineManager();
    ScriptEngine js = mgr.getEngineByName("js");
    jsEngine.eval("var foo = { x : 1, y : 'hello', z : false };");
    Object o = jsEngine.get("foo");Now o is instanceof sun.org.mozilla.javascript.internal.NativeObject, which is a subclass of a bunch of other classes in the s.o.m.j.i namespace. Being internal I can't use these directly.
    Looking at the Rhino API obviously you normally get a org.mozilla.javascript.ScriptableObject and can call the .get() .getIds() methods. But I don't know how to translate the objects I am getting in my actual java code which uses the jdk engine into org.mozilla.javascript objects.
    Is this even possible? Am I misunderstanding something completely? Should I just be using the rhino js jar and not the javax.scripting interface? If so, for what reason is the javax.scripting interface implemented?

    Assuming that you DO want a deep copy, begin with a constructor that takes another hand.
    public Hand( Hand h ) { ...Then for each instance variable, within that constructor:
    this.instVar0 = h.instVar0;
    this.instVar1 = h.instVar1;
    . . .And last, for every reference, make sure there is a constructor (or copy method for arrays) that itself makes a deep copy:
    this.ref0 = new Ref0Type( h.ref0 );

  • How to translate field names in SAP R/3 (SE63)?

    Hi gurus,
    I actually have an unsolved with my translation job in SAP R/3. It's urgent and I just can't find a solution for that:
    I'm using the translation menu with transaction SE63.
    Though I have translated the object types domain (DOM), data elements (DTEL) and table descriptions (TABT), I get no translated field name (e.g. in selection screens for summary tables).
    Which object type do I have to translate? Or is there another SAP transaction or a table where I can translate the field names?
    Thank you for answering!
    Best regards
    T. Duong

    Dear T. Duong,
    In SE63 -> Repository Texts.
    Also, visit Note 585116.
    WebAs Support Package 25 converts the SAP translation environment (SE63) to a Unicode-enabled version for short text translation. This conversion requires some system adjustments before translation can continue.
    If you never translated in your system before Support Package 25 was imported, you can simply ignore this note because your system does not contain any translation data that needs converting.
    Please download the current documentation attached to this note:
    Choose file UC-SE63_DE.PDF or UC-SE63_EN.PDF if you want to read the end user documentation.
    Choose file UC-TransAdmin-DE.PDF or UC-TransAdmin-EN.PDF if you want to learn more about translation system setup and coordination.
    If your system does not yet run on a Unicode basis, you must make the
    technical adjustments described on the first page of the documentation.
    If yours is already a Unicode system, create an OSS message and assign it to the component BC-DOC-TTL.
    Should you have to translate from a Business Warehouse (BW) environment, please refer to the Quick Guide to generating worklists in transaction SLWB attached to this note (files QuickGuideTransAdmin-DE.PDF or QuickGuideTransAdmin-EN.PDF).
    Regards,
    Naveen.

Maybe you are looking for

  • IMovie 09 is constantly crashing when I try to export videos.

    Please see the crash report below. Process:     iMovie [2446] Path:        /Applications/iMovie.app/Contents/MacOS/iMovie Identifier:  com.apple.iMovie8 Version:     8.0.6 (821) Build Info:  iMovieApp-8210000~16 Code Type:   X86 (Native) Parent Proce

  • Last purchase order price

    Hi All On which table will I be able to find the last purchase order price for a material Vishnu

  • Closing of serice PO

    Hi, I have made service PO and made some service entry sheets in it. Now i want to close the PO, i.e, its committment should become zero. How can i do it. i have already made service entry sheets and accepted it, so now i dont want to make any SES in

  • Where do you go when you have questionreguarding itune charges?

    What site do yo go to when you are disputing a itunes charge?

  • Selecting the correct lot size...

    Hi, I have some problem in selecting the correct lot size, please help me solve it. The requirement of raw materials per month is 100nos. But the vendor cannot supply them in qty required by us but supply can happen in 1000nos. I cannot purchase all