BSP - Web Dynpro - Interactive Forms by Adobe - Flex

Hi,
I am a student SAP from Belgium.
I am currenty developping an application and I am using BSP's, Web Dynpro's, Interactive Forms and Flex.
I have a good idea regarding to what the possibilities are of each User Interface, but I would like your opinions:
What are the main advantages/disadvantages of each of the named User Interfaces?
So what's good/not good about BSP, Web Dynpro, Interactive Forms, Flex?
What's the easiest to code, to make a layout,....
I know, according to the sitiuation, you can choose which UI to use, but I would really like to know what your opinions are about coding, easy-to-use, speed, logic,... (PRO/CONTRA'S)
Thanks a lot for your input, it would really help me!
Greetings,

Hi Mahamed,
I got your problem. You have not done anything wrong.
It is WebAS version which is not supported for this functionality.
But there is solution to this problem
Please refer to the SAP Note number - 1055738.
I think you will get the answer and the scenario described there will match your requirement.
This is a know issues with WebDypro ABAP but this works fine for Java Web Dynpro.
I have also tried for 2 months but finally came to know about it.
Regards
Satya

Similar Messages

  • How to import an xdp-File to Web Dynpro Interactive Forms

    Hi Experts
    I am working with Web Dynpro and Interactive Form. With Adobe Lifecycle Designer I do an import of an MS Word-Document and convert it to the XDP-Format. How do I import this XDP-File into an Interactive Form inside Web Dynpro? The form shouldn't be created with Web Dynpro. So far, what I did was creating an empty form from within Web Dynpro and overwriting it with my xdp-File. But this doesn't seem to be a secure and robust solution. Do you have any suggestions?
    Thanks for helping
    Kind regards
    Bettina Hepp

    Hi Bettina,
    I can understand what problem you are facing.
    Please follow these steps and let me know if it has solved your problem or not
    1. Open the XDP file in Adobe Life Cycle Designer and go to File Menu ->Save As ->
    Save the file as PDF.
    2. NWDS Webdynpro Edit the interactive form and now you can import the same PDF file.
    This will solve your problem and let me know if you are facing any other issue.
    Cheers
    Satya

  • Sending java web dynpro interactive form as pdf attachment from Business WF

    Hi,
    I have a java web dynpro application with interactive form(online), on send button click i need to send the filled form as an PDF attchment to internet mail id. I am using SO_NEW_DOCUMENT_ATT_SEND_API1 inside workflow to send attachment. My custom RFC which is interacting with WD app is getting the pdf source context attribute(simply i set the import parameter with that attribute and no juggling is done) as import parameter which  is of type XTSRING. Once i execute the application i am getting mail with attachment as pdf but i am not able to open the pdf. It is of just 1 KB size. It seems my pdf source context attribute is not sending data. Can some one suggest how can i solve this.DO i need to convert the data to pdf format before sending or any otgher thing i need to do.
    Regards
    Ravindra

    I did that before posting the question itself (enables = false), it doesn't work. It just disable the extra features like digital signature and stuff.  Interesting thing is all our HCM forms developed for HR actions works fine with out any issues. Why the interactive form developed with WDJ is not working and it requires credentials??. The same form works fine if I deploy the application directly into server but it throws the error if I check in through NWDI ..
    If you look at the server location it has the file but it throws the error:
    Caused by: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: IOException occured while creating template stream from the TemplateSource : .\temp\webdynpro\public\sap.com\ess~ben\webdynpro\Components\com.sap.xss.hr.ben.reviewtable.VcBenefitsReviewTable\ReviewTableView_InteractiveForm_Review.xdp (The system cannot find the file specified)
    Please advise.
    Thank You,
    Hari.

  • ABAP Web dynpro Interactive forms ADOBE

    Hi,
    I want to create Adobe form for quotation.
    There are item groups and within item group there are sub items.
    After displaying all sub items for a group i want to show Total amount.
    This is repeated for every group.
    Can anyone help me out with this.
    Thanks and regards,
    Nikita.

    http://www.sdn.sap.com/irj/scn/interactiveforms-elearning
    the above link helps you out witht he best e learning sessions
    http://wwwimages.adobe.com/www.adobe.com/enterprise/partners/pdfs/solution_in_detail_interactive_forms.pdf
    this also is a very helpful document
    If you have any specific queries please feel free to shoot
    Cheers
    Senon

  • Where Web Dynpro Java version of Adobe Forms are used in ESS MSS

    Hi, SDN Expert.
    I am working on research the use of Adobe Interactive Forms in the current processes of HCM ESS MSS.
    We are on ECC5.0, EP7.0, and ESS MSS SP21. We are in the midst of upgrading to ECC6.0.
    Do you know where Web Dynpro  Java version of Adobe Forms are used in ESS MSS are used? OR are they all in Web DYnpro ABAP version in ECC6.0?
    Thanks,
    KC

    Sergio,
    FYI.
    I am trying to see how the form I design/modify in TCode: SPF are working together to these piece of codes I found in NWDI WD4J pcui_gpisrsap.com --> VcISRShowForm DC --> ShowForm view:
    public void wdDoInit()
        //@@begin wdDoInit()
              InteractiveForm form =
                   (InteractiveForm) ((View) wdThis.wdGetAPI()).getElement("IsrForm");
              form.setDynamicPDF(true);
              form.bindPdfSource((IWDAttributeInfo) null);
        //@@end
    public static void wdDoModifyView(IPrivateShowForm wdThis, IPrivateShowForm.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
        //@@begin wdDoModifyView
              logger.pathT("Entering: wdDoModifyView");
              // Dynamic context generation
              // Bind context
              if (wdContext.nodeNewGenericChildNodes().size() > 0) {
                   if (wdContext.currentContextElement().getContextToBeReset())
                        wdContext.nodeData().getContext().reset();
                   IWDNodeInfo genericNode = wdContext.nodeData().getNodeInfo();
                   IWDNodeInfo origNode =
                        wdThis
                             .wdGetVcISRShowFormController()
                             .wdGetContext()
                             .nodeGenericNode()
                             .getNodeInfo();
                   IWDNodeInfo childNode;
                   IWDNodeInfo deepChildNode;
                   for (int i = 0;
                        i < wdContext.nodeNewGenericChildNodes().size();
                        i++) {
                        childNode =
                             origNode.getChild(
                                  wdContext
                                       .nodeNewGenericChildNodes()
                                       .getElementAt(i)
                                       .getAttributeValue("name")
                                       .toString());
                        deepChildNode = childNode.getChild("DATA");
                        genericNode.addMappedChild(
                             childNode.getName(),
                             null,
                             childNode.isSingleton(),
                             childNode.isMandatorySelection(),
                             childNode.isMultipleSelection(),
                             childNode.getPathDescription(),
                             false,
                             true);
                        genericNode.getChild(childNode.getName()).addMappedChild(
                             deepChildNode.getName(),
                             null,
                             deepChildNode.isSingleton(),
                             deepChildNode.isMandatorySelection(),
                             deepChildNode.isMultipleSelection(),
                             deepChildNode.getPathDescription(),
                             false,
                             true);
                        genericNode
                             .getChild(childNode.getName())
                             .getChild(deepChildNode.getName())
                             .addAttributesFromDataNode();
              // Avoid another context generation - all context have been generated
              wdContext.nodeNewGenericChildNodes().invalidate();
              InteractiveForm form = (InteractiveForm) view.getElement("IsrForm");
              //Set the template source of the form (if necessary)
              if (wdContext
                   .currentIsrParamsElement()
                   .getSetTemplateSourceNecessary()) {
                   form.setTemplateSource(
                        wdContext.currentIsrParamsElement().getTemplateSource());
                   wdContext.currentIsrParamsElement().setSetTemplateSourceNecessary(
                        false);
              logger.pathT("Exiting: wdDoModifyView");
        //@@end

  • SAP Interactive Forms by Adobe: prestarted question...

    Hi,
    I'm a very newbie to "SAP Interactive Forms by Adobe".
    My requirements are as follow :
    I want to send my users a PDF file containing drop down list box with data from SAP system.
    I mainly want the forms to be my validation tool.
    after word, when I will get the PDF back from the user I want to manipulate them and check the data into SAP system ...
    as I understand ... I need a :
    JAVA web Dynpro.
    use the "SAP Interactive Forms by Adobe".
    create some ABAP code for the last step...
    can it be done by "SAP Interactive Forms by Adobe"?
    Is that it ?
    another thing ... is there any good example to this in the web ?
    I've tried to download the "SAP Interactive Forms by Adobe: Offline scenarios possibilities" by Francois Gendebien.
    but got an error ... can anyone send me this example ([email protected])
    10x,
    Hadar Morchi

    Hi amol,
           can u plz send me the same document for adobe form at my mail plzzzzzzzzz
           my mail id is [email protected]
    Thnx
    Anirudh

  • Factors need for interactive forms by Adobe

    Hi All,
    Could anyone tell me the factors that would influence the efforts estimation and what are steps involved in during the development of interactive forms with Adobe.
    Regards,
    Sid

    Hi Sid,
    there is no simple answer to this question.
    Here are a few pointers on what to consider:
    - Depending on what you want to do, the development environment and your familiarity with it. The choice is there (Web Dynpro for Java and ABAP, transaction SFP for print forms, Guided Procedures, Internal Service Request, printing in BI), but how well do you know your way around the environment? (Don't forget, the form is only one small aspect of your application.)
    - Complexity of the form, and thus the need to script in Adobe LiveCycle Designer
    - Experience of the forms developer (SAP-internally we have seen differences of several factors)
    A simple interactive form can be done in 1-2 days including testing. With print forms, things become more complex with a medium-complexity form (a table, some scripting for business logic) taking about 7 days.
    <b>Most importantly</b>, please take this to heart:
    - A PDF form does not and cannot replace a full-fledged application. Most people don't realize that a form is in essence not a lot more than a user's view on (i.e. interface with) the system. The business logic is in the system, and should be limited in the form.
    - Of an overall business process using a PDF form, at most 20% is spent on forms development. The bulk of the work is the application (usually involving some sort of workflow) surrounding the form.
    Hope this helps,
    Markus Meisl
    SAP NetWeaver Product Management

  • SAP Interactive Forms by Adobe  vs Duet

    Can someone please tell me what the differences between SAP Interactive Forms by Adobe  and DUET? Please give me a pros and cons for both software....

    Hi,
    SAP Interactive Forms by Adobe
    As of SAP NetWeaver u201904 (in SAP Web Application Server), you can use a new solution to create interactive forms and print forms for the optimization of your form-based business processes. This solution uses Portable Document Format (PDF) and software from Adobe Systems Inc. that has been integrated into the SAP environment.
    You can create interactive forms in PDF format that allow users to fill out the form on the screen and save their entries in XML format in the form. When the SAP system receives the PDF form, it extracts the data saved in the form, and can process it further.
    You can also merge a form template with current system data to generate a PDF document that can then be printed or sent by e-mail.
    SAP Interactive Forms by Adobe offer you the following business advantages:
    1. Interactive functions automate the creation of data for SAP systems
    2.  Full integration into the SAP development environments for Java and ABAP
    3.  User-friendly tools reduce the time and costs associated with creating form layouts.
    4.  The usage of the PDF format means that forms retain their appearance regardless of the environment they are used in.
    For More Details,
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/46/250bf80c2c4252e10000000a1553f6/frameset.htm
    Duet
    Jointly developed and supported by SAP and Microsoft, Duetu2122 enables information workers to improve decision-making, increase process compliance and decrease costs by taking full advantage of SAP business processes and business intelligence through the Microsoft Office environment.
    Duet provides the following capabilities:
       1. Contextual data integrations for Microsoft Office
       2. Offline access and data synchronization between Microsoft Office and SAP applications
       3. Reliable security for data transfer
       4. Integration of approval processes in Microsoft Outlook (offline, routing, contextual data)
       5.  SAP alerts notifications delivered through Microsoft Outlook inbox
       6. SAP controlled authorization for data access
    For More Details,
    http://www.duet.com/about/features/index.aspx
    By
    Parthi

  • Problem with Grouping in Interactive Forms by Adobe

    Hey Guys!
    I have a problem using the group function for a table in Interactive Forms by Adobe and I have not found a solution yet, so I hope anybody can help me.
    I've created the table in the LiveCycle Designer using subforms and I want to use the group function for a specific field of my table. Now the problem is that the entries of the table are not shown grouped for the same values of my specific field but there is still one row for each entry. How do I have to edit binding, flow etc. for the subforms of a group?
    I hope anybody can help me or provide me a better solution.
    Thanks in advance.
    Martin

    Hi Otto,
    thanks for your reply.
    I'm sorry the 'grouping function' I've announced is called 'control levels' in English I can set this function for a field of a table in the context of the form in the transaction SFP in SAP. Then in the hierarchy the field is displayed above the group of the other fields of the table. Usually in the form this should lead to a 'grouping' for the specific field so if you have identical values there is just one entry in the form and all the rows that have this value should appear behind. My problem is that there is still one entry in the form for every row.
    Right now I'm using the solution you mentioned with the nested tables but i have some problems with the layout and page breaks (pagination).
    Thanks for your help.
    Martin

  • BSP / Web-Dynpro (Java / Abap)  what to use in this case ?

    Hi all,
    i have some questions about all this BSP/Web-Dynpro stuff. We have an application (for health care written in Visual Studio) out there at our customers. Some of these customers are using SAP as their backend system. So we've writte some backend functionality (a cash processing, additional reports, a special invoice system etc.etc.) in Abap and Abap-Objects. Actually we are planing a new release for this backend stuff which is using the normal SAP Gui.
    Maybe we plan for the next release to convert our app to a Web based app and we discuss what SAP technology we should use for that.
    Here are my questions :
    - When and why should we use Web-Dynpro (Java) ?
    - Can't we use BSP ?
    - Is there any future for BSP ?
    - When will Web-Dynpro for ABAP be released (actually we are not a Java Shop so Abap is prefered)?
    Hope someone can answer my question.
    Greetings
    Henning

    If you don't mind, I am going to terminate discussion of Web Dynpro ABAP here. It is not that I want to, but we are in a difficult position with this development, and can not really discuss it too much.
    But, let me first make a few (last) comments:
    (*) BSP is available since WebAS 610 (which is now nearly at the end of its lifetime). WebAS 620 is the main platform out there, with NW04 (WebAS 640) now shipping, and the next product is inevitably coming. If you keep in mind that SAP supports each release at least 7 years, and we will be shipping BSP in an upcoming release, you can see that with BSP you are not going to left stranded for many years to come.
    (*) Web Dynpro Java is out and shipping. A very nice development environment. You can build nice things with it.
    (*) Web Dynpro ABAP: it will become a very nice product as well. We should know :). But, it will definitely not ship on NW04 platform. Which unfortunately means the next great NW shipment (both naming and date is not available).
    From our experience, most people seem to make their decisions based on the available Java versus ABAP skills in the shop. However, the other factor to look at is also "pixel perfect" rendering. Only with BSP can you influence the rendering. Web Dynpro is more a development platform for business applications, and as such they must conform to the designated model/concepts, etc.
    brian

  • Integration for Business Workflow and SAP Interactive forms by Adobe

    Hi
    Is any of you able to watch the following SDN eLearning Session ?
    <i>Integration for Business Workflow and SAP Interactive forms by Adobe (RIG session 7)</i>
    I can play nearly all the other eBooks, but not this one. Any idea ???
    Regards, bernhard

    I solved the problem.
    It is not possible to view the ebook with IE 7.0. So I removed the new Internet Explorer and everythink is working fine.
    Greetings, Bernhard

  • Howto  developed an interactive form using Adobe LifeCycle Designer

    how to developed an interactive form using Adobe LifeCycle Designer

    Hi,
    Take a look at the Howto page.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/was?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d">examples</a>
    There you will find a sub group about Interactive forms.
    Hope it helps.
    Kind regards,
    Maarten.

  • Testdrive version of SAP Interactive Forms by Adobe ?

    Hi
    Can anyone please share experience with SAP Interactive Forms by Adobe in SAP WAS ABAP testdrive ?
    best regards
    Thomas Madsen Nielsen

    Hi Thomas,
    To know more about Interactive Forms by ABAP - https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/7c3bc67e-0c01-0010-dbb3-908315896909 [original link is broken] [original link is broken].
    Test drive? am not sure to be frank...
    Thanks and Regards,
    Anto.

  • SAP Interactive Forms by Adobe in ABAP testdrive?

    Hi
    Can I try  SAP Interactive Forms by Adobe in ABAP environment?
    According to the download page the java testdrive 04s SP9 contains SAP Interactive Forms by Adobe , but I would like to use it in an ABAP environment  and - again according to the download page - the abap testdrive 04s SP11 doesn't contain the SAP Interactive Forms by Adobe.
    Best regards
    Thomas

    Hi again
    I solved the problem by installing the Adobe Designer 7.1.
    Now my next problem is that I have no ADS (Adobe Document service).
    That makes sense to my Adobe forms newbi brain. My guess is that the ADS must run on the JAVA stack and my testdrive is a ABAP stack only.
    My next shot will be to install an JAVA testdrive on top of my ABAP testdrive and see what happens.
    =0)

  • SAP interactive forms by Adobe

    Hi All,
    I have SAP-CRM 5.0 installed in my system. Kindly let me know what are the extra softwares and hardwares configuration needed inorder to work on the SAP interactive forms by Adobe.
    Also, I want to know the basic architecture how it is working.
    Thanks,
    Samm

    Hi cozy,
    you have to configure ADS on your Java Visual Administrator for Adobe forms development. No extra H/W configuration is needed. You can search for the document containing details of ADS configuration or tell me your email-id I will send it to you.
    Reward points if helpful.
    Regards,
    Vaibhav Tiwari.

Maybe you are looking for

  • Attribute "Report Layout" is missing in the "Print Attributes" tab for IR

    Hallo, The attribute "Report Layout" is missing in the "Print Attributes" tab for an interactive report? How to alter the report layout (xsl-fo) of an interactive report? Has someone any idea where to configure this? Btw, for the "classic" SQL Report

  • Format issues- won't boot from OSX disc

    Help! I've been having some issues with my iBook G4 recently (it seems every program will randomly quit unexpectedly and it's generally rather slow) so I was thinking I would just wipe the drive and start afresh. But I can't seem to boot from the OSX

  • Logon problem with oracle management server

    I have problem with Oracle Management Server when I connect to the OMS message comes The exception (java.lang.NullPointerException) occurred. if any body have any idea pls tell us

  • CBO: OWB Dimension Performance Isssue (DIMENSION_KEY=DIM_LEVEL_ID)

    Hi In my opinion the OWB Dimensions are very useful, but sometimes there are some Performance Issues. I am working with the OWB Dimensions quite a lot and with the big Dimensions ( > 100.000 rows) , i often get some Performance problems when OWB gene

  • Running Reports in 8IAS

    Can anyone tell me the parameter do be defined in the registry of 8IAS. I am using forms [Run_PRODUCT] to run the report but it gives me 'Error Initializing Printer'. If i run the report thru runreport.htm how can i get the report parameter screen. T