ABAP development thru portal

I am not sure if this is the correct forum to post this but I could not think of another one to post into. Our company wants to start using the portal to for accessing SAP as opposed to fat client. I am trying to work with se80 and I find that it is not as good as the fat client. one thing I am finding is that when to click on a function, in the fat client you would be taken to the code for the function but in the portal it does not. It seems like delevoping thru the portal would really be a challange. Is anybody doing development thru the portal? are there tricks that you do or is there special setup that you do in order to do development?
thanks in advance for your help

Hi,
The Portal is meant to replace the SAP GUI from the user's standpoint. The idea is that users would be able to access all applications (SAP or non SAP) through a single (web-based) user interface instead of having to log on individually to each of the systems.
However, this does not apply to the developers. Developers will still have to do ABAP development using the SAP GUI and  dynpro development using the NWDS (for Java Web Dynpro) and SAP WAS (for ABAP Web Dynpro). This is not going to go away.
Hope this helps in clarifying your doubts.
Sudha

Similar Messages

  • Standard Transaction Vs Webdynpro ABAP development in Portal ?

    Hi All ,
    I just need to know that if we do some kind of enhancement/modification in sap standard screen using the classical tools like screen painter etc. when we deploy these transaction on portal we will have those changes on the web based GUI or we need to developed the whole new development for that transaction to show on the portal ?. I know webdynpro for ABAP can be used for new developments but what if we just need a simple change on screen and we can achieve the goal using simple screen enhancement ? do we need to develop the screen again in webdynpro ?  Kindly can anybody explain this ?
    Thanks a lot in advance.
    Laeeq.

    SAP ABAP screens are used by SAPGUI for Windows and SAPGUI for HTML and are presented exactly as the screen designer lays them out.  The portal can start either SAPGUI variant.
    WebDynpro has nothing to do with existing SAP ABAP screens. You build new screens and then call BAPIs etc to populate the fields.
    The portal can start a Web Dynpro application.
    To change the look of an existing SAP ABAP screen you need to change the screen. If you want to completely change the screen, start building Web Dynpro programs.
    Cheers

  • ABAP Development in portal

    When implementing employee self service and manager self service what are the best practices when creating ids.
    Are there any SAP programs that will automatically create IDs based on the HR master data table?  This would identify them as either employee or manager?  If changes are made to the HR master record would this disable their portal id if they are terminated?
    Thanks

    SAP ABAP screens are used by SAPGUI for Windows and SAPGUI for HTML and are presented exactly as the screen designer lays them out.  The portal can start either SAPGUI variant.
    WebDynpro has nothing to do with existing SAP ABAP screens. You build new screens and then call BAPIs etc to populate the fields.
    The portal can start a Web Dynpro application.
    To change the look of an existing SAP ABAP screen you need to change the screen. If you want to completely change the screen, start building Web Dynpro programs.
    Cheers

  • Which tool i should use to develope a portal

    Hi all,
      we are planning to develop a portal which we will expose to internet.
    Now my question is which tool i should use to develope this
       1.BSP
       2. jspdynpage
       3.Webdynpro java
       4.Webdynpro abap
    Which application will perform better on internet.
    Lots of rfc calls and webservice calls are there.
    plz give me suggestions .
    Thanks
    developer

    Hi,
    BSP - Abap workbench
    JSP Dynpages - NWDS (Netweaver Dev Studio)
    Webdynpro Java - NWDS
    Webdynpro ABAP - ABAP Workbench
    above all applications will perform at same level  depend on the content.
    best regards
    Hari

  • How to upload ABAP roles in Portal 6.0 N/W ABAP + Java

    Hi ,
    I have portal 6.0. How can i see the ABAP roles in portal. I know there is some backend system need to configured. please write step by step. I can create users in portal which is replicated in ABAP.
    i have gone thru some forums but did not get the answer.
    Regards
    Atul-

    Thanks for your reply... I am new to Portal. the document you sent me I did not understand where to configured backend system. please let me know where do I configured below information in portal
    When you create a system with a connection to an ABAP-based backend system, you must maintain at least the following property categories and properties:
    Property Category
    Property
    Connector
    Group;
    Logical System Name, e.g. QWACLNT100;
    Message Server;
    SAP Client;
    Message Server;
    SAP System ID
    User Management
    Logon method
    User mapping type (if you want to take advantage of user mapping)
    Internet Transaction Server (ITS)
    ITS Description, e.g. qwa_its
    ITS Host Name
    ITS Path
    ITS Protocol  
    Appreciate for your reply...
    Regards
    Atul

  • ABAP Development Workbench with WAS 6.4 ?

    Where to get ABAP Development Workbench ?
    Hello sap gurus, I am new to ABAP. I alredy have SAP NetWeaver Enterprise Portal on MaxDB - Developer Edition Sneak Preview installed on my server. However I want to use the ABAP Development Workbench.  I do now want to buy a book with cds or go to the sap shop site to get minisap.
    Is there any way to Use ABAP Development Workbench with Web Application Server 6.4 or 6.1?
    If yes where to get the WAS 6.1?
    Thanks

    Hi,
    What you need to install is the ABAP stack. This would be on your Netweaver installation CDs. Please have a look at service.sap.com/instguides for more in-depth installation instructions.
    If you just have the Portal then you only have the Java stack (the Portal is really just an application deployed to the Java stack.)
    Also do soe searches on SDN on how to integrate the 2 stacks..,

  • Starting Webdynpro ABAP development

    Dear Experts,
    I am a Portal Consultant and I know Webdynpro Java. I am planning to learn Webdynpro ABAP.
    Could you please provide me the details about actual Webdynpro ABAP development?
    I have seen some applications and they used "Service Call" method to execute BAPI's and setting Import parameters.
    In some applications they used normal development.
    Could you please provide which is suitable( through Service call or normal development) and majarity of the people can use?
    Thanks & Regards,
    Vijay

    Hi Vijay,
    Service call is required basically to get data from systems other than the calling systems i.e. a RFC call. Though you can use BAPI's to get data from the same system. (FM must be RFC enabled to use this functionality)
    You can also call normal FM, but for that you don't have to create a service call.
    Suppose if you want to use some standard BAPI's or FM just by creating service call you can use in your application.
    check this example how to use BAPI,
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9cb5d345-0801-0010-6a8e-fc57c23fd600?quicklink=index&overridelayout=true
    also read this..
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/a189b0ee583b8be10000000a421937/frameset.htm
    Cheers,
    Kris.
    Edited by: kissnas on Mar 21, 2011 9:34 AM

  • Web dynpro abap application on Portal does not work via internet access.

    Dear All,
    I have created a web dynpro abap application and deployed the same on Portal.
    The issue I am facing is that the webdynpro application works fine when the end user logs into Portal from Local Network,
    However when the Portal is accessed from outside the local N/W via Internet, Portal is working fine for other applications like ESS
    but the web dynpro application dont work.
    Is this some configuration issue on the portal / abap development or any workaround is possible.
    Regards
    Abhinav Dagar

    Hi
    Please try to use the [HTTP Watch 5.0 Basic |http://www.httpwatch.com/download/] tool to trace that WD Application link from the portal and you can easily find out the problem.
    Regards
    Prakash T

  • What are the steps for publish applications WD ABAP in the portal

    Dear Experts.
    The developers created an appplications WD ABAP. And my work is publish this development in the Portal of ESS.
    Anyone can help me with the steps for publish the development(applications WD ABAP) in the portal.
    Thank in advance for your help,
    Best Regards
    Carmen.

    Hi ,
    Please follow the below links for creating ABAp web dynpro iview in portal.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/1d/e4a34273f60b31e10000000a1550b0/frameset.htm
    http://www.sapdev.co.uk/sap-webapps/sap-portal/iview-wdp.htm
    Also you have to ensure that the system is created in portal and also check the system connectivity with backend.
    You need to select this system while creating iview.
    The below links will help you to create systems in portal.
    http://wiki.sdn.sap.com/wiki/display/EP/11Systems-+Creation
    http://wiki.sdn.sap.com/wiki/display/EP/SystemCreationin+portal
    http://wiki.sdn.sap.com/wiki/display/EP/HowtoCreateSystemObjectinthePortalforConnectingtoSAPbackend+System
    Hope these will help you.
    Regards,m
    Sandip

  • Add custom development to Portal

    Dear friends,
    I am a abaper new to Portal. I have developed car expenses screens in SAP. I have a requirement to add these screens in Portal under particular link.
    Kindly suggest.
    Praveen Lobo

    Is your custom development screen is accessed through any T-code , then you can use SAP Transaction iview where you can mention the t-code there.
    Please mention the kind of development that you did like developed in webdynpro ABAP or BSP ..etc...
    If you developed it through webdynpro ABAP, then you have to use SAP WEbdynpro iview.
    Below blog will help you in creating webdynpro abap iview
    Creating WD-ABAP iView and the WD Namespace
    You can also create BSP iviews with the below help link
    http://help.sap.com/saphelp_nw04s/helpdata/en/30/1b62799d786445a72ad85acb4fd55b/frameset.htm
    Raghu

  • Where to get ABAP Development Workbench ?

    Hello sap gurus, I alredy have SAP NetWeaver Enterprise Portal on MaxDB - Developer Edition Sneak Preview installed on my server. However I want to use the ABAP Development Workbench.  I do now want to buy a book with cds or go to the sap shop site to get minisap.
    Is there any way to Use ABAP Development Workbench with Web Application Server 6.4 or 6.1?
    If yes where to get the WAS 6.1?
    Thanks

    Read the responses in your other posts of the same question.

  • Sap abap developer or java developer

    hi
    I am an engineer (fresher) and i have two job offers in my hand one is java/j2ee developer and other is sap abap developer
    i am not able to decide which one to choose and i have no idea that which one is better than other.
    So if u were in my place then which offer will you accept
    Thanks
    Viron

    Hi Viron,
    I had to make a similar decision myself a number of years ago. Based on my personal experience I would say the following:
    *ABAP Vs Java*
    - ABAP  is a business procedural language, only used with SAP. Therefore you need to ask yourself the question do you want to restrict yourself to working with one product. Also more importantly do you enjoy writing business related reports? i.e. if you would prefer to program games on mobile phones or be involved in developing a cutting edge software product then ABAP is not for you.
    -  As a general rule ABAP jobs command a higher salary over Java (in the UK anyway) as it is a more specialised skill. There are far more Java developers around.
    - You may feel like ABAP is a step back after programming in Java. Although ABAP supports object orientated programming, web services, web portals ect.. this is not commonly adopted. There is of course a disclaimer here as if you are going to work for a consultancy on green field SAP implementations then you are far more likely to adopt and use the above technologies. However if you are working on an older SAP system or in a support environment most companies are still using the standard R/3 Interface i.e. no web portal and the majority of their reports have not been developed using OO Programming Techniques.
    - You could get the best of both worlds if you can get a job as a webdynpro Java developer in SAP. Then pick up ABAP on the side. Having knowledge of both languages would make you highly employable as a web portals developer. 
    - If you are strongly motivated towards Business Application Programming but would prefer to keep your options open to move into another area later in your career. Then you could look at working with Oracle Fusion, it is a software product based on Java. It is also the 2nd largest ERP tool on the market just behind SAP. This way you are building on your Java programming skills but not restricting yourself to working with an ERP software product in the future.
    Hope this is of some help.
    Regards,
    Phil

  • Debugging is not working in R/3 from WebDynpro-ABAP developed webpage input

    Dear Friends,
    We are facing a serious problem for debugging. Expecting valuable input for the same.
    Debugging is not working in R/3 from WebDynpro-ABAP developed webpage input in Production Server.
    The debugging (for WebDynpro-ABAP application) is working in Dev. Server for
    1st ] Within R/3
    Ex. debug for bapi within R/3. i.e. value enter as input in R/3 only.
    2nd ] From webpage to R/3
    Ex. Some input given on the internet web page developed through WebDynpro and external breakpoint set in R/3 it works. It directs to R/3 code through debugging.
    In Prod. Server the 1st case above is working but the 2nd case is not working.
    In Prod. Server the WebDynpro developed applications are running successfully through internet explorer webpage inputs. So running the application is not a problem in prod. Server but debugging of the same is the problem.
    The setting which are done in Prod. server are,
    1] RZ10 in parameters are set for port and host name.
    2.1] In SMICM check for ICM.
    2.2] Host file updated in Windows-System 32.
    3] In SICF following services are active,
    3.1] default_host/sap/bc/webdynpro
    3.2] default_host/sap/public/bc
    3.3] default_host/sap/public/bc/webdynpro/viewdesigner
    3.4] default_host/sap/bc/wdvd
    3.5] default_host/sap/public/icman
    3.6] default_host/sap/bc/gui/sap/its/webgui
    3.7] default_host/sap/public/ping
    3.8] default_host/sap/bc/error
    3.9] default_host/sap/bc/echo
    4] In SE80
    4.1] Internet services-System-are published
    4.2] Internet services-WEBGUI-are published
    4.3] Utilities-Setting-ABAP Editor-Debugging-Username & New Debugger set.
    4.4] Utilities-Setting-ABAP Editor-Editor-Front-End Editor(New) set.
    5] In Su01 for user profiles sap_all & sap_new is assigned and role  SAP_BC_WEBSERVICE_DEBUGGER is assigned.
    6] The support packages are also updated to latest level.
    7] Gone through following links but not getting any clues.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/74d50bd1431b5ae10000000a42189c/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/EN/77/3545415ea6f523e10000000a155106/frameset.htm
    Thanks in Advance.
    Best Regards,
    Abhijit.

    No cross posting
    Read the "Rules of Engagament"
    Regards
    Juan

  • 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

  • Error message from ABAP to BW portal

    Hi
    I need to write error message from ABAP to BW portal.
    If I write as usual: message E001(ZBW).
    Then I get a dump in portal.
    Does anyone know how to post error message in this case?
    Thanks.

    Hi,
    You need to use the function module RRMS_MESSAGE_HANDLING to post any kind of messages in the report output/web template or portal.
    You can pass the values trough the below parameters:
                  I_CLASS  = 'ZBW'
                  I_TYPE   = 'W'
                  I_NUMBER = '006'
    Regards,
    Shilpa

Maybe you are looking for

  • Help Required Setting up a Network with 2 Wireless Routers

    My network is based on 2 hubs: Room 1 - Main Hub Phone socket (where line enters my house) Modem WRT610N router Homeplug connected by ethernet cable to router Room 2 - Media Centre Homeplug Netgear DG834G v1 Room 2 includes a NAS and media streamer w

  • 3850 PoE issues with AP3600 and AP3700

    The switch is more than capable of providing 30 watts of power to the 3600AP yet it negotiates 15.4 watts and then I get errors in prime. Can someone explain how to fix this issue or what is causing the problem? Both radios are enabled so I would exp

  • How do i sync my iphone contacts to my computer so its backed up? but no sync computer contacts to my iphone 4?

    If I sync my iphone, will it put all my iphone contacts in itunes, so i can restore and back it up and still have all my contacts on itunes for windows without pressing the sync contacts button in the itunes iphone syncing section that allows you to

  • How to use  or call component in custom script expression

    i want to use component in custom script expression .(custom script expression is located at : when yow will click on one of the steps in criteria workflow 1)there is a tag named as event on clicking the event tag,there are two buttons named edit and

  • MPD and Last.FM

    this might be a longshot but i was wondering if there was a way for mpd to interface with last.fm. i know i can get a scrobbler working with no problem but i would really love to be able to listen to last.fm streams and get the whole love/ban/skip fu