Java Required in SAP XI

Hey Guys
i have my background in ABAP but i wanna know JAVA too,i dont want to go for installation or admin but jst need some links which i can study to get an idea about how much of JAVA is required for a XI developer.
Thanx
Ahmad

Hi Ahmad
      You are correct ...Java will be help you lot in XI in particular mapping and modules
     And in addition to above res…
     Start up with Core Java like
    1) OOPS very basics
    2) Exceptions
    3) Collections
    4) I/O Streams
        Just read theory on this try to look at the existing examples then go practicing you own examples
  Links : www.java.sun.com
              www.java2s.com
    The above links will alomst all the information about Java
    This will be enough for Mapping UDF in XI
But if want write your own modules then you should know some extend J2ee(EJB)
it will take little time and practice...but If know Core Java rest all easy
I hope this will help you
Regards
Prasad

Similar Messages

  • Unable to resolve "Missing Required java Project : com.sap.dictionary"

    HI ,
      Iam praveen , working on web dynpro's , I imported a project template and repaired it and all the .jar files are included in the project . But still am getting some errors like the below...
    Error               Missing required Java project: com.sap.dictionary.services.     com.sap.dictionary.runtime          Build path
    Error               Missing required Java project: com.tssap.sap.libs.logging.     com.sap.dictionary.runtime          Build path
    Error               Missing required Java project: com.tssap.sap.libs.xmltoolkit.     com.sap.dictionary.runtime          Build path
    Error               Missing required Java project: org.eclipse.core.resources.     com.sap.dictionary.runtime          Build path
    Error               Missing required Java project: org.eclipse.ui.     com.sap.dictionary.runtime          Build path
    Error               The project was not built due to classpath errors (incomplete or involved in cycle).     com.sap.dictionary.runtime          
    can anyone help me in resolving these problems, i have been trying to resolve this problem , but failed. send me solution if any one can solve it
    -Praveen

    Hi praveen,
    your project refers to a dictionary that you haven't in the project. Besides, right click on the WD project and check all the external references to others projects. You must open the external projects pointed by your WD.
    Hope this help you,
    Vito

  • What is the Java runtime version required for SAP GUI 6.20 for Windows?

    Hi All,
    I need the following information:
    1.       What is the Java Runtime version required for SAP GUI version 6.2 for Windows (Platform Windows XP)?
    2.       And is there any problem if we use Java runtime version 1.6 on PC?
    It would be great if anybody can provide the information on the above.

    To run SAP GUI for WIndows -- Java isnt a pre-requisite nor is there any dependency for the same.
    Thanks,
    GLM

  • Create independent requirements in SAP R/3 using Java Connectors

    Dear Experts,
    I am an Developer and have this requirement .
    My part is to deliver a program [an EXE program] that can read an input file and create independent requirements in SAP R/3 accordingly using these function Modules.
    One thing that is very important to Notice is that,  to keep requirements synchronized in SAP with an external requirements plan[flat file] I will have to:
    1) Read the existing requirements for a material/plant combination using the BAPI_REQUIREMENTS_GETDETAIL from the Java program and
    2.) Update any existing requirements that don’t match the external requirements source through BAPI_REQUIREMENTS_CHANGE.
    3.) Create new requirements using BAPI_REQUIREMENTS_CREATE.
    Please help me how do I go about this.
    Your Help will be appreciated .

    Hi
    I not understand your question.
    ¿Need the steps to make the exe program?
    1.     Make the JCO communication between Java and SAP R/3
    2.     read the flat file and use BAPI_REQUIREMENTS_GET to display detail for planned  independent Requirements.
    3.     Update any existing requirements that don’t match the external requirements source through BAPI_REQUIREMENTS_CHANGE
    4.     Create new requirements using BAPI_REQUIREMENTS_CREATE.
    5.     call BAPI_TRANSACTION_COMMIT
    Important message of SAP documentation for BAPI_REQUIREMENT_CREATE > Caution: Method is obsolete as of Release 40A!
    Try reading the documentation for this BAPI.

  • Java need in SAP PI/XI

    Hello,
    I am new to SAP XI. I have worked 3years as ABAP developer.
    I do not know anything in Java. Please suggest the amount of java knowledge that I need to develop to become profound in SAP XI.Can anyone suggest any material that i can go thru to develop java skill that is required in SAP PI.
    Regards,
    HS

    Hi,
    As per the new releases and the past SAP PI/XI versions JAVA usage has been widely used in scenarios for Java Mapping , Adapter Module Development , UDFs and proxies.
    So the basic knowledge of Java is sufficient since you already have a coding background. You need to understand few commonly used functions in UDFs and standard java APIs. Please find the links below which might be of your interests :
    http://help.sap.com/saphelp_erp2004/helpdata/en/78/b4ea10263c404599ec6edabf59aa6c/frameset.htm
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b07fc2113ab?quicklink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0b39e65-981e-2b10-1c9c-fc3f8e6747fa?quicklink=index&overridelayout=true
    http://java.sun.com/j2se/1.4.2/docs/api/
    Hope this will help you understand Java usage in SAP PI/XI and for core and basic Java knowledge you have lot of websites available.
    Thanks & Regards,
    Abhi

  • Java App from SAP Portal - SSO2Ticket call - java.lang.UnsatisfiedLinkError

    Hi
    I am facing a problem in trying to call a java application from SAP portal.
    *Cause:*
    This java application is built on Unix (AIX) server. Previously it was running fine. Then there is a Tech Upgrade on SAP side in our company. After that I have been told to test whether the Java Application is getting called correctly or not.
    Error:
    I am getting the below error
    java.lang.UnsatisfiedLinkError: com/mysap/sso/SSO2Ticket
    Also when I am checking the log entry all I am able to see, there is error in SSO2Ticket.verify() method and the error is
    Error during initialization of SSO2TICKET;       com/mysap/sso/SSO2Ticket.init(Ljava/lang/String;);
    Effort:
    I checked all possible aspects what ever came to my mind and found in this forum so far.
    1. com/mysap/sso this package is there.
    2. SSO2TICKET class defined in that package
    3. The JAVA_HOME and CLASSPATH are defined correctly ( I guess so)
    4. Even the "libsapsecu.o" file is present
    I am not sure why still this error is coming. Am I missing something here? Or what ever I have mentioned above 1-4 I am not getting them correctly.
    I am new to this kind of native call technology. Please help me on this.
    My concerns are :
    1. Is the package com/mysap/sso should be in a specific location, which I am missing.
    2. Do I need to revisit my CLASSPATH set up for JAVA?
    3. Is any change required to the libsapsecu.o file?
    4. Most of all what on earth can I do to overcome this?
    5. After Tech upgrade do they need to do some sort of thing to make the Java native call available, which they might have missed? Does any one aware of any such thing?
    Please let me know the answer asap.
    Thanks
    Santanu
    Code:
    I am also attaching the code snippet from JAVA
    public class SSO2Ticket {
    static {          
              if (System.getProperty("os.name").startsWith("Win")) {
                   SECLIBRARY = "sapsecu.dll";
              } else {
                   SECLIBRARY = "libsapsecu.o";
              try {
                   logger.debug("java.library.path - "+System.getProperty("java.library.path"));
                   System.loadLibrary(SSO2TICKETLIBRARY);
                    logger.debug("SAPSSOEXT loaded.");
              } catch (Throwable e) {
                   System.out.println("Error during initialization of SSO2TICKET:\n"+ e.getMessage());
                   logger.error("Error during initialization of SSO2TICKET:\n"+ e.getMessage());
    public static synchronized String[] verify(String ticket, String pathToPSE) throws LogonTicketException
              //System.out.println("Ticket: "+ticket);
              //System.out.println("PSE: "+pathToPSE);
                logger.debug("Ticket: "+ticket);
                logger.debug("PSE: "+pathToPSE);
              String[] ticketContent = null;
              logger.debug("The value for initialized is -
    >"+initialized);
                   try {
                        init(SECLIBRARY);
                   } catch (Throwable e) {
                          logger.error("Error during initialization of SSO2TICKET:\n"+ e.getMessage());

    Hi,
    have you searched on SCN? There are some threads with same problem such as [this one|/message/9270216#9270216 [original link is broken];. There is more threads. They may help you to solve your issue.
    Cheers

  • Workstation Requirements for SAP SRM 5.0

    Hi All-
    We have a requirement from our client to provide all all possible workstation requirements for SAP SRM 5.0 to be running on Users Work station. I searched OSS notes but found none. Can anybody please share any information that you guys might know?
    Thanks,
    Sundeep

    Hi,
    You can use so called 'thin client' for example Citrix.
    Minimum requirements for user workstation is:
    - procesor Pentium III or IV 1GHz or equivalent
    - memory 512MB
    - HDD 15GB
    - web browser IE5.0 or higher
    - in some cases Java VM. (JRE)
    Most of my clients uses something like that.
    Regards,
    Marcin

  • JAVA Doc for SAP

    Hi Experts,
    Can Anybody please help me out finding the SAP JAVA Doc?
    Thanks
    Sugata

    Hi Sugata,
    > Can you please tell me if this same can be downloaded and later I can use offline as we have options to download the JAVA API?
    Don,t know about downloading, we'll have to check.
    > another help required - which one I should go with SAP NWDS or Netbeans for my JAVA Developments?
    SAP recommands NWDS for all java related developements. Even Netbeans is also comfortable and userfriendly to work on, problem only comes when you need to deploy something on SAP WAS. Netbeans doesn't support that.
    Regards,
    Sunil Chandra

  • Java client application + SAP Logon Tickets (SSO)

    Java client application + SAP Logon Tickets (SSO)
    Hello
    I have the following question, it is about connection between SAP Enterprise Portal and Java Application.
    After registration in Enterprise Portal (with Internet Explorer Browser) request is passed on to SAP backend system - cFolders (SSO methode)
    With internet browser functioned everything.
    How can one get, however, this Logon tickets with Java application and then be of use later for SOAP connection
    (everything with client java application)
    Thanks for quick help
    Edo

    Hi Edo,
    look at this https://media.sdn.sap.com/javadocs/NW04/SPS15/um/com/sap/security/api/ticket/TicketVerifier.html
    Best Regards
    Oliver

  • How can I use Seeburger java functions on SAP XI's user defined functions?

    Hi All,
    As my title implies; how can I use Seeburger java functions on SAP XI's user defined functions?  I've tried searching over the net in tutorials regarding this topic but I failed to find one; can someone provide me information regarding my question? thanks very much.
    best regards,
    Mike

    Hi Mike !
    You should check your documentation about which java classes you need to reference in the "import" section of your UDF. And also deploy the java classes into the java stack or include them as a imported archive in integration repository...it should be stated in the seeburger documentation.
    What kind of functions are you trying to use?
    Regards,
    Matias.

  • Requirement Standard SAP Report on Total Purchase Order Value

    Dear Friends,
    Could u please suggest is there any standard SAP report. Requirement has given belwo.
    I required if we have account assignment  Category A as one of inputs, we will get the reqd output  " Total Purcchase order value."
    Note 1) Total Purchase Order Value means - Basic price + taxes + Charges (Freight + Other charges - Discounts etc)
    Note 2) My requirement standard SAP report only.
    Thanks and regrds,
    Vijay Kumar TVN

    Hi,
    T code : ME80FN
    Select :Edit->Dynamic selections>Purchasing document item> Acct. assignment cat.>select A(f4)->execute
    select Material no., PO Number in program selections
    Hope it shall resolve your query....
    regards
    rahul

  • HT202651 Is java required for OS X 10.10?

    Is java required for OS X 10.10?

    To disable the notifications, go to the "System Preferences" application and click java(5th row). It will then open the java control panel in a separate window. From there go to the update tab(2nd tab) and uncheck the "Check for Updates Automatically" box. A new window will appear asking you if you really want to disable automatic update checks. Click the "do not check" button to confirm. That's all there is to it. Hopefully it helps.

  • Requirements for SAP Document management system in ECC 5.0

    Hi All,
    Can any one provide me the requirements for SAP Document management system in ECC 5.0.
    SAP Component   ECC 5.0
    OS    Solaris 5.9
    DB    Oracle 9.2.0.7
    Thanks in advance.
    Regards,
    Surendra
    <removed_by_moderator>
    Edited by: Juan Reyes on Aug 6, 2009 12:49 PM

    That info is available either at http://service.sap.com/pam or http://service.sap.com/quicksizer
    Please do some research before posting
    Read the "Rules of Engagement"
    regards
    Juan

  • Hardware requirement for SAP E-Sourcing 5.0

    Hi,
    Can any one tell me please about hardware requirement for SAP E-Sourcing 5.0.
    Thanks
    Sanjay Rai

    Hi
    Frictionless SRM 2005 SP3 has been rename SAP E-Sourcing SAP E-Sourcing 4.2.00.
    For detailed SRM Installation, Upgrade, Heardware requirments, Please go through the details of the Release-Independent Related OSS Notes given below ->
    Note 1093204 - Object Migration (This Note contains a detailed ZIP file)
    Note 1122739 - SRM E-Sourcing 5.0 Patch B (5.0.00_B) Release Notes
    Note 1094095 - SRM 2005 SP1 Patch O (4.1.00_O) Release Notes
    Note 1094094 - SRM E-Sourcing 4.2 Patch L (4.2.00_L) Release Notes
    Note 1094092 - SRM E-Sourcing 4.2 SP4 (4.4.00) Release Notes
    Do let me know.
    Regards
    - Atul

  • Do we need to install BI Java component of SAP BW

    Hi Experts,
    Currently, our custom need we give a list about the funtion of BI Java to determine whether the need to install BI JAVA.
    Any suggestions are welcome
    Regards!
    Jiayuan

    Following functionalities of BW 7.0 are based on JAVA Stack of SAP Application Server:
    BEx web reporting
    BW-IP - Integrated Planning
    Information Broadcasting

Maybe you are looking for

  • Updatable Materialized View with Union ALL

    (please don't ask about db structure) DB: 11gR2 create table table_1  (     id number primary key,     val varchar2(100) create table table_2  (     id number primary key,     val varchar2(100) insert into table_1(id) values (0); insert into table_1(

  • Mighty Mouse scroll ball problems

    I wondered if anyone could help me with a scrolling issue with the mighty mouse. Some days scrolling works vertically up and down and other times just one direction. I dont believe it is due to dirt in the mouse - it seems software related and is spo

  • Certification Form with database

    Hi, I need to know if Oracle application server FORM 10.1.2.0.2 is certified with Oracle database 11.2.0.2. or not. If so where I can found an official document that affirms this. thanks

  • Help to reinstall Acrobat Standard X

    Hi, I need help to reinstall my Acrobat Standard X It was factory installed by Dell few weeks ago and I had to reformat my computer. Nolw I want to reinstall it but I don't have any CD, just a SN

  • CS3 - Tryouts

    Hello, I'm sorry for my English. But I just wants to know, if where I can download the Creative Suite CS3-Tryouts? Is that possible? I want to buy it this month but first I want to check if it works good on my MacBook. So CS4 doesn't really works goo