Which web dynpro I am using?

Hi all,
    I can not contact with my basis now, I want to know I am using ABAP web dynpro or JAVA web dynpro. How can I check it? Thanks~

hi
I want to know I am using ABAP web dynpro or JAVA web dynpro
if  u logon to SAP LOGON PAD and choose some system and use transaction se80 and do ur coding in
web dynpro using ABAP syntax , u r using WD ABAP otherwise u r using WD JAVA
Web Dynpro ABAP is the SAP standard UI technology for developing Web applications in the ABAP
environment.
for WD JAVA , u use Netweaver Development Studio
u will find a list of the processes and process steps of the Web Dynpro Java variant ,
from this SAP online help :
http://help.sap.com/saphelp_nw70/helpdata/EN/db/bd3642e2a3ab04e10000000a1550b0/content.htm
http://help.sap.com/saphelp_nw70/helpdata/EN/15/0d4f21c17c8044af4868130e9fea07/content.htm
I hope , this is wht u wanted to ask ...
regards,
amit

Similar Messages

  • Problem Web Dynpro Java applications using JasperReports

    Hello all,
    We have followed the footsteps of these blogs but we can not make it work.
    Part I --> Part-I: Print Web Dynpro Java applications using JasperReports
    Part II --> Part-II: Print Web Dynpro Java applications using JasperReports
    Part III --> Part-III: Print Web Dynpro Java applications using JasperReports
    Details system: 7.02 SP3
    We believe that the problem is in the library, because it finds them.
    1) We created project as a DC external library with *.jars
    2) Public part DC external library.
    3) Add public part of DC Library into new project DC WebDynpro Java.
    4) Development Component -> Build is OK
    5) Development Component -> Deploy is OK
    6) Test app ERROR.
    When we run the application shows the error:
    The initial exception that caused the request to fail, was:
       java.lang.NoClassDefFoundError: net/sf/jasperreports/engine/JRDataSource
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:141)
        at com.unisys.tmb.View01.onActiongenerarPDF(View01.java:161)
        at com.unisys.tmb.wdp.InternalView01.wdInvokeEventHandler(InternalView01.java:140)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
        ... 28 more
    See full exception chain for details.
    Regards,
    Luis.

    Hello John,
    Thanks for the link. We have performed the steps in this blog:
    1) Create DC Project "External Library" with name js/jars:
    - Add *.jars in folder Libraries.[Screenshot Libraries|http://img846.imageshack.us/img846/8395/jsjars.jpg]
    - Add archives (*.jar) to public part with name ExternalLib. Which option to choose?
    a- Provides an API for developing/compiling other DCs (Option chosen)
    b- Can be packaged into other build results (eg SDAs)
    - Development Component -> Build
    Step 1 is OK.
    2) Create "J2EE Server Component / Library" DC with name js/lib:
    - Add Used DC -> public part project ExternalLibrary -> "ExternalLib"
    - Specify both build time and run-time dependency here and strong.
    - Generated SDA file in <var>gen/default/deploy</var> How do we check that it contains <var>js.jar</var>?
    - folder gen/default/plublic/defLib/lib/java then you meet *.jars files again. is OK.
    - Development Component -> Deploy.
    - Go to Visual Administrator. We found the library js/lib, but has no associated *. jar. It is the problem.[Screenshot Visual Administrator|http://img542.imageshack.us/img542/5537/visualadminlib.jpg]
    3) Create "WebDynpro" DC with name pdf_jasper
    - Add used DC (defLib) to WebDynpro DC with option "Build time".
    - WebDynpro References -> Library references --> add <var>jslib
    - Deploy
    - Run error: java.lang.NoClassDefFoundError: net/sf/jasperreports/engine/JRDataSource
    Regards,
    Luis.

  • How web dynpro abap is used for snc

    Hi folks,
               I am new to web dynpro abap.Some one told we can upgrade snc from lower version to higher version but i dont have any knowledge on snc.For upgrading snc what we must have 2 know. How web dynpro abap is used for upgrading snc.Pls provide any links related to web dynpro abap with snc.
    Thanks in advance

    Hello Ravidanda,
    I have found a link that provides some information on how Web Dynpro ABAP is used in SAP SNC in the SAP Help. Here you go:
    http://help.sap.com/saphelp_snc70/helpdata/EN/46/7256ce7fde01dde10000000a1553f7/frameset.htm
    I hope this will help you.

  • Is it possible to cal web dynpro java application using portal application?

    Hi,
    is it possible to cal web dynpro java application using j2ee portal application?
    If possible, how can it be done the parameter mapping over context area?
    Regards.

    you can just append parameter to the url as usual.
    you will write some code in the controller to get the parameters and set them to the context.

  • File Upload in Web Dynpro ABAP not using File Upload UI element

    Hi all ,
    I have searching for a way to upload a file using the file open dialog ( or even by manually specifying the path/file name) without using the file upload UI Element in ABAP web Dynpro . The  File Upload UI element works for smaller files however with large file sizes 64 MB , the system seems to be running of memory (SYSTEM_NO_ROLL) . This is due to a known fact that the UI element makes a duplicate copy of the whole copy while it does the upload.
    I have been looking at the ACFUPDOWNLOAD as a way to solve this problem but cannot seem to figure out how it works , even the sample program  provided  by SAP does not work. I am working with a regular abap server and not kpro( knowledge mananagement provider)  or portal .
    Any help would be greatly appreciated.
    thanks,
    Ali.

    If you are on NetWeaver 7.01, you can try both the ACFUpDownload UI element or try creating your own FileUpload in Adobe Flex with Flash Islands.  ACFUpDownload requires the KPRO by default (which is why the same application isn't working for you), but you can write your own handler class to act as the KPRO receiver.  Here is an eLearning on the topic:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/109b9b52-bc00-2c10-8786-e4c5e96d7e04
    and source code:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70645070-bb00-2c10-f086-f126721acdb4
    If you want an eLearning on the FlashIslands approach, you can find it here as well:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50d42644-91ef-2b10-228c-9e0ae75b274e
    and Source Code:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f044b62c-90ef-2b10-64a6-9ec25294d133
    However in both of these approaches you still have to be careful with how you handle large files.  The problem is that they are processed often a single binary string.  This makes the processing easy, but requires total amount of session memory at least as large as the file being uploaded.  In NetWeaver 7.02 ABAP adds the concept of Streams and Locators to help with the partial processing of large files.  This feature doesn't come until later this year, but if you are interested you can learn about it here:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80f983df-213e-2c10-ba89-b5a12ef178e8

  • How to make Web Dynpro Search work using CAF Entity Service Method

    Hallo everybody,
    I'm facing a problem regarding CAF Method and I really need some help.
    The Method I want use is a "Search by Key" method, which I already testet in Composite Application and it has worked.
    But wenn I try to add the CAF Model in Web Dynpro and Apply the template in Component Controller, there was no input value there to be selected but only the return values. How can I make the method work?
    Thanks a lot.

    Hallo everybody,
    I'm facing a problem regarding CAF Method and I really need some help.
    The Method I want use is a "Search by Key" method, which I already testet in Composite Application and it has worked.
    But wenn I try to add the CAF Model in Web Dynpro and Apply the template in Component Controller, there was no input value there to be selected but only the return values. How can I make the method work?
    Thanks a lot.

  • Is Web Dynpro ABAP being used in production?

    Friend,
    My company wants to start using Web Dynpro ABAP.
    I wanted to know if Web Dynpro ABAP is in ramp up mode or the latest release is good for production?
    Are many of you already using Web Dynpro ABAP in production?
    Thanks in advance.

    THere are many ramp-up customers that are currectly developing/using WDA.   It is still in ramp-up and not available for general customers.  Are you a ramp-up customer for Netweaver 2004s?  If so, you are free to develop and use WDA.  If SAP felt that it wasn't ready, they probably wouldn't have released it for ramp-up.  Any problems that have come out of ramp-up, have probably been addressed and fixed with support packs.
    Regards,
    Rich Heilman

  • Web Dynpro Callable Object : use of RFCs

    Hi All,
    I've to create a callable object using Web dynpro.
    In this web dynpro to display a table data populated by calling RFC and we need to select one row of the table and sent it as output parameter.
    My question is how we gonna set the getDescription Method in this case for creating the Callable Object?
    How we define the execute Method in the Interface Controller.
    Where I should bind the Model to Controller (Component Controller / Interface Controller)
    Can someone explain how we gonna use RFC in Web dynpro while calling it as Callable Object.
    Thanks
    Srikant

    Hi,
    You need to have the SCs for local development of Web Dynpro callable object.
    Refer the following documents for more details:
    <a href="/people/andre.truong/blog/2006/06/26/working-with-the-apis-of-caf-guided-procedures-nwdi-or-local-development with the APIs of CAF Guided Procedures: NWDI or Local Development?</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f7be53bb-0b01-0010-1c96-be3cb6799c1b">How to Get NW04s SP7 Guided Procedure APIs for Local Development</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e3f07a7a-0601-0010-ebbd-b9cfb445b814">Implementing a Web Dynpro Callable Object</a>
    Let me know if this solves your issue.
    Thanks,
    Dipankar

  • Web Dynpro with Bapis using Miniwas 6.20 or Sneak Preview 6.40 ABAP

    Does anyone know if I can I use a web Dynpro that uses BAPIs to connect to a Miniwas 6.20 like a Backend system?
    I have the SLD configuration OK, I was able to create the Jco connection, but when I test the Metadata application  with this Technical System (Miniwas 6.20) at the Content Administrator I get an error message: "Group PUBLIC not found" (I also tried with SPACE, like a Logon Group). I have the corresponding settings in the service file on Windows folder (sapmsBSP 3600) and the others settings too.
    I think the problem is to try to define Logon Groups at this kind of R/3 system (Miniwas 6.20) ... It's possible to use Logon Group with Miniwas?
    I want to know if somebody had tried to do this practice (Web Dynpro using BAPIS)against to Miniwas System.
    Please I would like to get a yes or no answer
    Janett

    Hi,
    You have to configure the PUBLIC logon group in SMLG transaction.
    Once configured the SLD and JCO-Destinations in the WebDynpro Content Administrator, we had the same problem with METADATA_DIRECTORY JCO-Connection. When we tested it, we got an error related with the PUBLIC LOGON GROUP. This JCO destination is a metadata directory connection and use the SAP message server to connect to the PUBLIC logon group.
    You can create the PUBLIC logon group easly with SMLG, but it is necesary to add a "Logon Favorite Storage" in "SMLG Transaction - Display control/status Area" called PUBLIC too.
    More information at:
    http://help.sap.com/saphelp_nw04/helpdata/en/28/1c623c44696069e10000000a11405a/content.htm
    After that, all JCO connections and the webdybpro application should run fine.
    Regards.
    Agustin Alvarez

  • How to use Web dynpro DC to use another Web dynpro DC?

    First,I created a Web dynpro DC,and make the component to public .
    Then,I created another Web dynpro DC,Add the first DC in Used DCs,But in this Web dynpro, I can't use first Web dynpro Method,can anyone tell me how to do it?

    Go for below document.
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60132577-7801-2b10-c9b1-b13b2f78f23b?QuickLink=index&overridelayout=true]
    This explains interaction between two components of same DC.
    Now, since you need 2 DC.
    Then follow below steps in addition to above document.
    1. Create DC1 and Dc2
    2. Add dependency from DC1 to DC2. (Used DC Component).
    If you find any further issues then please revert back.
    Thanks

  • Separatate column of Web Dynpro ALV table using a vertical line

    Hi Experts!
    I have Web Dynpro ALV table and  I have a requirement to add a colored vertical line between two columns as a separator.   
    Is this possible? Is it possible to adjust border width of individual cells?
    I would be grateful for any ideas you may able to share.

    Both could be achieved by creating custom theme. But those changes will be applicable to tables and ALVs in your applications.
    Nitesh

  • Cannot pass data from Web Dynpro to XI using a Web Service

    Hi All,
    We have been facing some issues when we try to pass on a SOAP / XML message via a WSDL from a WebDynpro App to XI - No data is reaching XI interface. The payload data details for the inbound message in XI is empty. When testing the WSDL separately using XML spy the data passes to the XI successfully.
    The problem only occurs when we pass on the data from the WebDynpro component.
    We are also passing additional information _user and _password to ensure authenticated access.
    Steps that we completed so far:
    1. Created a WSDL which we can use to communicate to XI interface.
    2. Imported WSDL using webdynpro Web Service Model import
    functionality.
    3. Bound WSDL with webdynpro components.
    4. Pass on data through WSDL contexts.
    5. Execute WSDL model.
    Any help would be much appreciated.
    Thanks,
    RR

    Hi,
    please check document:
    Almost Everything about Transaction Launcher u2013 Part
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/3059fb20-987f-2e10-ef82-d147b9b5e8b4
    Denis

  • Upgrading to APEX 3.2 in XE, which web server am I using?

    New user, so much to learn, begin with the idiot stuff.
    I have a new install of XE under Windows and was not asked about PL/SQL gateway or Apache. I want to upgrade APEX and may as well stick with I am already using, so ...
    How do I tell whether I am using PL/SQL gateway or Apache? The XE install guide didn't help, I am guessing that I am not using Apache because there was no configuration step for it in the install.
    Are there comparisons of PL/SQL gateway and Apache showing pros and cons which would let me make a sensible choice?
    Are there any gotchas in the seemingly newly introduced disconnect between APEX accounts and database accounts?
    Thanks,
    Ed
    Edited by: user633260 on 15-Mar-2009 05:41
    Edited by: user633260 on 15-Mar-2009 05:48

    Ed,
    If you just installed XE, you are using the Embedded PL/SQL Gateway. About the pros and cons of EPG vs. Apache, our friend Tyler made some points here: Re: APEX3.2 with emp can not running on oracle database10g? .
    Are there any gotchas in the seemingly newly introduced disconnect between APEX accounts and database accounts?I think you may have misinterpreted something you read. There are no newly introduced changes having to do with XE+Application Express (which has been out there for years now) or with the relationship of database accounts to Application Express user accounts.
    Scott

  • Web pages don't render properly no matter which Web browser I'm using

    I've run across a very curious issue - Web pages do not render correctly in either Internet Explorer (version 8, 9, 10, 11 - I've tried them all) or Firefox (latest version).
    If I visit a Web page that contains a commenting system (Disqus, Facebook, etc.) none of the comments are displayed. Moreover, I've noticed that none of the Greasemonkey extensions (all JavaScript) that I've installed in Firefox run, either. I don't expect
    an answer to the Greasemonkey extensions issue, but I think it helps to shed light on the overarching issue. Something seems to be blocking JavaScript but I can't figure out what it might be.
    I've a Windows 7 Pro box with both IE and Firefox as well, and everything works fine on it - all Web pages render correctly.
    I'd greatly appreciate any suggestions.
    Thanks.

    Hi,
    The suggestion provided by Dan Randolph is worthy to try.
    I also suspect this could be css conflict issue.
    Would you please try the compatible mode or lower document mode in IE 11 for testing?
    Manage Internet Explorer 11 compatibility using document modes
    http://technet.microsoft.com/library/dn321432.aspx
    Try F12 IE developer tool to debug the part of load CSS.
    In addition, you may try to create a new user account for test. If it works, please refer to fix a corrupted user profile.
    Fix a corrupted user profile
    http://windows.microsoft.com/en-US/windows7/fix-a-corrupted-user-profile
    If creating a new profile doesn't help, it's probably an issue with that browser, you may check the Add-ons and IE Security zone settings.
    Meanwhile, I would like to share the link below with you:
    Why are so many web pages not rendering correctly for me?
    http://blogs.msdn.com/b/theolddog/archive/2011/12/01/why-are-so-many-web-pages-not-rendering-correctly-for-me.aspx
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • Which web sites do you use to find X6 Apps

    Apart from Ovi store, are there any good web sites to find apps for the X6?
    I'd really like one that explians the night sky, but also interested in any general X6 apps site.
    thanks
    Bob

    If you do a google search for:
    "symbian apps"
    "symbian freeware"
    "s60v5 apps"
    you will find literally hundreds of sites but some that I find useful:
    http://www.symbian-freeware.com/
    http://www.nokias60v5.com/
    http://www.symbian-freak.com/downloads/download.htm
    And for midp java applets:
    http://www.getjar.com/
    S.
    History: Motorola MR30, Nokia: 7110, 7650, N70, N80, N82, X6 (32GB), Samsung Galaxy SII
    Current: Samsung Galaxy Note3 Black

Maybe you are looking for