SDB tree view in SAP ERP 4.7

Hello
I have the view for my symptoms and solutions in Solution Database in tcode IS02.
Is there any way to display this hierarchy in tree? any tcode?
Regards
Radek

Make use of the SAP Solution Browser
SAP Solution Browser
Regards
RB

Similar Messages

  • Is TREX required for the customer specific catalog views in SAP ERP E-com

    Hi gurus,
    I see there are few ramp-up sap notes for enabling the customer specific catalog views of Product catalog in SAP ERP E-commerce scenario.
    Any one who has already implemented them know if TREX is mandatory for having catalog views?
    specifically for XECOM 5.0 and ECC 6.0
    Thank you

    See [Note 696095 - ISA R/3 4.0: Collective note on Catalog Views|https://service.sap.com/sap/support/notes/696095]
    See the first line in the Reasons and Prerequisites:
    Important: The catalog views functionality is only available from ISA 4.0 SP4 on, we recommend to use the latest SP. It is also only available with TREX as catalog engine
    This is true for recent versions too.
    The requirement is behind how the solution is implemented. VIEWS_ID is actually published to TREX for optimized extraction of customer views.

  • RAR: Configuration parameter "Report directory on the SAP ERP Server"

    Hi,
    Under a scenario with a standalone SAP GRC AC 5.3 installation and connected with several R/3 system through JCO destinations.
    Which SAP ERP Server Directory do we have to specify?
    Many thanks in advance. Best regards,
      Imanol

    Sunny,
    I did not mean the Spool File Directory.
    I mean the parameter "SAP Server Application Location". The parameter above FTP Location.
    Under the configuration guide it is said for this parameter that:
    "The report directory on the SAP Enterprise Resource Planning (ERP) application servers. This is the temporary storage location for security reports generated by background jobs. Virtual directories delivered in the ERP system, such as DIR_HOME and DIR_TMP, are supported. These directories are viewed with SAP ERP transaction, AL11. The same directory name is used for all SAP back-end systems."
    Thanks in advance. Best regards,
      Imanol

  • JavaMapping in PI 7.1 Error:Unable to display tree view; Error when parsing

    hi,
    i get by testing in PI 7.1 (operation mapping) this ERROR:
    "Unable to display tree view; Error when parsing an XML document (Content is not allowed in prolog.)"
    this is my java-programm-code:
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import com.sap.aii.mapping.api.StreamTransformation;
    import java.io.*;
    import java.util.Map;
    import javax.xml.parsers.*;
    import org.xml.sax.*;
    import org.xml.sax.helpers.*;
    /*IMPORT statement imports the specified classes and its methods into the program */
    /Every Java mapping program must implement the interface StreamTransformation and its methods execute() and setParameter() and extend the class DefaultHandler./
    public class Mapping extends DefaultHandler implements StreamTransformation {
    Below is the declaration for all the variables we are going to use in the
    subsequent methods.
         private Map map;
         private OutputStream out;
         private boolean input1 = false;
         private boolean input2 = false;
         private int number1;
         private int number2;
         private int addvalue;
         private int mulvalue;
         private int subvalue;
         String lineEnd = System.getProperty("line.separator");
    setParamater() method is used to store the mapping object in the variable
    "map"
         public void setParameter(Map param) {
              map = param;
         public void execute(InputStream in, OutputStream out)
                   throws com.sap.aii.mapping.api.StreamTransformationException {
              DefaultHandler handler = this;
              SAXParserFactory factory = SAXParserFactory.newInstance();
              try {
                   SAXParser saxParser = factory.newSAXParser();
                   this.out = out;
                   saxParser.parse(in, handler);
              } catch (Throwable t) {
                   t.printStackTrace();
    As seen above execute() method has two parameters "in" of type
    InputStream and "out" of type OutputStream. First we get a new instance
    of SAXParserFactory and from this one we create a new Instance of
    SAXParser. To the Parse Method of SaxParser, we pass two parameters,
    inputstream "in" and the class variable "handler".
    Method "write" is a user defined method, which is used to write the
    string "s" to the outpurstream "out".
         private void write(String s) throws SAXException {
              try {
                   out.write(s.getBytes());
                   out.flush();
              } catch (IOException e) {
                   throw new SAXException("I/O error", e);
         public void startDocument() throws SAXException {
              write("");
              write(lineEnd);
              write("");
              write(lineEnd);
         public void endDocument() throws SAXException {
              write("");
              try {
                   out.flush();
              } catch (IOException e) {
                   throw new SAXException("I/O error", e);
         public void startElement(String namespaceURI, String sName, String qName,
                   Attributes attrs) throws SAXException {
              String eName = sName;
              if ("".equals(eName))
                   eName = qName;
              if (eName.equals("NUMBER1"))
                   input1 = true;
              if (eName.equals("NUMBER2"))
                   input2 = true;
         public void endElement(String namespaceURI, String sName, String qName)
                   throws SAXException {
              String eName = sName;
              if ("".equals(eName))
                   eName = qName;
              if (eName.equals("NUMBER1"))
                   input1 = false;
              if (eName.equals("NUMBER2"))
                   input2 = false;
         public void characters(char[] chars, int startIndex, int endIndex)
                   throws SAXException {
              String dataString = new String(chars, startIndex, endIndex).trim();
              if (input1) {
                   try {
                        number1 = Integer.parseInt(dataString);
                   } catch (NumberFormatException nfe) {
              if (input2) {
                   number2 = Integer.parseInt(dataString);
              if (input2 == true) {
                   addvalue = number1 + number2;
                   mulvalue = number1 * number2;
                   subvalue = number1 - number2;
                   write("" + addvalue + "");
                   write(lineEnd);
                   write("" + mulvalue + "");
                   write(lineEnd);
                   write("" + subvalue + "");
                   write(lineEnd);
    in developer studio 7.1 i dont get error.
    this happens by testing the mapping-programm in ESR.
    can somebody help me please?

    Make sure that the xml created out after the java mapping is a valid xml with only one root node.
    Regards,
    Prateek

  • How to display a file system in tree view

    Hi all,
    I Developed an application (APEX 3.2) to track incoming and outging mail. Incoming mail is scaned and saved on "ARCHIVE" server directory structure as the following
    Incoming**2011*
    ** 1
    **2
    **3
    **4
    2011 is the year and numbers from 1 - 4 are letters ID. I have no problem to link the incoming mail with the image on file server (each letter must have an image)
    Some letters may have attachmentms (different format pdf, word, jpg, etc.)
    attachment*2011
    **2
    **4
    I would like to enable attachment link only for for letters with attachment in above case letter 2 and 4 and the directory where the attachment saved to be displayed in TREE view.
    Thank you.
    Ribhi

    Hi,
    have you tried
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9d/a6884121a41c09e10000000a155106/frameset.htm">TextView</a> or <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/3b/219141c1d0ae5fe10000000a1550b0/frameset.htm">FormattedTextView</a> ?
    You could also make a development request.
    Regards, Heidi

  • Curiosity about the level of load on SAP ERP systems

    Hello all,
    In my company, I'm in charge of the SAP capacity planning and so, every month, I fill several Excel sheets to follow the load of our systems.
    I am curious to know if our load is similar to that of other SAP ERP customers.
    I would be happy if some of you would like to post their monthly load statistics for R/3 or ECC systems.
    Of course, I begin :
    Production R/3 4.7 ext2 system, main modules SD and MM.
    460 declared users, average 110 concurrent users
    1 Win 2003 MSCS itanium cluster with 5 win 2000 32 bit app servers.
    stats for November :
    Thousands of steps
    TOTAL :            22 500
    Dialog :                 797
    Background :        459
    RFC :                4 439
    UPD and UP2 : 14 418
    HTTP :                  523
    Average dialog step response time : 548 ms
    Database size : 1.1 To
    The load evolution of the system  is
    always increasing
    stable for dialog steps (sapgui)
    more and more external RFC calls
    more and more web services calls
    The system is less and less a transactional system and more and more a backoffice system executing services calls.
    Thanks to all who will be interested to share this load information.
    Regards,
    Olivier

    We are a manufacturing company and we have a lot of batch processing (MRP et al).
    Yes - the systems are pretty big
    DB-Server/CI: 4 x DualCore Opteron - 48 GB Memory (ENQ, BTC)
    AppServer: 4 x Opteron 48 GB Memory
    From a technical point of view we wouldn´t need the application server, the DB server could handle that load too.
    The main requirement we have is, that the avg. reponse time in VA01 for each line item is below 450 ms everywhere on the world (China, Poland, Russia) on those remote locations - the system is in Germany - so we are trying to make sure, that the main time consumed on the box itself is rather small because of not always reliant network connections to the east part of the world (actually VPN). 1/3 - 1/2 of the actual avg. reponse time is consumed for network transmission.
    On top of that we have about 550 printers defined because we print everything, that is related to the business process out of this SAP system which will also consume quite a bit of network speed/bandwith.
    Our users are pretty much "regaled" with response time, on days, where the avg. time is increasing 100 ms, we get a LOT of calls because of a slow system. The benchmark assumed 2 seconds are unacceptable for our users thus it may appear, that the boxes are oversized but we need that power to ensure the speed.
    Markus

  • Change font size of WEBGUI in SAP ERP

    Hi all,
    I need to change font size of WEBGUI in SAP ERP.
    It is easy to change it in Webgui of SAP BI, using Internet Explorer functionalities (View -> Text size -> Largest), but same procedure doesn't work for transactional SAP modules (i.e. SAP HR).
    Do you know how I can change the font?
    Alternatively, do you know if it exists any patch or support package to resolve the problem with IE?
    Thank you in advance,
    regards
    katia

    Hi Katia,
    there is - as far as I know - no way to change the fonts size of the WebGUI screens. The way the lay-out of the Dynpro screens and its controls is determined does not allow to scale by different font sizes.
    regards
    Tobias

  • Language Translation in SAP ERP 6 (ECC6.0)

    Dear Experts,
    We are doing an implementation and rollout of SAP ERP 6 (ECC 6.0) and Enterprise Portal 7 (EP7) for over 18 to 20 countries for one of the client.
    Since local language is to be proivded to few countries, employee master data will be uploaded in local language for those countries. Hence employee master data will exist in various languages in the SAP System. The objective is to view data in a single language selected by the user during the time of login. I understand that field names etc. are displayed in the language selected during the login but I am not sure about the language in which the employee master data will be displayed. I would like to know whether the employee master data will also be translated to the language selected during login. The unicode functionality available in SAP ERP 6 would be providing this funcitonality but appreciate if you can confirm the same.
    E.g. Employee Master data exists in English, Italian, Spanish & French. When a UK user logs in R/3 or a Manager logs in MSS using English language, will SAP system automatically translate the employee master data in English or will the data be displayed in the local language? If the data is displayed in the local language then what can be done to view the data in English (i.e. the language selected during login).
    Thanx in advance for the response.

    Hi Radha;
    U have stated that u have maintained data in the table for multiple languages. Then there should be a language key in ur table.Based on that u can see data for any language.
    In program when u will be fetching data from this table, in the same select query make use of the condition  zlang = sy-langu in the where condition.
    Then based up on ur logon language u can see the respective data, if u are making use of that program for displaying data from the stated table...
    Hope it helps...reward points if helpful....

  • Symbol \ cannot be displayed in tree view after publiched in BOE via infoview

    Post Author: fjiang05
    CA Forum: General
    Hi guys,
    I created a crystal report for the system user. The report was grouped  by the system user's login name such as boe\name. The forware slash symbol was correctly shown in the crystal report tree view. But after publish the crystal report into BOE and view the report from infoview, the forward slash symbol was disappeared.
    Does there anyone know anything about it? Does BOE do not support any symbol in tree view while via infoview.
    By the way, I am using Crystal Report XI R2.
    Cheers!

    Hello Adam,
    See if you can get into the Tomcat Admin page. Tomcat holds all the "webapps" (such as the CMC, Infoview, ...) that connect to the services listed in the CCM. Even though all services are running, one or more of these webapps could be down due to any sort of error.
    To be able to access the Tomcat Admin page, follow the procedure described in SAP Note 1218269 - How do you access the Tomcat administration tool.
    After logging in, you'll see all webapps that have been deployed to your Tomcat. You can enable any apps should they have become disabled, but make sure that you don't click Undeploy ! If you find that you can't enable the needed webapp(s), then there may be an error occurring that is preventing the webapp from loading. Have a look at the Tomcat log folder and check the stdout.log file to see if it contains any errors.
    Hope this helps.
    Kind regards,
    Kristof

  • Tree view display with ztable data

    Hello...
    I have seen this post.................
    Tree View
    My requirement is to create a Tree view .... looked around a lot but no detailed explanation to this topic. along  with this forums detials i looked into the standard BSP Component CRM_THTMLB_COMP for tree view help. I am new to MVC so lost at some point.
    Accordingy to this explanation i was able to achive the tree structure in the value node...
    But how to display data in tree? what codes need to be put in the get ...set methods..
    Actually i created  a table view and the value node is refereing to my ztable....so all the get and set methods are in this impl class. and the new impl class to tree structure does not have these methods...should i create all of them again ...or can i refer to the value node impl class get and set methods.....what code needs to be called in the get and set methods.
    if anyone can give me some help on this............
    Jaya.

    this wiki will help you.
    http://wiki.sdn.sap.com/wiki/display/CRM/CRMWebUI--DynamictabletypeContext+nodes
    Regards,
    Harshit

  • Moving SAP ERP Servers to a different domain.

    Hello Experts
    I currently have 3 SAP ERP 6.0 servers (central installs) a solution manager 7.0 EHP1 and netweaver CE machine all located in one windows domain (currenlty windows 2003 domain controllers) all running Oracle databases.  I have been asked to look into moving all of these severs into the main corporate domain (currently windows 2008 r2 domain controllers) with a view to streamlining the domain structure.  All the SAP installs are domain installs and therefore the accounts would need migrating to the new domain, what I would like to know, is are there  any other factors other than those listed below that I need to consider:-
    Migrate SAP user and service account to new domain
    Adjust Profile Parameters for SAP G:\usr\sap\<SID>\sys\profile
    Change frontend gui's to reference new domain (SSO has reference to the sap service account from the users domain)
    Review folder permissions to ensure security is maintained (the current dommain no users log on to this domain- the new domain everyone logs onto)
    Is there anything specific for oracle that should be changed?? 
    It would be usful to know if anyone has done this and any pitfuls to avoid.
    Thanks you.
    Liz

    Hi,
    If some of your SAP systems will stay in the previous domain, you may have problems with the saplogon tickets because, as http cookies,   they are valid for a domain. So SSO between SAP systems in different domains may generate problems (which can be solved).
    If you use BSP or web dynpro applications, and use URL rewrites or redirects ,the change of FQDN may also need some configuration changes.
    Concerning Oracle, check your OPS$ users.
    Regards,
    Olivier

  • SAP ERP == XI == SAP POS (Customer Data Maintenance)

    Dear Friends,
       We are doing the scenario SAP ERP ==> XI ==> SAP POS. This is IDoc to File scenario. The file is picked from FTP site by receiver(where the Triversity server pick ascii files).
       Here problem is after picking the file, data is not inserted, updated, deleted in the Customer Profile table of Triversity Store Manager. (We follow the Technical Reference Guide for creating files).
    Regards,
    Jagan.

    HI experts ,
       After integration of SAP retail and SAP POS, we are receiving file from PI for e.g DEPTTXN.asc (below) ,
                  As according to DEPTTXN.ASC file format update type ,department, department group ,description should be of Decimal 2.0,decimal4.0, decimal 3.0 and string 20 respectively,
                  But we are receiving data in below mentioned  format ,because of that when we are posting this file to Xpress sever-> parm folder to view its data in Store manager we are not
                  able see all the details of DEPTTXN.asc ,only  price point details with the linked category and department are shown there. We are facing same difficulties with other two files also.
           Do we have to do some  modification in PI for the naming of department and department group?
    It will be great help ,if you can  guide us to solve this particular issue.
    99
    2,MC11111,MC11110,"class. dresses, long",,,,,N,N,,Y,,,,,,Y,,,N,N,,,,,Y,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Y,,,,N,N,N,N,N,N,N,N,N,N,N,N,,,,,,,,,N,N
    2,MC11142,MC11140,"skirts, short",,,,,N,N,,Y,,,,,,Y,,,N,N,,,,,Y,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Y,,,,N,N,N,N,N,N,N,N,N,N,N,N,,,,,,,,,N,N
    2,MC11151,MC11150,"shirts, 1/1 sleeve",,,,,N,N,,Y,,,,,,Y,,,N,N,,,,,Y,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Y,,,,N,N,N,N,N,N,N,N,N,N,N,N,,,,,,,,,N,N
    2,MC11152,MC11150,"shirts, 1/2 sleeve",,,,,N,N,,Y,,,,,,Y,,,N,N,,,,,Y,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Y,,,,N,N,N,N,N,N,N,N,N,N,N,N,,,,,,,,,N,N
    2,MC11422,MC11420,"sweatshirts",,,,,N,N,,Y,,,,,,Y,,,N,N,,,,,Y,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Y,,,,N,N,N,N,N,N,N,N,N,N,N,N,,,,,,,,,N,N
    2,MC11441,MC11440,"shirts,le.1/1 sleeve",,,,,N,N,,Y,,,,,,Y,,,N,N,,,,,Y,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Y,,,,N,N,N,N,N,N,N,N,N,N,N,N,,,,,,,,,N,N
    2,MC11451,MC11450,"ties, classic",,,,,N,N,,Y,,,,,,Y,,,N,N,,,,,Y,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Y,,,,N,N,N,N,N,N,N,N,N,N,N,N,,,,,,,,,N,N
    2,MC13101,MC13100,"meat, sausage",,,,,N,N,,Y,,,,,,Y,,,N,N,,,,,Y,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Y,,,,N,N,N,N,N,N,N,N,N,N,N,N,,,,,,,,,N,N
    2,MC13102,MC13100,"fruits, vegetables",,,,,N,N,,Y,,,,,,Y,,,N,N,,,,,Y,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Y,,,,N,N,N,N,N,N,N,N,N,N,N,N,,,,,,,,,N,N
    2,MC13103,MC13100,"dairy goods",,,,,N,N,,Y,,,,,,Y,,,N,N,,,,,Y,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Y,,,,N,N,N,N,N,N,N,N,N,N,N,N,,,,,,,,,N,N
    2,MC13104,MC13100,"bread and pastries",,,,,N,N,,Y,,,,,,Y,,,N,N,,,,,Y,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Y,,,,N,N,N,N,N,N,N,N,N,N,N,N,,,,,,,,,N,N
    2,MC14501,MC14500,"garden equipment",,,,,N,N,,Y,,,,,,Y,,,N,N,,,,,Y,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Y,,,,N,N,N,N,N,N,N,N,N,N,N,N,,,,,,,,,N,N
    2,MC22003,MC22000,"Rolling trolleys",,,,,N,N,,Y,,,,,,Y,,,N,N,,,,,Y,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Y,,,,N,N,N,N,N,N,N,N,N,N,N,N,,,,,,,,,N,N
    2,MC_ECKP,,"price point",,,,,N,N,,Y,,,,,,Y,,,N,N,,,,,Y,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Y,,,,N,N,N,N,N,N,N,N,N,N,N,N,,,,,,,,,N,N
    HI jagan.
    could you please share your mobile number.
    regards
    abhishek
    09008833411
    Edited by: abhishek011 on Jul 16, 2009 7:56 AM

  • SAP ERP and Cloud(C4C)

    Dear Experts,
        Currently iam facing error is to develop the integartion between ERP and Cloud(C4C) system (SAP ERP->PI->Cloud(C4C))
    We have installed all the standard tpz packages in ESR & done respective connection settings also.Now iam facing the below error while PI
    communicating to C4C,is there any specific connection settings need to do in C4C or PI side let me know.
    Receiver SOAP channel:
    1.Target Url- provided
    2.Username & pwd-provided
    3.Keystore Entry -provided
    4.Keystore view-Provided
    Apart from this anyother details need to provide or in C4C side.
    Best Regards,
    Monikandan

    Still facing to connect C4C,for webservie in receiver end we need to do any endpoint settings in SOA Manager in PI.
    Kindly explain about it.
    Best Regards,
    Monikandan.

  • ECC 6.0 and WE62 in tree view (IDOC documentation)

    Hi,
    we have just upgraded our ERP system from R/3 4.6C to ECC 6.0, new WE62 for IDOC documentation is in html mode only. Is it possibile to use old-style WE62 in tree-view mode ?
    Regards.
    Ganimede Dignan.

    Hello Ganimede
    The package SED (IDoc Interface (Processing, Administration, Definition)) has undergone a major change on ERP 6.0.
    The function modules for tree display of IDoc / segments found in function group EDIT no longer exist on the newer release:
    - EDI_START_IDOC_TREE
    - EDI_START_SEGMENT_TREE
    The only thing you can do is to copy the coding from an old 4.6c release into a new z-function group on ERP 6.0.
    Regards
      Uwe

  • Install SAP ERP 6.0 EHP4 Appl Srv FJS-00003 and FCO-00011 Error

    Hello to all
    i will Install an Linux Appl Srv (SLES 10 SP3) for our Windows 2003 x64/Oracle 10.2.0.4 SAP ERP 6.0 EHP4 Central Instance but i get the following errors
    ERROR      2010-10-28 11:35:47.149 [iaxxejsbas.cpp:204]
    FJS-00003  TypeError: nw.getJavaHome() has no properties (in script NW_DI|ind|ind|ind|ind, line 52089: ???)
    ERROR      2010-10-28 11:35:48.796 [sixxcstepexecute.cpp:950]
    FCO-00011  The step setUserEnvironment with step key |NW_DI|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|5|0|setUserEnvironment was executed with status ERROR ( Last error reported by the step :TypeError: nw.getJavaHome() has no properties (in script NW_DI|ind|ind|ind|ind, line 52089: ???)).
    i have found some Instruction to set JAVA_HOME, SAPINST_JRE_HOME .. but his not helps.
    Here the System Settings
    SUSE SLES 10 SP3
    InstMst_7.01_SR1__NW_ERP_CRM_SRM_SCM
    NW_7.01_SR1_Kernel_Linux__OS_400
    ORACLE 10.2 64-BIT / ORACLE 10.2 32-Bit / Client / Number 51033272
    sap-locale-1.0-25.7.1.x86_64.rpm
    sapinit-3.0-1.13.1.x86_64.rpm
    saplocales-2.4-4.x86_64.rpm
    sapinst stared as root
    profile and global directory from windows mounted to /sapmnt/E12/
    cat /etc/profile.d/alljava.sh
    export JAVA_HOME=/opt/j2sdk1.4.2_19
    export JDK_HOME=/opt/j2sdk1.4.2_19
    export SDK_HOME=/opt/j2sdk1.4.2_19
    export JRE_HOME=/opt/j2sdk1.4.2_19
    export SAPINST_JRE_HOME=/opt/j2sdk1.4.2_19
    export JAVA_BINDIR=$JAVA_HOME/bin
    export PATH=$PATH:$JAVA_HOME/bin
    cat /etc/profile.d/alljava.csh
    setenv JAVA_HOME /opt/j2sdk1.4.2_19
    setenv JDK_HOME /opt/j2sdk1.4.2_19
    setenv SDK_HOME /opt/j2sdk1.4.2_19
    setenv JRE_HOME /opt/j2sdk1.4.2_19
    setenv SAPINST_JRE_HOME /opt/j2sdk1.4.2_19
    setenv JAVA_BINDIR $/bin
    setenv PATH $:$/bin
    export tels me
    declare -x JAVA_BINDIR="/opt/j2sdk1.4.2_19/bin"
    declare -x JAVA_HOME="/opt/j2sdk1.4.2_19"
    declare -x JDK_HOME="/opt/j2sdk1.4.2_19"
    declare -x JRE_HOME="/opt/j2sdk1.4.2_19"
    declare -x PATH="/sbin:/usr/sbin:/usr/local/sbin:/opt/gnome/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/opt/j2sdk1.4.2_19/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin"
    declare -x SAPINST_JRE_HOME="/opt/j2sdk1.4.2_19"
    declare -x SDK_HOME="/opt/j2sdk1.4.2_19"
    setenv tels me
    JRE_HOME=/opt/j2sdk1.4.2_19
    SAPINST_JRE_HOME=/opt/j2sdk1.4.2_19
    JAVA_BINDIR=/opt/j2sdk1.4.2_19/bin
    PATH=/sbin:/usr/sbin:/usr/local/sbin:/opt/gnome/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/opt/j2sdk1.4.2_19/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/bin/X11:/opt/j2sdk1.4.2_19/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin
    JAVA_HOME=/opt/j2sdk1.4.2_19
    SDK_HOME=/opt/j2sdk1.4.2_19
    java -version
    java version "1.4.2_19"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_19-b04)
    Java HotSpot(TM) Client VM (build 1.4.2_19-b04, mixed mode)
    i hope somebody can help me
    best regards
    Oliver
    Edited by: Oliver Fischer on Oct 28, 2010 12:09 PM

    Hello Markus
    here the last lines
    ERROR      2010-10-28 14:27:11.986 [iaxxejsbas.cpp:204]
    FJS-00003  TypeError: nw.getJavaHome() has no properties (in script NW_DI|ind|ind|ind|ind, line 52089: ???)
    TRACE      2010-10-28 14:27:12.435 [syuxctask.cpp:1382]
               CSyTaskImpl::start(bool)
    A child process has been started. Pid = 12509
    TRACE      2010-10-28 14:27:12.584 [syuxctask.cpp:1382]
               CSyTaskImpl::start(bool)
    A child process has been started. Pid = 12510
    ERROR      2010-10-28 14:27:13.283 [sixxcstepexecute.cpp:950]
    FCO-00011  The step setUserEnvironment with step key |NW_DI|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|5|0|setUserEnvironment was executed with status ERROR ( Last error reported by the step :TypeError: nw.getJavaHome() has no properties (in script NW_DI|ind|ind|ind|ind, line 52089: ???)).
    TRACE      2010-10-28 14:27:13.304 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing option SAP ERP 6.0 EHP4 Ready - Support Release 1 > Software Life-Cycle Options > Application Server > Oracle > Dialog Instance( Last error reported by the step :TypeError: nw.getJavaHome() has no properties (in script NW_DI|ind|ind|ind|ind, line 52089: ???)). You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>View Log</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to /tmp/sapinst_instdir/ERPEhP4/LM/AS/ORA/DI. </p> </body></html>
    TRACE      2010-10-28 14:27:13.304 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    Oliver

Maybe you are looking for

  • Javascript alert box due to inactivity

    Can anyone give me an example how to use javascript to display an alert box after a certain time of inactivity?

  • Showing more than one month while selecting date via mx:DateField

    Hello, I would like to show previous month, current and next accordingly to current date. Is it possible to achieve this using DateField? If no is there any 3rd party control allows such a feature? I found nothing on this. I suppose I'm not the first

  • IDP in China

    First, I know this is a off-topic. But I don't know where to post this topic and this forum seems like the mostly related forum for this topic. OK, let me explain the problem. We are the iPhone programmers in China. Since the apple online store is no

  • Handling different screen resolutions by a desktop application

    Hi, I recently tried to make a desktop app using basic javafx layouts and controls. I made it using borderpanes, gridpanes and stackpanes. I had a base of borderpane, on which all my controls were placed on grid, but it looked lame, so i inserted a c

  • Change sitecode/Management point

    Hi I have a client that has a previously decommissioned SCCM environment (2012r2). I have implemented a new environment for them, but the site code/MP need to change for the clients currently in use on the client computers. Is there an easy way to ch