Connection with SAP NetWeaver

Hi All,
I am very new for SAP. I just want to know is there java API's to connect NetWeaver.
Let me explan it more I want to create user in NetWeaver Portal without login just by java API's. For that i need to connect with portal. Is there any way to connect it?
Thanx
Shant

Hi Shanth,
You can create a WebDynpro Project, add the com.security.api.jar in its build path and write the following code in the iView or controllers init() method:
String userId= "ABC"
IUserMaint newUser = null;
try {
//Create User
newUser = UMFactory.getUserFactory().newUser(userId);
//Create User Account
IUserAccount uacc =     UMFactory.getUserAccountFactory().newUserAccount(userId, newUser.getUniqueID());
uacc.setPassword("XXXXX");
uacc.setPasswordChangeRequired(true);
uacc.save();
uacc.commit();
catch(Exception e)
      e.getmessage();
save the project, create an application for the project and deploy it on the Enterprise Portal server you want to create the user on.
If you have any more queries feel free to ask.
Regards,
Seema Rane.
P.S. Please reward points if reply found helpful.

Similar Messages

  • How can I connect with SAP NetWeaver 7.01 SR1 SP3 ABAP Developer Edition

    Hello together,
    I downloaded and installed the SAP NetWeaver 7.01 SR1 SP3 ABAP Developer Edition on a virtual client.
    I toke a long period to finish the installation.
    Now some questions to use this system in the right way:
    1.) How can I get a "developer license" which do not expire? Because the link http://www.sap.com/minisap seems to be not ok.
    2.) How can I connect via network with the sap system? the application server is running on a vm client with a static ip i.e. 192.168.1.5. And my laptop gets a ip in the same range. I have installed the gui on my laptop and tried to connect with the system. But it does not work! I used as application server the ip of the virtual machine. I use the gui witch is installed on the same host like the application it works (with localhost as application server adress)
    3.) Where can I download the newest version of the SAP Gui? I do not have a service marktplace account? Is it possible?
    4.) I read in the documentation that it should be possible to reach the sap system also with web dynpro: http://localhost:8000/sap/bc/gui/sap/its/webgui?sap-client=000
    But it does not work. I got an error message: Service cannot be reached
    Note
    The termination occurred in system NSP with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    Regards
    Christian

    I fixed in the meantime the second problem. It was a problem with my local firewall. But the other three points are still open.
    Thank in advance for your help

  • Errors when trying to connect with SAP Netweaver BW Connection

    Hi,
    I'm trying to pull in data from a Bex query using the BW Connection.
    I'm on SP4.
    When I add the connection from Data Manager, I can logon to BW, however when I browse for queries I get .COM exceptions and Class not Registered errors.
    Any ideas what could be causing this?
    Thanks,
    Angela.

    Hi,
    To design dashboards using BICS connection these are the prerequisits :
    on the client side : Xcelsius Enterprise Designer 2008 SP2 or above (trial or engage versions do not offer this connectivity),
                         SAP GUI patch 901 or above
    on the server side : NW 7.0 EhP1 SP5 with ABAP and Java stacks.
    To view dashboard (run time) :
    on the client side : a web browser, Adobe Flash Player
    on the server side : NW 7.0 EhP1 SP5 with ABAP and Java stacks
    Important Note: The BI Java stack and Single Sign On between ABAP and Java are a must have to get this connection working.
    @Sri

  • How to connect SAP R/3- System with SAP NetWeaver Portal (2004s)?

    Hello to all,
    sorry, can someone help me? How can I connect SAP R/3- System with SAP NetWeaver Portal (2004s)?
    Thanks and regards,
    Galyna

    Hi,
    In previous link contain this info
    This describes how to connect an SAP R/3 system to SAP NetWeaver Portal using an iView
    1)      Go to System Administration
    2)      Go to System Configuration
    3)      Go to Portal Content (Right Side Panel), open that folder.
    4)      Right Click on Portal Content, a Panel is displayed select "System (from Template)".
    5)      That will display a new view on right side, now select "SAP system using dedicated application server" from
    the existing templates. (Other templates are possible - for example, load balanced or through a SAProuter connection string).
    For this exercise, we'll use the simplest type.
    6)      Choose next
    7)      Give the System Name and System Id (which are mandatory fields) incase you want to give any brief notes
    about the system then give them in the "Description" field.
    8)      Open the Newly Created System.
    9)      Now when you want to create a New System, you have to fill four Properties they are:
    "Connector" - contains basic connectivty details
    "Internet transaction Server (ITS) - if you wish to use SAPGUI for HTML and/or IACs",
    "Web Application Server" - if you wish to access BSPs and/or Web Dynpro for ABAP and
    "User Management".
    You also need at least one "System Alias" has to be defined from the Display drop down menu.
    Make sure you have set end user access in the Permissions drop down menu to all users who need to access the system
    10)  Select "Connector" property, now fill the required fields such as:
    a)      Application Host (should be fully qualified hostname) - Give the R/3 "Application Name",
    which can be obtained from the SAP Logon Pad (check what R/3 system you are using, right click on it , go to the properties,
    it will open a window which has the Application Server Name.
    b)      Logical System Name - Give the logical name as defined in the backend system
    c)      SAP Client - Check the Client in the backend system and give the appropriate number (3 digits)
    d)      SAP System ID(SID)* - Check the R/3 properties and give the check for System ID
    e)      System Type* - Since we are connecting to R/3, select SAP_R3 system.
    f)       System Number - This is a two digit number that you can find in the SAP Logon Pad
    11)  Select "Internet transaction Server (ITS)" property, now fill the required fields like
    a)      ITS Description à Give some Description
    b)      ITS Host Name - Same as "Application Host" of R/3 (when integrated ITS) and should be attached with the
    port number of ITS Server (to get port number detailed description is given below). ex: hostname : port number
    c)      ITS Path - To get the path along with the port number you have to Log on to R/3 system. Use the
    Transaction Code "SICF", it opens a new window go to:
          default_host -> sap -> bc -> gui -> sap -> its -> webgui -> SAP GUI for HTML -> right click on
    that and click "Test Service'. This will open a new window, on the address bar you will find the "port number", and
    the path something like (/sap/bc/gui/sap/its/webgui). Use the path after the port number.
    d)      ITS Protocol - There are two protocols "http" & "https", select the appropriate protocol which is
    visible when you opened "Test Service" window.
    12)  Select "Web Application Server" property , now fill the required fields like
    a)      Web AS Description -> Give some Description
    b)      Web AS Host Name - same as ITS Host Name
    c)      Web AS Path - usually /sap/bc/bsp/sapd)*    
    Web AS Protocol - should be same as the ITS Protocol.
    13)   Select "User Management" property, now fill the required fields like
    a)      Authentication Ticket Type - Since we are not using SSO leave the field
    empty i.e. put in select mode. (Please note that longer term you will probably want to use SSO)
    b)      Logon Method - Select UIDPW.
    c)      User Mapping Type - In case you have administration rights then you choose "admin" or in case you
    just have user rights then choose "user", better go for "admin/user".
    14)   Since all the required fields are filled appropriately now create a System Alias name, this can be done by following steps:
    a) go to Display -> Select "System Aliases" give some Alias Name, let's call it "SAP_R/3"
    15)  Now that System is created we have to create a iView which will display the given Transaction Code.
    16)  Go To "Content Administration".
    17)  Go To "Portal Content".
    18)  Go to Portal Content (Right Side Panel), open that folder
    19)  Right Click on Portal Content, a Panel is displayed select "New" -> iView
    20)  Select iView template, click next
    21)  Select "SAP Transaction iView" from the list of templates available. Click next.
    22)  Give the iView name and iView ID. Incase you want to give any brief notes about the iView then give it in "Description" field. Click next
    23)   Select "SAP GUI for HTML" radio button. Click next
    24)  Now select the system which you have create "SAP_R/3", give some Transaction Code, say SE12 (Dictionary Display). Click next and Finish.
    25)  Now Preview the iView
    26)  You will see a new Window where in SE12 Dictionary Display window is displayed.
    Regards,
    Senthil K.

  • Embedding SWF file with SAP Netweaver BI Connection to JSP page

    All,
    Is it possible to embed a SWF file with SAP Netweaver BI connection that is already published in BW system to a JSP page?
    Thanks...

    Hallo,
    embedding the published web-template via iframe into the jsp should work:
    <iframe id="test" src="/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?DASHBOARD=TECHNICAL_NAME_DASHBOARD" width="600" height="800" />
    Regards,
    Roman

  • Regarding Connecting with oracle with sap netweaver developer studio

    hi
    i want to use oracle instead of max-db so can u
    please tell me the procedure how to connect to sap netweaver developer studio and was server
    bye

    Oscar,
    for WebDynpro-Projects you can create an .ear-archive in the context menu of your porject ("Create archive") that you have to deploy with SDM. BUT: webdynpro requires WebApplication Server 6.40! You cant use a webdynpro-project in your current ep60sp2-installation.
    for portal applications you can export a .par-arcive in the context menu of your project ("Export...", choose "PAR file") that you can import in your portal.
    you can't test your application without deploying it to a server. if you haven't got a connection to the server during developing, you have to install a portal or at least a WAS6.20(Java) & EP60SP2 or WAS640(java) & EP60SP>2 locally on your computer.
    if you choose to do that, i recommend the WAS6.40(Preview) because you can then develop webdynpros, too.
    kr, achim

  • Problem connectivity of Web Dympro with SAP Netweaver

    Hi guys,
    I've a problem connectivity of Web Dympro with SAP Netweaver
    I installed Sap NW in a machine on the local network with IP 192.168.x.y, and I can connect to it without problems; I can use the portal and implement jobs in Visual Composer.  
    After installing Sap Developer Studio, I connected it successfully to the NW through the menu "Preferences->SAP j2EE engine" selecting the option "SAP J2EE is installed on remote hosts" and inserting IP address of the machine with NW (192.168.x.y) and port 3900.
    Using these parameters the logon works, in fact I can see the tab "J2EE engine".  
    The problem is that when I try to make the deploy, Web Dynpro asks me the SDM password  (that I'm sure I've inserted correctly) but it returns the following error to me:
    Deployment aborted
    Settings
    SDM host : SVR-NW
    SDM port : 50118
    URL to deploy : file:/C:/DOCUME1/Michele/IMPOST1/Temp/temp59548Welcome.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/Michele/IMPOST1/Temp/temp59548Welcome.ear
    Aborted: development component 'Welcome'/'local'/'LOKAL'/'0.2010.09.01.07.31.29':
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [svr-nw] with user name: [Administrator]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.]
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Deployment exception : The deployment of at least one item aborted
    I want to add that  I use Win XP Prof, and I set the same credentials (user "Administrator" and the correct password) I used on the machine where SAP NW is installed.

    Hi Michele,
    There were 2 cases I explained, and the second was the one in case your SDM was blocked. Did you try the first one?
    Anyways, here is something more that you can try to get it working. In case the SDM password is valid, did you log into the portal as the Administrator? If yes, then you must have been asked to change the password. If you did change the password there, login to the remoteGUI using the Master password (abcd1234) and change the password there also to the same password you use for Administrator on the Portal. Now try again.
    In case the above doesnt work, start the configtool.bat from \usr\sap\J2E\JC01\j2ee\configtool and go to secure store. Here define the J2E passwords again (the same new password you gave for the Administrator in the portal), save and restart the server. I think it would work then
    Hope that helps you out!
    Bye,
    Sameer
    P.S - the main thing is that the error you got was Authentication failure using the Administrator username. Thats why you have to make sure that the password for the SDM is the same as what you gave for the Administrator login in the portal. So after you login into the remoteGUI, CHANGE the password to what you have for the Administrator(just like the one in the portal).
    Message was edited by: Sameer Jagirdar

  • BO XI3.1 Client tools connection with SAP BW

    Hello everyone,
    I have the following challenge:
    I have an installation with Businessobjects XI 3.1 which connects to SAP netweaver BW.
    When I use the client tools wich are installed on the server also, I can make a connection to Sap BW in the designer tool, and create a web intelligence rapport on this connection. When I get the rapport in Infoview, I can refresh the data, en this is showed.
    When I Use the Client tool from a workstation, and test the connection, or refresh the data, is get the error message :
    A database error occurred. The Database error text is: A runtime exception has occurred. (License key Check Failed. Check that you are licensed to access SAP data sources). (WIS 10901)
    In Bussinesobjects I configured each server to a dedicated port, and made sure that every server can be reached for the workstation.
    Somebody any suggestions for this issue? When I search on the error n=message, is get a few hintu2019s but they are not the problem, because it is running fine from the server.
    I appreciate every suggestion.
    With Kind regards,
    Ronald van Amelsvoort.

    Hello Dennis,
    You're right, I did not have the SAP intergration kit installed, at the workstation. After installing it works.
    I did not know, or did found this in the installation manuals.
    Thanks for your help.

  • Compatibility of Informatica with SAP Netweaver BI 2004s

    Hi,
    Currently we are using Informatica Power Center Version 6 with SAP BW Version 3.1. So far there has been no problems in terms of connectivity or extraction. We are now looking to upgrade to SAP Netweaver BI 2004s. Would anyone be able to tell whether our existing Informatica would be compatible with the Netweaver version ? I am told that the latest Informatica is now version 7. Do we need to also upgrade that Informatica to version 7 in order for it to be compatible with SAP Netweaver BI 2004s?
    Any inputs regarding this are highly appreciated. Thanks in advance.

    Hi,
    Check this,.. this has very little info ..
    http://www.taborcommunications.com/dsstar/04/1130/109597.html
    Thanks,
    Raj

  • Unable to create a Relational Connection to SAP Netweaver BW Infoprovider

    Hi Experts,
    I'm tring to create a relational connection to SAP Netweaver BW Infoprovider: Information Design Tool
    And have mentioned all the parameters needed for the connection correctly.
    Current version is BW 7.4 and IDT 4.1
    But m getting the error which is returning from the host due to failed RFC Connection which I have not understood.
    Please guide me how to resolve this error and what is the reason behind this error. .
    Kindly see the attached file of error.
    Your answers will be helpfull.
    Thanks & Regards,
    Shruti

    Hi,
    Check the attached wiki link to setup RFC connection.If this not already setup then ask your basis team to setup RFC connection.Before creating the IDT connection test the RFC connection in sm59.
    SAP BW With RFC JCO Connections In Information Design Tool - Business Intelligence (BusinessObjects) - SCN Wiki
    if you set the manual call back then add higlighted parameters in the IDT connection.
    Amit

  • Get connection with SAP

    Hi
    How is it possible to get connection with SAP system when i am working in SAP NetWeaver developer studio?
    do i required any connector for this?
    Regards

    Hi Quali,
    Inorder to get connected to the SAP system via your SAP NWDS(SAP NetWeaver developer studio).
    1) Please check if you are able to get connected to the remote server, incase the server is on a different machine. You can do it by following the steps below:
    Click on Windows Start menu -> click on Run -> Typein "cmd" and click on Ok button -> Typein "Ping 'IP address of the remote server'", I mean your remote server machine's IP address(Ex:10.6.52.189 or whatever it is). If it responds then please carry out the following steps in NWDS.
    2) Please GoTo :
    NWDS menu - > Window -> Preferences -> SAP J2EE Engine(Choose this on the left menu).
    Now, if your server is not installed on the same machine on which you are working then go for the first radio button which says "SAP J2EE engine is installed on remote host" and enter the server's IP(Internet Protocol) address(Ex: 10.6.52.14, etc)in "Message Server Host" and enter 3601 in "Message Server Port".
    Click on apply and Ok.
    3) Now again Click on Windows Start menu -> click on Run -> Typein "drivers" and click on Ok button  -> Open the folder "etc" -> look for file "Hosts", openwith notepad
    -> Now typein the IP address and the corresponding host name(of the remote server)please note that the IP address and the host name should be separated by at least one space, preferably a tab space. -> save the hosts file.
    Now you should be able to connect to your remote server.
    Regards,
    Sudeep

  • Best Practice to start with SAP NetWeaver BI (BW) to become a BI consultant

    Hi there,
    I have one Question. As consultant for SAP NetWeaver Portal (Development/Java), I would like to start with SAP NetWeaver BI (System Configuration, Customizing and Development with ABAP/ABAP OO) through e-learning and/or with (e)books.
    A system for making practice is available.
    Can someone give me a helpful guide how to start and become a BI Consultant for system administration and development within the next 12 months?
    Some Questions I have noticed are:
    1) The system (application) environment of BI (what is integrated in it - e. g. within the portal, there is a storage for unstructured information like documents or virtual rooms for collaboration between departments - and what does it make)
    2) How does development in BI works (development environment, coding, debugging, building, deployment and test) and what is used stronger (ABAP or ABAP OO)? Here, I don't mean how to write ABAP or ABAP OO programs, only the infrastructure from development to transport to a target system
    3) How is a BI system to configure as default after installation?
    4) Good guides (e/books) to learn ABAP and ABAP OO (as far as possible oriented on the practive)
    Of course, these are only a few Question and far from complete. Details and other important points will be appreciated.
    Many thanks,
    Cengiz

    Hi,
    1) The system (application) environment of BI (what is integrated in it - e. g. within the portal, there is a storage for unstructured information like documents or virtual rooms for collaboration between departments - and what does it make)
    Document management from RSA1 transaction of BI helps to attach any unstructured documents at specific level in BI.
    2) How does development in BI works (development environment, coding, debugging, building, deployment and test) and what is used stronger (ABAP or ABAP OO)? Here, I don't mean how to write ABAP or ABAP OO programs, only the infrastructure from development to transport to a target system
    BI has got  a separate tool and GUI to perform all the Extract, Transform and load related activities. ABAP is part of BI but you don't need much extensive ABAP learning. Basic ABAP is sufficient to write routines and extractors.
    3) How is a BI system to configure as default after installation?
    May be a BASIS person can help you out here about the configuration but this is not the job of BI person.
    4) Good guides (e/books) to learn ABAP and ABAP OO (as far as possible oriented on the practive)
    You can search for SAM Series learn ABAP in 24 days book. This book is sufficient to learn the ABAP required for working in BI.
    But except ABAP you will have to completly learn the BI system to work efficiently.
    Regards,
    Durgesh.

  • What contents we can include under JAVA with SAP NetWeaver 7.0?

    hi friends,
    i want to know about JAVA with SAP NetWeaver 7.0.
    whether it covers only java programming or java-WebDynpro,portal and many more?
    can somebody give details on this?
    i have worked on java-WebDynpro,portal.is that enough to get certification on JAVA with SAP NetWeaver 7.0-Associate  C_JAVA_70?
    please provide me details.
    thanks
    Nutan.

    Hi Rajesh,
    I cleared this certification last year. Go through the syllabus mentioned. In our time there were 13 different sections e.g NWDI, EJBs, WD etc which had multiple choice qs and u need to click on the radio button for that.
    How to prepare.
    Go through the topics and course books mentioned in the syllabus well. U should be clear with all the basics especially EJBs and NWDI, lot many qs asked from these. WedDynpro qs are basically easy.if u dnt have books chk sdn and help site fot the topics.Qs chk your understanding of the content. They come from syllabus but are not direct and multiple choice make it difficult to answer.
    How to answer the questions.
    Chk every option in case of mutiple choice. Mark only those options which u are full confident and den if more than 50% confident bcoz we heard there were -ve markings although not sure how they calculated marks.
    Is any sample test program is there?
    There are no sample test program for this.
    All D Best for the certification.
    Regards
    Priyanka

  • Best practices of integration with SAP Netweaver

    Hi All,
    I'm totally new to SAP Netweaver but I have a task to integrate our system with SAP ECC (R/3). We are using SAP Netweaver 6.4. The goal of integration is to provide for user list of available modules (Sales and Distribution, Human Resource, Payroll, etc) and when user selected for example Payroll we need to display list of available BAPIs. In general weare able to create Enterprise Web Service for some BAPI and consume it. But the problem is that everytime when administrator changed BAPI process (for example added new field to Business Object) we need to regenerate wsdl and change our client application. Does Netweaver provide some Web Service which can retrieve list of applications, list of BAPI processes and can retrieve meta data of some BAPI? Something like Partner Web Service interface?
    We are looking for best practices of integration with SAP Netweaver. We are trying to develop something like adapter which will be able to pull data into SAP ECC system is there any generic way to develop this adapter?
    Thanks in advance for your help.
    Yura.

    Hi Yura !!
    As far as I know, this is not possible yet. Using SAP Netweaver XI/PI, although it adds value to the webservice scenario exposing BAPI functionality, it also needs to maintain a refreshed version of the BAPI definition in its repository. Depeding the complexity of the change in the BAPI structure, maybe PI may allow you to continue working without changes.
    Maybe a good practice is not to make too much changes to a production BAPI, instead make a review in development environment, and once it is stable, use it in production. Other good practice is to keep older versions of BAPIs and add the changed ones as new versions to have back-compatibility
    Regards,
    Matias.

  • SAP Certification for  *ABAP  System Interfaces with SAP NetWeaver    7.0*

    Hi Experts,
      I am appearing for SAP Certification in the stream of  *ABAP 
      System Interfaces with SAP NetWeaver    7.0* 
      so as per the syllabus i required the following material,
      BC420,BC425, BC427,BC415,BC417,BIT300,BIT350
      BC401,BC402,BC400, BC430,BC490,ADM325,BC425,NET900,
      NW001,TESA20,TZCAFG,SM001
      so if any body is having the softcopy or any related links of the   
      above  mentioned material
      please send to my following mail ID's.
      <removed by moderator>
      Points Assured.
      Regards
      Praneeth
    Edited by: Jan Stallkamp on Oct 13, 2008 3:30 PM

    Don't ask for copyrighted material!
    Don't publish your e-mail address!
    Don't assure points!
    => this thread will be locked.
    Please read the rules of engagement otherwise you will set your account on risk of being deleted.
    Best regards,
    Jan Stallkamp

Maybe you are looking for

  • Basic extraction  doubts sap SAP R/3 to SAP BI

    IN SBIW which radio button i should select if i am extracting the Table in R/3  with 77 fields into sap BI ? 1) Transaction  or 2)Master data attributes 3)texts data please tell me ... and after that If i want to  use the table for reporting in SAP B

  • Exit/Badi for Accounting Document

    Dear Friends Is there any user exit/BADI for accounting document. My requirement is quite simple which you would also faced in many implimentation. Client wants number ranges business area/plantwise. I was just thinking as plant/business area is a li

  • Uploading data into 0CRM_CO1 cube

    Hi all, i'm trying to upload data into the above said CRM cube... its a content cube .. but when i'm trying to see what is the datasource in the content i dont see any datasource. The question is ... do i need to create a generic datasource or there

  • BIP Bursting Process

    Hello Currently i am using Apps environment - 11.5.10 with patchset level - CU2. which was the basic assumption to use bursing. I have a requrement to send the excel sheet to the mail recepients once the report is run successfully. My report is Oracl

  • How to re install Playbook video chat application

    hello everyone, i hope someone could guide me in resolving this issue. the blackberry video chat application was there when i first bought my playbook, but since i updated my system software its gone. tried search for it in apps world but cant find i