Convert Web Dynpro to Offline application, laptop

Has anyone written a Web Dynpro application inside the portal using BAPIs and then been asked to produce it as an offline version?
What are the options for converting the application and how much re-deveopment id required.
Thanks for your assistance.

Hi,
WebDynpro is currently only avaliable as a Online application. You can make it avaliable on a BlackBerry device. But also only online. You have to develop your Application using the Mobile Infrastructure to make it avaliable offline.
Regards
Gregor

Similar Messages

  • Issues with portal integration of Web dynpro for ABAP application

    Hi,
    I have the following issues when i integrate a Web Dynpro for ABAP application with portal.
    1. the iview does not contain some images, such as table scroll button images, maximize and close buttons of popups etc.
    2. the iview loads properly, but there is an error in the status bar that says "Access denied"
    3. is it possible to do absolute navigation from
       role1->folder1->iview1 to role1->folder2->iview2?
       when i fire this navigation from the webdynpro
       application, the navigation does not happen in the
       portal.
    thanks,
    Kavitha

    >
    sridhar vadaga wrote:
    > Hi Experts,
    >
    >
    > CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
    >   EXPORTING
    >     text           = url
    >  IMPORTING
    >    BUFFER         = content .
    >
    >
    > Thanks & Regards
    > Sridhar
    I think you are overestimating the power of the SCM_STRING_TO_XSTRING function module.  By supplying a URL as the value of the input text, it isn't going to magically go read the content from the remote location and convert that to a binary string.  It is going to take whatever value you supply in th importing TEXT parameter convert that to binary.  In other words it is literally converting the string http://xxx/test.xls to binary.  You will need some other mechanism to read the content from the remote location into ABAP memory before you can process it.  You will need to use the CL_HTTP_CLIENT class or call some sort of web service to retrive the content.

  • How to create a user in UME Database using web dynpro java custom application

    Hi,
    Can you please suggest me how to create a user in UME Database using web dynpro java custom application.
    My Requirement is user can register his/her user id in SAP Portal 7.3 UME database.
    Please suggest me.
    Thanks and Regards,
    Amit

    Hi Amit,
    Generated Documentation (Untitled)
    This is what you're looking for, there's no real cook-book -- though Amey mentioned there might be some material on SDN, perhaps some tutorials.
    You should be looking into com.sap.security.api.IUserFactory, methods newUser(String) which gives you and IUserMaint and commitUser(IUserMaint, IUserAccount) -- IUserAccount can be obtained using com.sap.security.api.IUserAccountFactory, method newUserAccount(String)
    Hope it helps,
    D.

  • Issues witn portal integration of Web dynpro for ABAP application

    Hi,
    I have the following issues when i integrate a Web Dynpro for ABAP application with portal.
    1. the iview does not contain some images, such as table scroll button images, maximize and close buttons of popups etc.
    2. the iview loads properly, but there is an error in the status bar that says "Access denied"
    3. is it possible to do absolute navigation from
       role1->folder1->iview1 to role1->folder2->iview2?
       when i fire this navigation from the webdynpro
       application, the navigation does not happen in the
       portal.
    thanks,
    Kavitha

    Hi,
    Use a Transparaent container (TCO) inside it use the tabstrip and make it as matrixheader as per rootUI.
    You can also set the layout for TCO as matrix and do the necessary changes.
    Regards,
    Lekha.

  • Invoke Workflow from Web Dynpro for Java Application

    I am working on a custom web dynpro for java application and when the user clicks the submit button the SAP standard workflow (WS50000041) should be invoked. Does anyone have experience they can share with me on how to achieve this functionality? It should also be able to attach an adobe form or read data from the form and submit the data as xml.
    Thanks,
    Ashley

    Hi Ashley,
    Use following code in RFC to invoke your workflow -
    DATA : w_subrc TYPE sy-subrc,
                w_wi_id LIKE swwwihead-wi_id.
    CALL FUNCTION 'SAP_WAPI_START_WORKFLOW'
            EXPORTING
              task                      = ' WORKFLOW - WSxxxxxx '
              language                  = sy-langu
              do_commit                 = 'X'
            IMPORTING
              return_code               = w_subrc
              workitem_id               = w_wi_id
            TABLES
              input_container           = it_container
              message_lines             = lv_swr_messag
          COMMIT WORK.
    With this code your workflow will get start. But u have to use workflow id in next application also in which your request is getting navigated. In that application you have to take this workflow ID and have to pass again in workflow using - PortalNavigation statements.
    After that this workflow will get start to publish in your TaskList (My Task) in Portal. Remeber that your all task should be maintained in workflow table by using SWFVISU  transaction.
    After that go to Portal and Re-Register your UWL so that your new Workflow ID will get usable in portal.
    With this way you would be able to use workflow with Web Dynpro Java using UWL and Workflow.
    Regards,
    Roshan Gupta

  • Excel with contents in web dynpro for ABAP application

    Hi Experts,
    I have excel file (example "http://xxxx/test.xls") with contents in remote system. I want to incorporate this excel file into my web dynpro application. For this I used Officecontrol UI element and set the following properties for Officecontrol
    1. datasource : binding with context attribute DATAS(xstring)
    2. document type : ms_excel
    I wrote code the following code in WDDOMODIFYVIEW method.
    data :   content TYPE xstring,
               url TYPE string VALUE 'http://xxx/test.xls'.
    CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
      EXPORTING
        text           = url
    IMPORTING
       BUFFER         = content .
    wd_context->set_attribute( name = 'DATAS' value = content ).
    while running my application, I getting excel without contents and with one message "SAP IOS". Please suggest how to display excel with contents in view of my application.
    Can any one help me.....
    Thanks & Regards
    Sridhar

    >
    sridhar vadaga wrote:
    > Hi Experts,
    >
    >
    > CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
    >   EXPORTING
    >     text           = url
    >  IMPORTING
    >    BUFFER         = content .
    >
    >
    > Thanks & Regards
    > Sridhar
    I think you are overestimating the power of the SCM_STRING_TO_XSTRING function module.  By supplying a URL as the value of the input text, it isn't going to magically go read the content from the remote location and convert that to a binary string.  It is going to take whatever value you supply in th importing TEXT parameter convert that to binary.  In other words it is literally converting the string http://xxx/test.xls to binary.  You will need some other mechanism to read the content from the remote location into ABAP memory before you can process it.  You will need to use the CL_HTTP_CLIENT class or call some sort of web service to retrive the content.

  • Convert Web Dynpro ear to par or zar

    I had a Web Dynpro application in ear file format. I need to integrate it into EP (i know how to do it in ear format following the tutorial available), but for EP certification purpose, i need to deliver it in zar or par file format (correct me if i'm wrong). Is there any quick way to convert it? Any help woould be much appreciated.

    Hi Julius,
    To Convert a WD EAR file to EP PAR file.
    -o Change the perspective to Enterprise portal.
    -o Create your project ie. Portal Application project.
    -o There you can create your Portal Application object which can be Abstractportalcomponent or dynpage or jspdynpage.
    -o export the PAR file. Right click on project then export. Set you server settings like give the usr/pwd, mach name.
    -o After deploying the PAR, you can go to Portal -> ContentAdministration -> PortalContent and select the option 'create iview from PAR'.
    Now you have an iView from your PAR file.
    also go through this link:
    -o http://help.sap.com/saphelp_nw04/helpdata/en/11/0d653f0c9fa075e10000000a114084/frameset.htm
    Try reading the above n Please do let us know if you could solve it. Gud luck !
    Rgds,
    Sreenivas.

  • Modification of Web Dynpro ABAP ESS application

    Hi,
    I'm familiar with the modification process of ESS Web Dynpro Java applications using NWDI. However I have to adda button a view in the "Create Expense Report" iView which is a Web Dynpro ABAP application from ERP 6 Ehp3. On the click of this button a pdf report should be shown. The Web Dynpro ABAP application is FITE_EXPENSES.
    Can anyone tell me what is the process for modifying ESS WD ABAP code? Do I copy and create a new application and then modify?
    I'm not getting any documentation on this on SDN or SAP Help.
    Regards

    hi,
    ->You dont have to copy and create new application.
    -> You can use Enhancement Framework Technology.
    -> Look out for Blogs by Thomas Weiss. They are very useful.
    -> Easiest way out to create new button would be as :
         -> Put your application in display mode.
         -> There is button for Enhancement in the tool bar (Spiral shaped).
         -> Press that button and create a new enhancement.
        -> Now add any UI Element you want to add.
         -> In Enhancement Framework we do have some Post Exit and Pre Exit Methods.
        -> Some Enhancement Points are already given by Standard SAP.
       -> You can write the logic there and activate the Enhancement.
    Check out this link for basic idea about enhancement.
    http://help.sap.com/saphelp_nw04s/helpdata/en/0e/4d3e42fc94aa04e10000000a1550b0/frameset.htm
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9cd334f3-0a01-0010-d884-f56120039915
    I hope above links will be helpful.
    Thanx.

  • Access UME information in Web Dynpro for ABAP application

    We have an WDA iView deployed in a NW2004 Enterprise Portal. We have mapped the Enterprise Portal UME to our corporate LDAP. How do we access this UME information within the WDA iView ? Besides the user id there are specific security flags that the WDA application needs.
    Any help is appreciated!

    Hi Venkat ,
    Please refer to this link,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/using knowledge management functionality in web dynpro applications.pdf
    Thanks,
    Raj.

  • Hide Calendar in ESS Web Dynpro Time Entry Application

    Hello All,
    We are currently on ESS SP 11. NW 2004 SP19 (EP 6.0 SP 19)
    In "Record Working Time" application, we see the Calendar expanded by default. We want to Hide the Calendar by default.
    I have went the link /thread/82037 [original link is broken] but the actual procedure for modifying the Web dynpro CCs is not mentioned there.
    Please suggest me the changes to be done exactly to achieve this functionality.
    Thanks for the time taken. Points will be awarded for all the helpful answers.
    Thanks,
    Raj

    Hi Raj,
    I hope JDI is ready in your landscape.
    If it is ready then import the DC ess~cat from ESS related track.
    In the interface component controller of the DC there is will be some code like
    return new CAPState(cap, cap[0].getId());
    Here just change this as
    return new CAPState(cap, " ");
    With this change, Calendar will be hidden by default.
    Regards,
    Nagaraju Donikena

  • Convert  Web Dynpro to PDF

    Hi All,
    I have a requirement of converting a web dynpro form to a pdf file. The data in the web dynpro form should be written into PDF.
    I have gone thru the Wroking with PDFObject tutorial.The tutorial talks abt using EJBs and converting the xml file to pdf. Is it possible for me to convert the form to XML without using EJB and then convert it to PDF.
    Also, for converting the XML file to PDF, are all the pre-requisites required :
    1. Adobe LiveCycle Designer
    2. Active Component Framework (ACF) of the Interactive Forms
    3. Adobe document services are configured on the SAP J2EE
    Plz comment.
    Nikhil

    Hi,
    If you have Adobe Doucment Services installed then you can do it by getting
    the 'pdfResource' context value which is a byte array that contains the PDF.
    If not, try using 'itext': http://www.lowagie.com/iText/
    Regards,
    Omri

  • Customizing the standard web dynpro ABAP travel application

    Dear All,
    Scenario :
    We want to modify the existing travel application------> Create Travel Request should open an interactive adobe form
    which will capture all the data and update the backend table , instead of the web dynpro screen and similarly for plan trip .
    I wanted to know what is the best practice or approach for this and how to go about it.
    Regards,
    Geet

    Hi All,
    Need your valuable inputs on this.Also when I was trying to replace the standard web dynpro abap screen for create travel request...coudnt find the view.I mean on the overview of Trips and Expenses there is a button for Create Request but I am unable to find the view where this button is placed....I think its getting created dynamically.
    My concern is how to call my interactive form when the button for create request is clicked...dont know where to place it.
    Regards,
    Geet Bijlani

  • Converting Web Dynpro project into a Web Dynpro DC

    Hi
    I have a Web Dynpro project created.
    Now I want to convert it into a Web Dynpro DC (Development Component).
    Could anyone tell me if there is a standard procedure to do this?
    Right now, I am following the below procedure:
    Copy all the folders under root folder->src-> packages of Web Dynpro project into root folder->src-> packages of Web Dynpro DC.
    Rebuild the DC.
    But in this procedure I am getting errors (in view code) as the required interfaces (example, IPrivate<<component-name>>.java) are not getting generated when I re-build the DC.
    Could anyone help me with this issue?

    Hi Aditya,
    I have used two way for this and both worked fine for me.
    1. While creating DC project at the end there eill be a check box, which when you tick will show your local dynpro project and you can then import that.
    2. Create DC project after that copy the component of your local dynpro project and paste it on the option where you can create the component of DC project.
    After pasting click next - next so that everything remain in sync.
    After that check if you have any compilation error, check them if they are because of some jar files.. you have to add the library files by using the option -> DC Metadata ->DC Definition ->Used DC.
    If you got no compliation error, then just rename the component ( again click next) and then deploy.
    otherwise you may get deployment error.
    Hope this helps,
    Thanks,
    Namrta

  • How to Remove Web Dynpro ABAP - Starting Application white banner

    Hi everyone,
    When I call the Web Dynpro ABAP applicaion, it shows the Login screen, after proper authentication, it shows a SAP NetWeaver Web Dynpro ABAP white screen/banner stating "Starting Application... ", and after sometime it launches the Web Dynpro application. I want to remove the white screen. How can we do that?
    Thanks in advance,
    Amber
    Message was edited by: Amber Gupta

    Hi Amber,
    Just as a quick note: There is no artificial delay when displaying the splash screen. During that time the application loads itself. The screen is removed as soon as everything will have been initialized including calling all application hooks such as wdDoInit on all the different controllers. This means, that by removing the splash screen you will only get a blank white screen with a "Application is being loaded.." message that will stay as long as the splash screen would have done. Hence, disabling or enabling it is more a matter of taste, not of performance.
    Best regards,
    Thomas

  • GP + Web Dynpro (Interface o Application)+ Web Services

    Hi,
    I have a scenario, in which I require to create a web dynpro, which will be utilized in a Callable Object, inside GP.  This web dynpro will be like a form, which will be fed from 2 sources. 
    • An external Web Service, that brings information from a website, spefically from a catalog. 
    • Information filled by the user, in the fields of the form. 
    In short, the form is composed of information supplied by a Web Service and information completed by the user. 
    I would like to know if is possible to create a web dynpro, in NWDP, in order  to be included in a Callable Object, inside a Worklfow in GP. 
    Regards.

    Hi David,
    yes, it is possible, you can create the callable object for the webdynpro and you put it into GP work flow..
    Rgds
    Srikanth

Maybe you are looking for

  • Album art on ipod

    Hey This is no biggie but today I noticed that with the album art on my ipod it shows up fine with the song, i'll double click the centre button to show a bigger picture of the album cover and it comes up as a blank box. This is really wierd coz like

  • 845pe max 2 and floppy drive probs

    I've got a 845pe max 2 fisr mobo My floppy drives' LED is continuously illuminated when I turn on. Windows 98se says it's an NEC floppy drive even though I didn't insert any drivers for it or anything. When I put a floppy disk in to it the drive can'

  • Is it possible to restore music and videos deleted by itunes

    as the title states is it? today i updated my ipod touch to 1.1.5. and i have jailbroken it before but the jailbrake was gone so i decided to go and back up my music on my brother's laptop which already had itunes on my account of his laptop. but whe

  • Cc: Fatal error in /space/SunCompiler/SUNWspro/prod/bin/cg    on openssl

    Hello, i'm trying to compile openssl using cc but i have error after doing the make CFLAGS=" -m32 -xarch=sparc -D__SunOS_5_9" ./Configure shared --prefix=/openssl  solaris-sparcv9-cc*After doing the make command , i have this output :*_ --root@mySola

  • Change source array in JComboBox

    Is there a way to change the list of items in a combo box while the code is running? Thanks