ABAP Web Dynpro Guided Procedures integration

Hello,
  does anyone know if there is a way for an ABAP Web Dynpro to expose input and output parameters for use in Guided Procedures?
  Thanks in advance
    Gabor

I have the same problem. I want to integrate an ABAP Web Dynpro in GP, but there is no way to implement an Interface from GP like it is in JAVA. That means you cannot maintain input , output parameters and give a status back to GP. Seems that in ABAP the WD is not integrated in GP.
I went to the relevant developement departement an they gave me the following answer.
In GP you can maintain input parameters for a ABAP Web Dynpro Application manually which will be displayed in the apllication UI URL . Then you need a function module to map the input parameters inside the url to the ABAP Web Dynpro context. Output parameters are not possible in GP with ABAP Web Dynpro. It is also not possible to give back the processing state to GP from your ABAP web Dynpro Application like it is in JAVA. Only the GP framework provides a button to complete this Step manually by the user.
Regards
Rainer

Similar Messages

  • ABAP Web Dynpro - OfficeControl - Word Integration

    Hi,
    i have a problem concerning the office control of the abap web dynpro.
    I have a textedit box on the view of a web dynpro. Now i want to transfer the data from the textedit box to the word document. I used the "IOS_TEST_WORDPROCESSING" as an example.
    Everything works fine, if there is only one line of text in the textedit box. If i put for example three lines in it, word opens and now i have the choice for a data seperator.
    The word document contains only one field as a "MergeField" like the field of the word document used in the "IOS_TEST_WORDPROCESSING". 
    Could anyone give me a hint how to solve the problem.
    With best regards
    Markus

    I have the same problem. I want to integrate an ABAP Web Dynpro in GP, but there is no way to implement an Interface from GP like it is in JAVA. That means you cannot maintain input , output parameters and give a status back to GP. Seems that in ABAP the WD is not integrated in GP.
    I went to the relevant developement departement an they gave me the following answer.
    In GP you can maintain input parameters for a ABAP Web Dynpro Application manually which will be displayed in the apllication UI URL . Then you need a function module to map the input parameters inside the url to the ABAP Web Dynpro context. Output parameters are not possible in GP with ABAP Web Dynpro. It is also not possible to give back the processing state to GP from your ABAP web Dynpro Application like it is in JAVA. Only the GP framework provides a button to complete this Step manually by the user.
    Regards
    Rainer

  • Guided Procedures Output Parameter and ABAP Web Dynpro

    Hello,
    does anybody know a way to use output parameters in Guided Procedures for ABAP web dynpros? It seems that this is only possible for JAVA based web dynpros.
    Thank you for your help.
    Regards
    Ragar
    Edited by: Ragar Chaudhary on Feb 19, 2008 4:54 PM

    Hi,
    the use of WDA with GP is restricted, see the [documentation|http://help.sap.com/saphelp_nw70/helpdata/en/45/c0d14601430039e10000000a11466f/frameset.htm]
    Regards, Heidi

  • Integrating abap-webdynpros in guided procedures

    Hello,
    how can I integrate an existing abap-webdynpro in guided procedures in netweaver ce?
    Best regards
    Oliver Prodinger

    Hi Oliver,
    Below are two links from CE Help site. Basically you integrate applications into GP via "Callable Objects". The second link walks you thru how to do it for WD4A.
    Getting started in GP Help site:
    http://help.sap.com/saphelp_nwce10/helpdata/en/fb/5e6f4169e25858e10000000a1550b0/content.htm
    Integrating an Web Dynpro ABAP in GP link:
    http://help.sap.com/saphelp_nwce10/helpdata/en/67/a780415dc6050de10000000a1550b0/content.htm
    Best Wishes!
    Rao
    Edited by: Raghavendra (Rao) Subbarao on Apr 13, 2008 3:12 PM

  • WDA with GP -  Web dyn pro Abap intergration with Guided procedure

    Hi All,
          I tried integrating a WDA - Webdynpro ABAP application  in Guided procedure. Though I was able to create a CO - Callable object out of the WDA , I am not able to access the WDA input and output parameters, I just want to know, where am I going wrong?
    Does anybody have any leads? Thanks in advance.

    hii prab
    if u want integrate Webdynpro ABAP applications ....
    by using Webdynpro IVIEW Template....we can do it..
    u should create Technical system under SLD and configure SSO
    & u should create sytem object and system alias..
    this is the procedure for integrate the Webdynpro ABAP applications
    with regards,
    venu

  • Exiting from ABAP Web Dynpro application

    Hi,
    In ESS portal we have one tab Personal info, there I have created one link and integrated my ABAP web dynpro application.
    I want to exit from the application and go back to the Personal info sub area. created one exit button in my application on press of that i need take this action.
    Please guide me with this
    Thanks!
    Piyush

    Piyush,
    I am not sure whether it works or not just get the navigation url of personalinfo subarea and using portal APIs navigate to that url when you click on exit button
    Thanks
    Bala Duvvuri

  • Incorporating web service in an ABAP web dynpro view

    Hi,
    I am trying to call an external web service to have its results displayed in an ABAP web dynpro view. I've seen various threads that are dealing with the same issue, but none of them seemed to have helped me (I am quite new at this so maybe I'm just having a slow beginning, please bear with me)
    I'm interested in extracting information from a simple web service online. To this end, I went on www.xmethods.net and found a "quote of the day" service, which is practical because it doesn't even need input.
    I am writing down all the steps I've taken, even if they seem trivial, because maybe my problem is the result of a silly mistake I'm not yet capable of noticing...
    I am mostly following the instruction from here:
    <a href="/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap:///people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap
    The SAP I use is the one on the SC7 system, seems to be ECC 6.0
    After I created my package, I go on to create a Proxy Object, and when prompted for a WSDL source, I give the URL destination I got from xmethods.net: <a href="http://www.swanandmokashi.com/HomePage/WebServices/QuoteOfTheDay.asmx?WSDL">http://www.swanandmokashi.com/HomePage/WebServices/QuoteOfTheDay.asmx?WSDL</a>
    Doing this I get an HTTP error (return code 400, message "ICM_HTTP_CONNECTION_FAILED") (others have had this problem, e.g. Calling Web Services from ABAP, but the answers offered haven't been much help to me)
    and having no idea what to change or not change in SICF and other settings, I decided to save the file locally, and so I then created a Proxy Object by choosing the WSDL source as the local file I saved.
    Telling me that multiple port types exist (SOAP, httpGet and httpPost) I picked SOAP. I can then see the properties of my Client Proxy Object, its structure with the classes and methods etc.
    Then, following Thomas Jung's procedure, I went to create a logial port which I named QUOTE_PORT. When I do the F8 test he suggests to do, I get an error: SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: ICM_HTTP_CONNECTION_FAILED") which was predictable since I still haven't resolved that same problem above.
    I then proceed to create a Web Dynpro Component. In that component, in the component controller's context, I created a simple node into which I added attributes which I created using the wizard -> Attributes from components of structure, and there I picked the structures that had just been created in my proxy object, each in its own node
    I have three proxy structures generated: GET_QUOTE_SOAP_IN, GET_QUOTE_SOAP_OUT and QUOTES. This last one has two attributes which are STRINGs, the quote of the day and its author.
    I then create a rather trivial view, whose context I have mapped to the component controller's context so as to have access to those "quote" and "author" attributes I just mentioned. The layout is simplistic at best, containing only two textviews, each one bound to its respective attribute.
    Once the application has been done and tested, the output is a blank page. I'm hoping that this is only because of that ICM_HTTP_CONNECTION_FAILED error. Has anyone else had these problems when calling external web services? Is this the right procedure for displaying output?
    Thanks and Regards,
    Micol

    Hi, sorry for the long reply time.
    from work I do have proxy settings:
        automatic configuration script: http://proxy:8083
        proxy server for LAN: proxy / 8080
    from home it's a proxy free connection.
    In both cases I tried changing the settings in the SICF transaction, but it hasn't changed much.
    With the HTTP error that I get, I get a long text on how to maybe solve it,
    <b>No connection to Integration Builder (only generic data visible)
    Message no. SPRX081</b>
    In this long text, I have four tests to do in order to check the connection (as far as I can understand)
    1. The address of the Integration Builder must be stored in the SAP system
    =>Check/maintain with report SPROX_CHECK_IFR_ADDRESS
    2. The HTTP connection of the ERP application server must function correctly
    =>Check with report SPROX_CHECK_HTTP_COMMUNICATION
    3. The Integration Builder server must be running correctly
    =>Check with report SPROX_CHECK_IFR_RESPONSE
    4. Proxy generation must interpret the data of the Integration Builder correctly
    ==>Check with report SPROX_CHECK_IFR_CONNECTION
    The checks for 1&2 work okay, but I get errors for checks 3&4
    "Integration Builder data not understood"
    How can I go on from here?
    Thx

  • Support for webdynpro for abap in caf guided procedures

    Hello,
    when will webdynpro for abap supported in caf guided procedures?
    Best regards
    Oliver Prodinger

    Hi,
    You can create ABAP Web Dynpro callable object in GP. Please refer the following document for the same :
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9cbabed1-0c01-0010-dba5-bdddbadfe586">Creating a Callable Object in Group - Web Dynpro ABAP Application</a>
    Thanks,
    Dipankar

  • Error while accesing ABAP web dynpro application

    Hi Experts,
    We are getting warning symbol on web page status bar, when we are accessing the ABAP web dynpro application
    only first page of application is getting loaded and when we click on page it is showing error on status bar and we can perform any thing.
    once we double click on warning icon,
    below details are coming:
    Line: 1491
    Char: 3
    Error: Object Expected
    Code: 0
    URL: url of the ABAP web dynpro application
    This scenario is occuring for many ABAP WD application for a client.
    Please guide how to solve this issue?
    Thanks!
    Piyush

    Hi
    First try a very simple application with nothing in it just one text saying Hello World
    Run it and see what happens.
    Also check if your url uses FQDN name. something like https:
    company.name.co:50000\.......
    If you do not use the FQDN it will always show a script error on the bottom and some functions will not work e.g
    dropdowns.
    regards
    Yuval.

  • ABAP Web dynpro iview in your own namespace

    Dear All,
       We have our own name space in ECC under which all our portal development have taken place. When we test our abap web dynpro application it works fine as we have created a new node in SICF /<namespace>/webdynpro.
    But now when we create ABAP webdynpro IView in portal it always opens up the iview with http://hostname:port/sap/bc/webdynpro/<namespace>/webdynpro/applicationname
    where as we want
    http://hostname:port/<namespace>/webdynpro/applicationname
    Thanks.
    Naveen.

    Hello Naveen,
    To begin with -
    Is there any specific need to have separate namespace at ECC level.
    I believe name space is more relevant at the Java stack where we have com.abc instead of com.sap.
    You define ZA and ZC for your Web Dynpro App and Component respectively & placed under ZXXX package name.
    So the custom is clearly distinguishable from standard. So, is there a strong business need to define a separate namespace in ECC ?
    By default when you create your Z WD - It gets added under /sap/bc/webdynpro/sap/za_* for instance.
    So long story short - It is better to house your custom WD ABAP under standard SAP namespace, taking care of other Z conventions. Because from Portal integration stand point this works better currently (could be a framework limitation at this point).
    In your case -
    see if you have 2 WDA services under default and custom namespace in SICF. In case of duplicate deactivate the one you dont require. Make a reference from iView and specify the custom namespace in the iView.
    Worst case switch to Option # 1.
    Hope this helps ! ~ Dhanz

  • Abap web dynpro and portal events

    First off, a little introduction: My name is Martin Kroppen, I am an Abap developer for SAP Netherlands, and I am currently involved in a project for hospitals to built a portal. For this, I have created 2 Abap web-dynpros, and then impemented the views as iviews in an EP. What I want to achieve is that the input view triggers the display view on a second page, and the data is shown for the values in the input view (all in the same browser window).
    I am using the portal integration manager for this,  with the method for relative navigation.
    The navigation is working fine, only problem is that I don't know how to handle the business parameters that I send over.
    My questions are:
    1. is this the correct way for navigating between abap webdynpro iviews in the portal?
    2. what is the correct way to read the business parameters into my context of the second Abap WD application?
    I tried the solution that is described below, I could not get it to work correctly.
    If you define BUSINESS_PARAMETERS as application parameters in your Web
    Dynpro application and the parameter names start with &#8243;APP&#8243;, they will
    automatically be forwarded to the startup plugs of the Web Dynpro application –
    provided they are marked as startup parameters. In this case, keep in mind that
    the iView/page used as the navigation target must be assigned to the user role.
    If it is not, navigation cannot be triggered.
    Hope someone can help me…
    Regards
    Martin Kroppen

    Hi,
    please refer to this link for portal integration
    Web Dynpro for ABAP Portal Integration [original link is broken]

  • New ESS/MSS in ABAP web dynpro??

    I heard from a somebody that the new ESS/MSS is going to be redeveloped by SAP on ABAP Web dynpro instead of java? Does anybody have info on this? or any links on articles, news etc.?

    You need to replace the T&E portal content and Homepage Framework config (if using it) for the "older" Webdynpro Java version with the newer (EhP2) Webdynpro ABAP version. There is a very good step-by-step guide (I believe in Service Marketplace) that guides you through each and every change to make to switch one with the other. To your immediate questions...
    (1) Those are the replacements for the WDJ iViews. They are pretty much the same. As said, you need to "switch them out".
    (2) Switch out the WDJ iView with  the WDA iView. The parameter needs to reflect YOUR ESS ROLE pcd path to the object. (the one you show is the standard SAP ESS role....which is fine if you are just using it as is).
    Again, best to find that guide. I used it on my last project and it took all of maybe 30 min. to switch the old for new if you follow it.
    Also, read all the help.sap.com info on it....
    http://help.sap.com/erp2005_ehp_02/helpdata/en/2c/1ec6e9352c4766a4eb1ed0b924309c/frameset.htm

  • ESS 1.2 - ABAP Web Dynpro Clarifications

    Hi all,
    We are on Ehp 2 in ECC 6.0 with ESS 1.2 in EP 7.0 and using only 'Travel & Expense' part for our implementation. I have below clarifications
    1. In ESS 1.2 package we have an Overview page and iView, I believe it is for JAVA Web Dynpro, will this support for ABAP Web Dynpro iViews or how to bring ABAP WebDynpro applications with Overview ?
    2. I have Mirrored the ESS PCD Content and modified only 'Invisible in Navigation Areas' parameter. Now the issue I am facing is while selecting button 'Create Travel Request' under 'My Trips and Expenses'. The request is fetching the original content navigation instead of the new Mirrored content. Also while debugging we find the routing 'Navigation Context' as below:
    DynamicParameter=SAP_FITV_ACTION=&SAP_FITV_EXIT_OP=CallTripsPOWL&SAP_FITV_TRIPCMP=R&HistoryMode=1&NavigationContext=ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_travel_expenses/com.sap.pct.erp.ess.12.request
    Is this parameter set by default to fetch the content ? Is it possible to change this entry, if yes, how ?
    Kindly let me know if any clues.
    Thanks!
    Sankar Kumar

    You need to replace the T&E portal content and Homepage Framework config (if using it) for the "older" Webdynpro Java version with the newer (EhP2) Webdynpro ABAP version. There is a very good step-by-step guide (I believe in Service Marketplace) that guides you through each and every change to make to switch one with the other. To your immediate questions...
    (1) Those are the replacements for the WDJ iViews. They are pretty much the same. As said, you need to "switch them out".
    (2) Switch out the WDJ iView with  the WDA iView. The parameter needs to reflect YOUR ESS ROLE pcd path to the object. (the one you show is the standard SAP ESS role....which is fine if you are just using it as is).
    Again, best to find that guide. I used it on my last project and it took all of maybe 30 min. to switch the old for new if you follow it.
    Also, read all the help.sap.com info on it....
    http://help.sap.com/erp2005_ehp_02/helpdata/en/2c/1ec6e9352c4766a4eb1ed0b924309c/frameset.htm

  • Launch ABAP Web Dynpro from UWL

    I have developed an ABAP Web Dynpro application. The application needs to be launched from the UWL. This is not working. I get the message 404 Not found The requested resource does not exist. I think the problem is with the WebDynproNamespace setting in the UWL config file but i am not sure. Anyone have any ideas? Full points to the working answer
    Application Properties (SE80):
    Description     DJ: Link AR Invoice to AP Invoice                                      
    Component       ZDJLINKINV                                                             
    Interface View  MAIN_WINDOW                                                            
    Plug Name       DEFAULT                                                                
    Help Menu Text                                                                         
    Help Link                                                                               
    Show Message Component on Demand                                                      
    Always Display Message Component                                                                               
    Package         ZSAPPHIRE_SUB_01                                                      
    Language        EN                                                                    
    URL             http://<removed for security reasons>/sap/bc/webdynpro/sap/zdjlinkinv
    Transaction SWFVISU:
    (task visualization)
    TS90100177 ABAP Web Dynpro
       (visualization parameters)
       APPLICATION  ZDJLINKINV
       DYNPARAM     WI_ID=$(item.externalid)
       NAMESPACE   SAP
    UWL Configuration:
    <ItemType name="uwl.task.webflow.TS90100177.FISystem" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="FISystem" externalType="TS90100177" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="ZDJLINKINV"/>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                <Property name="DynamicParameter" value="WI_ID=$(item.externalid)"/>
                <Property name="openInNewWindow" value="yes"/>
                <Property name="WebDynproNamespace" value="SAP"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>

    Check out the below links:
    1) [UWL work item not launching |http://www.surfingincognito.com/index.php?q=aHR0cHM6Ly9mb3J1bXMuc2RuLnNhcC5jb20vdGhyZWFkLmpzcGE%2FdGhyZWFkSUQ9MTYxMzA2OA%3D%3D]
    2) [Calling Web Dynpro ABAP application as work item|Calling Web Dynpro ABAP application as work item through workflow.;
    3) [Integrating WebDynpro ABAP applications with UWL for workflow in Portal|http://wiki.sdn.sap.com/wiki/display/WDABAP/IntegratingWebDynproABAPapplicationswithUWLforworkflowin+Portal]
    Hope it helps you..

  • Workflow to abap web dynpro

    Hi All,
    I want to call the ABAP Web Dynpro Screen from a step of a SAP Workflow.
    Please help.
    Rgds,
    Avijit

    Hi,
      IF you configure in "SWFVISU" then communication would be enable from "SAP R/3 to Portal" for that particular task.
    There should some configuration/Registration done from portal side by specifying the Webdynpro Application name for workitem to open the application in UWL.
    Now by following your method i think your ZFM has to be RFC inorder to get called from Portal.
    Better way would be Configuring in "SWFVISU".
    Kindly let me know if you to know the procedure to configure task number of the workitem in SWFVISU.
    Hope this would help you to solve your issue.
    Good luck,
    Narin Nandivada

Maybe you are looking for

  • When using a path, jagged lines, not smooth lines, uneven lines

    I am using a Mac, photoshop CS5 I created a path with Curves with the pen tool. filled it in with a color light blue. than I use the paint bucket to change it to dark blue. This is when the curved lines become jagged, not smooth, uneven. also I would

  • Securing Web Applications by HTTP Basic Authentication

    We are working on providing security for web applications in Webdynpro.We downloaded the material from net regarding this.In that it was mentioned to open the webdynpro project's web.xml file in the Netweaver Developer Studio.In the material,we are a

  • Keeping all the songs on my IPOD

    Alright, do you have to have all the songs currently on your IPOD in your itunes music Library on your computer for them to stay on your ipod every time you update? HP   Windows XP  

  • Error in creating New Data Structures

    Hi Gurus, I tried creating new data structure in the R3 server using RSO2. I was planning to use the Purchasing Table (EKBE). But when I tried saving the structure this error occured/showed. Invalid Extract sturcture template EKBE of Datasource MM_EK

  • Air for iOS Settings dialog missing in Flash CS6

    Working on OSX 10.9.4 I downloaded the AIR SDK 15 In File->Publish Settings i set the target to AIR 15 for iOS When i click File->Air 15.0.0.302 Settings for iOS, the dialog never shows up It doesn't make any difference if i set the target to AIR SDK