Can we configure WORKFLOW to an WEBDYNPRO application

hey guys,
  i know to develop WEBDYNPRO apps...but wondering how Adobe Forms are sent to various members ...like in my application I have Adobe Form which needs to be sent to certain members.
how is it possible?

Hi
To send a PDF through mail you don't really need workflows configured.
This will solve your problem ( 8th page in the following PDF )
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf80665d
If you want a process to take place you need to use Workflows
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/d0731bbc-810b-2a10-7fb8-900f16fd3c7d
Abhi

Similar Messages

  • How to execute a workflow from a webdynpro application???

    hi friends....
    How to execute a workflow from a webdynpro application???
    we are using ep6, ecc5????

    If you want to start a workflow in the backend, you need to call a RFC that starts it.

  • How can I customize the stylesheet of webdynpro applications?

    Hello experts,
    how can I customize the Look & Feel (e.g. background color) of webdynpro applications?
    I refer e.g. to UWL which is opened by a task link in an email and opens as as webdynpro application in a separate window. It appears in the typical SAP blue. I would like to change the color.
    The portal´s customization does not affect webdynpro applications.
    Thanks in advance for any hint.
    Thomas

    Hi Avi
    Yep, that's what you get with AIR output. You have to live
    with the skins the AIR layout provides. I suppose if you are a FLEX
    developer you might be able to change the skins. But it is what it
    is.
    You might consider submitting a Wish Form to ask the
    development team to allow us more flexibility with AIR skins. Or to
    even create a way for the AIR app to use elements of the WebHelp
    skins.
    Click
    here to visit the Wish Form.
    Cheers... Rick

  • How can I call RFC FM from webdynpro application for ABAP? Please help!

    Hi Experts,
              I have a requirement where I have to make a call to RFC enabled function module passing some data from webdynpro for ABAP application. How can I achieve this? Any tutorial or links or docs will be very helpfull.
    I have seen some tutorial on Adaptive RFC but it talks about webdynpro for Java.
    Can I use "Call function XYZ destination A10" statement in webdynpro for ABAP application?
    Thanks
    Gopal

    am doing same thing for my current SRM implementation.I am taking data to SRM server from another R/3 server .
    This is solution I have used
    1) First of all I have made ABAP connection in SM59 .
    Go to SM59 .In ABAP Connection creat ABAP connection with system with which u want communicate .
    Eg I am connection with Systems PB1.
    So i developed Connection call PB1CLNT800.
    2) In my requirement I have taken data in my context from another r/3,
    I have give called RFC in my supply function of node.
    Call to RFC is as usual.
    In my case,
    CALL FUNCTION 'RFC_MATNR'
    DESTINATION 'PB1CLNT800'
    TABLES
    IT_MATNR = IT_MATNR.
    Onwards I have read my itab IT_MATNR and populated data to context.
    Hope solution will serve your purpose.
    Give point if it works .If any problem i have other ways.
    Cheers
    Parag Bhise

  • Can we attach scanned bills with Webdynpro Application?

    Hi All,
    My requirement is that we are proposing a solution to the client for settling medical bills.
    they want to submit the scanned copy with the request.
    Is that possible?
    Warm Regards
    Hari Sankar M

    Hi Sankar,
    You can store any type of document in the R/3 using the Generic Object Service(GOS).
    There is a class cl_fitv_gos=>save which is used to upload, cl_fitv_gos=>get_links to get the files as an hyperlink, cl_fitv_gos=>get_content to get the contents of the file.
    One of our WD application allows the user to attach any type of documents when he creates the  expense report.
    I can give the source code if you actually need it.
    Thanks,
    Rajkumar.S

  • SSO b/w portal and webdynpro application customized login??

    Hi,
    I  have one webdynpro application which has a login screen (Created as Webdynpro view). If user enters user/passord, the same gets checked from a custom table in the db (Method for checking user credtentials has been written in view controller). if user credentials are correct it performs some actions defined in webdynpro application.
    I want to configure SSO b/w portal and this webdynpro application sothat when user logon to the portal and open this webdypro application, Login page of webdynpro application should not be shown i.e user credentials should be passed from portal and corresponding authentication method in webdynpro should be called to authenticate the user.
    How to do the same without touching webdypro application ?
    Can we call a method of webdynpro application from portal?
    Regards
    Deepak

    1) To enable ticket authentication for the web dynpro iviews, you must maintain the definition of the system running the Web Dynpro application and set logon method to "SAPLOG"
    2)Since you have customized login screen, you need to bypass this screen manually when you login from portal.
    Add parameter to the application while defining the iview.Give some constant value.
    Check value of this parameter in webdynpro and fire to next view.

  • WebDynpro Application Performance

    Can any one guide me how to check WebDynpro Application Performance. I have application which refreshes every 1 hour. There are 1500-2000 users for this. Can any one guide me how to monitor and do changes for streamlining performance?
    Also my application is using both VC and webDynpro in one page.
    Thanks in advance

    To can check the performance of the webdynpro application follow the procedure mentioned in the link below.
    /people/bertram.ganz/blog/2006/11/21/analyzing-web-dynpro-java-application-performance-with-a-simple-url-parameter

  • Problems in triggering webdynpro application from Workflow using SWFVISU

    Hi everybody,
    We have created a webdynpro application which we are linking to our task using transaction SWFVISU .
    The method for the task is WEBSERVICE-DISPLAY.
    SWFVISU has been configured with parameters :
    application name : ZXXXXXXXXXXXXX
    and namespace  : sap.
    When i create a workitem in the UWL , and click on it, i get a dump with the following description : 'Exception condition "URL_CREATION_FAILURE" raised.'
    Now the strange thing is that if i use a standard SAP Webdynpro application , this works properly.
    Could anybody advise us on whether we are missing something ?
    Thanks,
    Joe

    Hi Raja,
    Thank you for your reply.
    I tried changing the method but it still throws the same error. i dont think this error is related to the Task method , since it can also be a dummy method (as is the case with the leave approval workflow 12300111) .
    Any other helpful suggestions ??
    Thanks,
    Joe

  • Calling JAVA webdynpro applications from SAP Business workflow

    Experts,
    Is it possible to call JAVA webdynpro application as a task from SAP Business workflow? If yes, please pass on any links to relevant documents.
    Thanks,
    Deepak

    Hello,
    You would probably want to use UWL in the portal. From UWL you can launch tasks from portal, and with proper configuration (for example with the help of transaction SWFVISU) you can easily start web dynpro applications from UWL.
    I suggest you go trough the SAP documentation about UWL. Start for example here:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/39/a1bb5c4c0d4ab4a417e87ef35f1efa/frameset.htm
    Regards,
    Karri

  • Error while configuring Debugging for WebDynpro Application

    Hi Experts,
    I am trying to configure Portal server for debugging a WebDynpro application.
    In NWDS , in Debug configuration
    When i tried to add my Webdynpro Project and application under Debug tab , No problem.
    But when i checked J2EE Engine tab : it showed the following error.
    <b>[J2EE Engine]: the selected server node does not run  in restricted load balancing mode, please configure it correctly so that the URL extention can be used</b>
    And ignoring it when i started debugging the application , the URL was formed like this :
    http://<host>:50000/@@@DEBUG@@@7672950/webdynpro/dispatcher
    /local/WDtest/WDtest?SAPtestId=1
    with the error :   The requested resource does not exist.
    Details: Go to main page of this application!
    Can anybody help me to fix the configuration.
    Regards,
    Ashish Shah

    Hi,
    To configure to the debugging mode... follow the steps:
    1. Select "SDM" from J2EE engine (To get this view navigate thru Window--> Show View --> J2EE Engine)
    2. Make a right click on "SDM" and choose "Enabling Debugging of Process"
    3. Now, Navigate to Run --> Debug --> Select your Project as "Webdynpro Application" and click "new" button
    4. Now give some name and Click BROWSE to select ur project and then click APPLY and DEBUG
    Or if u use 2004s, then u can do the settings in Portal itself...which gives u more clear information...  follow the link
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0cb32c5-36a7-2910-2c9b-ba4a5bbdbb56">WebDynpro Java Debug Configurator</a>
    Hope it helps...
    Regards / Guru

  • Calling Webdynpro application from Workflow Task

    Hi All,
    How do i call a custom Java WebDynPro Application from my task? How to pass the container values to the Webdynpro application.
    Can some one help me out?
    Thanks,
    Sarath

    Hi sarath,
    u see this thread, u get more information
    calling web dynpro from workflow - SWFVISU
    Calling Java code from Webdynpro Abap UI
    WebDynpro application that can work with SAP workflow work items?
    WebDynpro in Workflow
    Regards,
    vino

  • Webdynpro application Debug Configuration problem

    Dear Friends,
    I am trying to WebDynpro application debug Configuration.
    But I could not find the Debug Configurator link under portal's System Administrator -> System Configuration -> Web Dynpro Console -> Settings
    My portal version is
    J2EE Engine : 6.40 PatchLevel 105424.313
    Portal : 6.0.18.1.0
    KnowledgeManagementCollaboration : 6.0.18.0.0 (NW04 SPS18)
    Can anybody help me where I am wrong and how can I do Java WebDynpro application debug configuration can do?
    Thanks in advance
    Lakshmikanthaiah

    Hi,
         As for as I know the debug configurator is available in NW04s SP 12. See this 
    <a href="http://209.85.175.104/search?q=cache:0172QKC3AU4J:https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0cb32c5-36a7-2910-2c9b-ba4a5bbdbb56debugconfiguratorwebdynpro&hl=en&ct=clnk&cd=1">web dynpro debug configurator</a> link
    regards,
    Siva

  • Can't see webdynpro applications in webdynpro administration

    Hi all,
    I've installed ess and mss business packages on portal. But I can't see the respective applications nd jco connections in webdynpro administration. Any clue what could be wrong here. I am using EP 7.0.
    thanks,

    Hi,
    Have you deployed these webdynpro applications on you server where the portal is installed?while deploying WebDynpro application, in J2EE configuration, configure the J2EE engine.
    Regards,
    Ameya

  • How can I use an WebDynpro application off line?

    : Hello,
    I am developing a normal WebDynpro application to publish on my portal.  I would also like to use this app on my mobile engine (so I can use it off line) . What do I need to change of my WebDynpro application for it to work in the mobile client? The MC comes with tom cat light is there a way to deploy de webDynpro libraries for tom cat ?
    Any help is great help
    I am using :
    WebAS 640 sp 9
    MI 2.5 sp 9
    Windows 2000 + mobile client
    Thank you in advance,
    Guy

    Hello Guy,
    I am afraid that Gregor is right: WebDynPro is a complete online solution and has neither the aim nor the ability to become available offline. Ms Karin Schattka (SAP Product Manager WebDynPro) stated this very clearly in her TechEd04 presentation, which is available in SDN as well.
    To employ offline applications you can choose from the Mobile Business Solutions portfolio that SAP offers for it's "Mobile Infrastructure" which is part of Netweaver 04 and later. Several applications are available, such as Sales, CRM, AssetMgmt and Mobile Time and Travel.
    If nothing fits your needs you can develop your own applications using the MI framework. These are the options you have but unfortunately they have nothing to do with WebDynPro and No, there is no way to generically take Netweaver Portal content offline, as the portal (like WebDynPro technology) follows an online-only strategy.
    Best regards,
    Tim

  • How can i trigger workflow when particular event happens in webdynpro

    how can i trigger workflow when particular event happens in webdynpro

    hi,
    To trigger workflow , use the fm : 'SAP_WAPI_START_WORKFLOW'
    Refer this thread for similar requirment : Workflow in WebDynpro
    Blog : http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417500)ID1564403950DB00699140435432809306End?blog=/pub/wlg/2778

Maybe you are looking for

  • Yoga 2 Pro - Broken in less than a year - A terrible experience with IdeaPads

    Hi guys! I'm hear to tell everyone about my pretty terrible experience with Lenovo and my Yoga 2 Pro IdeaPad. It's not a review or anything but more of a forewarning to those who are thinking of buying from Lenovo. I'm also here to help others out in

  • Mac Mini Mid 2011 Ram Upgrade to Clock 1600mhz...?

    I intend to upgrade the Memory on my Mac Mini Mid 2011 to 8gb. Question here is its currently running Two 1gb Chips at 1333mhz and I was wondering if I could get Two 4gb Chips at 1600mhz and have them mounted...? Is that possible or will I have to st

  • How to define function within for loop pls help?????

    Hi this is the problem i have a class, and within that class there is an actionPerformed function, in this class i also create an instance of another class, this other class also contains an actionPerformed function, which wis executed if a jButton h

  • Which table keeps recored of inventory transfers

    Hi All, I have items manage by serial number. i placed an inventory transfer of serial number items. Is there any table who keeps recode of  Inventory transfer specifically of serial number items. OWTR and WTR1 only shows the items and quantity but n

  • Thunderbolt-email not deleting from server

    I checked my settings and the box is checked to delete messages from the server once they are deleted off of my phone.  This problem is just in the past week or so.  I delete them and as soon as email refreshes again they are back.  HELP!