VC & WD ABAP Integration

Hi ppl,
My requirement is to call a WD iView from a VC iView. I tried to follow this blog and few other materials:
Combining ABAP and Visual Composer
The blogs speaks on eventing in VC, i've tried to implement the same with a sample flight application where in table control on click of button, it would call a WD IView. It fails/not workinga s expected. so my questions are:
1. Is it possible to integrate VC and WD iView or pass parameters between the two? If yes, how?
2. The blog speaks on passing parameters. I want an application where when i call an WD iView from a VC iView, the page shall contain only the WD iView and when i go back i shall go back to VC iView?Its a navigation between the two iViews but at one time only one iView appears on page depending. If this can be implemented, please let me know how?
Thanks,
Santosh.

HI
This is very much possible i have already done
Steps
1. create a URl/webdynpro iview in portal for  ur  WD application
2. lets assume u want to navigate when u press a button in 1 form in VC
3. for that drag out the form and create data store object then by defaualt EVT1 event will come
select it to submit event
  Datas store object->configure element->+        field name       select1
                                                                      Type               Number
                                                                      defaul value       0
after that select submit event select1 = @select1+1
4 then create a html iview give visibility condition @select1>1
5 make the size of the html i view as per your requirement
6 then in vc create a form and and add a back image and place it accordingly
   give visibility condition @select>=1
   again connect it to data store object select event submit
  select1 = 0
  This will wok
Regards
Amiya

Similar Messages

  • Problem with image loading in flex (with web dynpro ABAP integration)

    Hi,
    I am working with integration of flex and web dynpro abap. I am facing unusal problem while loading the images. I have the images in the MIME folder of web dynpro application. Since my swf file and all the images that I want to use are in the same folder(MIME), I am accessing them giving just the image name as source for the image in flex.
    By this method I get the images sometimes, but not everytime. So could anyone suggest me alternative method.
    Regards
    Prashant Chauhan
    Edited by: Prashant8809 on Jul 17, 2011 11:56 AM

    Hello Prashant,
    you need to mention the full path as source for the image in flex.
    ex. if your WD application name is Z_TEMP and image file name in mime folder is 'image.jpg' then you need mention the source in flex as
    http://servername:50001/sap/bc/webdynpro/sap/Z_TEMP/image.jpg
    Hope this solves your problem.
    BR, Saravanan

  • Webdynpro abap integration with interactive adobe forms

    Hi  Experts,
    Am Facing problem printpreview  adobe in portal and it developed by webdynpro abap interactive form there am getting warning message
                Warning  : This form is not supported with current verision of Acrobat or Adobe reader
                                  Upgrade to Latest Verision For full Support.
    And it is display half letters in print preview.
    Regards,
    Sakthi.

    Dear Thomas,
    Here there are two server  one is developpment and quality.In development it is working fine and quality it is creating problem.If open in any system we are facing same problem.My dout is any server specific
    adobe verision is in portal.
    Thanks for Replying Good luck.
    Regards,
    Sakthivel.S

  • WD ABAP Integration with Portal

    Hi All,
    Is it possible for a Web Dynpro for ABAP to read the current user object from the portal. Each portal user has a bespoke parameter in the portal UME which needs to be read in the Web Dynpro. I can read it using WD Java. How can it be read using WD ABAP?
    Cheers
    Richard

    Hi All,
    I don't need to navigate anywhere. I need to contact the UME engine and get the user information.
    In WD Java, I'd do this :
    IUser user = UMFactory.getUserFactory().getUserByUniqueName(username);
         String salesOrg;
         final String[] attribute = user.getAttribute(
              "com.sap.security.core.usermanagement",
              "NAME_OF_CUSTOM_ATTRIBUTE_FOR_SALES_ORGANIZATION");
    Now that the UME has moved out of the portal, I'm not sure how to access it.
    Cheers
    Richard

  • Webdynpro ABAP integration with Flex

    Dear All ,
    We are trying to integrate the Flex with ABAP WebDynpro. On the front end there are a set of check-boxes and whenever the user selects one or more check box , we need to make a note of this selection and save this to the database. Data in FlexBuilder is getting stored as ArrayCollection with two columns label and selected.
    We need to integrate the same into SAP using WebDynpro ABAP. We have created a datasource to read the values. Even after giving the identical names in webDynpro the data is not getting populated.
    If any of you has worked on a similar requirement earlier, please revert back .
    Regards,
    Amit Saini

    Hi Banarji
    Ple try this.
    In Flex Part
            [Bindable] 
            [Embed(source=".jpg")]
           <mx:Image x="" y=" " width=" " id="loader1" autoLoad="true" source=".JPG" height=" "/>
    Webdynpro Part
          Goto MIME - > add .swf file
    I hope.It will work fine.
    Regards
    Laxmikanth Karunamoorthy

  • UWL and WD abap integration

    Hi,
    I am trying to integrate UWL and web dynrpo abap. I have set the visualization paramaters in the transaction SWFVISU. So when I click on the link in UWL the web dynpro abap applications opens.
    To access the parameter I go to the default window plug.
    But the  problem I am facing here is that I need the UI of flex for my application. To pass value to flex I need the parameter in the WDDOINIT of the view. Can anyone suggest what is to done here as the default window plug executes after WDDOINIT of the view.
    Thanks
    Prashant
    Edited by: Prashant_chauhan06 on Jan 31, 2012 12:43 PM

    correct me if i am wrong...
    first wddoini then default window then wddomodifyview method willl trigger..
    so you can write ur code in wddomodifyview
    Regards
    Srinivas

  • WebDynpro ABAP integrated into the NetWeaver Portal - One for Mr Jung :)

    Hi
    <h2>Introduction</h2>
    I've developed a WebDynpro Component that uses 8 other components.
    The initial component has 1 view with a PhaseIndicator element with 8 phases.
    Selecting a phase pops up a window of the appropriate components used as usage components.
    Also, depending on certain config tables some windows might popup as soon as the application runs.
    I've created an application for the component with the PhaseIndicator.
    <h4>The application works perfectly !</h4>
    <h2>Problem</h2>
    <h4>When I integrate the application into the NetWeaver Portal it also works perfectly, in Dev that is.</h4>
    When moving the application and all it's components to QA it also works perfectly if run on it's own. But, when embedded in an iview in the Portal, strange things happen
    All the components that are usage components in the 1st component is displayed in the first window but not as pop ups.
    They are all listed below each other with plenty of white space between them, below each other in one huge scrollable window.
    <h2>My Investigations</h2>
    I've run a trace in Dev and QA and discovered that just before the Windows are displayed different code is run in the two systems. In Dev, the system executes a method of the class CL_WDR_SSR_LS but in QA the system executes the contructor class of a local method lcl_repository in the include LWDR_RUNTIME_REPOSITORYF12.
    <h2>Things I've tried - but did not work</h2>
    1) Removed my custom theme.
    2) Re-transported everything.
    3) Bounced the QA Portal
    4) Transported everything to Prod - It works perfectly in and out of the Prod system and Portal. BTW The ECC system of QA was refreshed from Prod 2 weeks ago.
    <h2>Finally - My Question</h2>
    What the bleep do I do now
    Thank you for reading.

    Hi Bala,
    thank you. This solved my problem.
    Could you explain what the caused the problem?
    Best regards,
    Olaf

  • BI Java and BI ABAP -RSPLAN issue

    Hi All
    We are working with BI system ,using BI 7.0 Java and BI ABAP as separate systems on same host.
    Already run the template intaller for BI Java and ABAP integration.
    But facing some issue ,when going ot BI ABAP and RSPLAN and clicking the Start Mideller
    it is opening a browser as http://host:8000/sap/public/myssocntl?sap-client-XXX
    Since this is not correct and it should open BI Java portal instead of ABAP stack page.
    Instead this should open a Url like this http://host:5XX00/webdynpro/dispatcher/sap.com/biplanworkbench1/Modeler?
    I check on BI ABAP system under SAP Reference IMG -> SAP Customizing Implementation Guide-> SAP NetWeaver _> Business Intelligence-> BI Integrated Planning -> Settings for Starting the Planning Modeler.
    There the default Url is BEx Portal Server and the url is        
    http://host:5XX00/webdynpro/dispatcher/sap.com/biplanworkbench1/Modeler
    Can anybody let me know why this is going to ABAP server instead it should go to Java.
    Regards
    Ajay
    Edited by: Ajay Sandal on Mar 10, 2009 2:31 PM

    Hi Ajay ..
    Good news that ur issue is resolved ..
    I have somewhat similar issue .. Hopu u can put some light ..
    I have Bi 7.o with Add on java  ,
    In RSPLAN from ABAP system , modular page is not coming . if i click on start moduler button in RSPLAN ..portal page is coming up and i have to give logging details .
    Please suggest .
    Thanks

  • ABAP Proxy without SOAP adapter in PI7.3

    Hi All,
    We have dual stack implementation of PI7.3 but we do not wish to use the SOAP adapter for configuring an ABAP proxy scenario.
    Is this possible? Is the Javastack only configuration in NW Admin available for use in dual stack implementation also?
    Thanks and Regards,
    Diptee

    Hi All,
    So it essetially means that only the below 2 options are available for ABAP proxy scenarios in PI7.3 for a ABAP+Javastack installation
    - use of SOAP adapter over XI protocol
    - use of conventional proxy configuration of the ABAP Integration Server
    And the only Javastack config cannot be used for a dual stack implementation.
    Please confirm if above is correct.
    Regards,
    Diptee
    Edited by: diptee s on Sep 21, 2011 4:48 PM

  • 1)some setting missing in BI Integration to EP 2)publish the BI role to EP?

    Hi All,
    1) We almost done BI EP integration, getting error in step: Maintain User Assignment in Portal.
    - what are settings in BI connection in EP? we are using SAP Logon Tickit method(not Uid Passs method), is there any user with user name and password required in this conneciton? if yes with wich Authorization in EP & BI?
    we have defined system alias in EP, is that same alias any where need to maintain in BI?
    - when i run BI report from RSRT > Java web OR Query desinger run to portal option, its giving me some error and required to check log at portal, what authorization required for My BI developer user id in BI and EP to run the report on EP from RSRT JAVA Wev or query desinger or WAD? in BI i have FULL authorization(SAP_ALL, SAP_NEW, ..) Is there any Authorizaiton required to give in EP as well?
    2) How to Publish the BI role In EP:
    Question is our EP guy is lookin new, and not sure what all authorizaiton to give to me, and how adjuctely creat ivew on top of BI reports,
    so I have already developed one enduser role consists all required authorization to run the BI report/query/view,
    we can publish the our report in existing role, we can also publish direct developed role to EP but from where to download upload this BI role to EP need to know? what all are the Steps authorization required for that? if anyboday have already gone through this.
    Regards,
    Dushyant.

    Hi Dushyant,
    I am supposing you are doing the BI Java x BI ABAP integration, right?
    Let's go per parts... I will try to respond directly some of your questions but frst of all, I think you should have ran the Template Installer (CTC) and after that checked the configuration with the supportdesk tool as per SAP Note 937697.
    What are settings in BI connection in EP?
    You have to maintain in the portal system landscape a system with alias "SAP_BW" which would be your BI Master System for that portal. The template installer creates this automatically.
    we are using SAP Logon Tickit method(not Uid Passs method), is there any user with user name and password required in this conneciton?
    You could use assertion ticket instead. The user mapping is automatic once you configure the system on both sides with the integration process. If you have problems after, we can look deeper.
    we have defined system alias in EP, is that same alias any where need to maintain in BI?
    Kind of... You need to maintain the default portal destination for the relevant portal through SM30 -> table RSPOR_T_PORTAL and it should have a destination in transaction SM59, too.
    when i run BI report from RSRT > Java web OR Query desinger run to portal option, its giving me some error and required to check log at portal, what authorization required for My BI developer user id in BI and EP to run the report on EP from RSRT JAVA Wev or query desinger or WAD? in BI i have FULL authorization(SAP_ALL, SAP_NEW, ..) Is there any Authorizaiton required to give in EP as well?
    RSRT uses the default destination in RSPOR_T_PORTAL. Try to use J2EE_ADMIN user for the first tests, at least. At first, no special authorizations are needed to run reports in BEx Web (which RSRT calls).
    2) How to Publish the BI role In EP: Question is our EP guy is lookin new, and not sure what all authorizaiton to give to me, and how adjuctely creat ivew on top of BI reports, so I have already developed one enduser role consists all required authorization to run the BI report/query/view, we can publish the our report in existing role, we can also publish direct developed role to EP but from where to download upload this BI role to EP need to know?
    There is a tool called "Role Upload" in EP. You could search about. If you need some help, I can get from the EP guys here (I am from BW). Of course, the process must be done with an administrator id.
    I hope it helps.
    Kind Regards,
    Marcio

  • Calling adobe form from webdynpro abap view

    Hi,
    I need some help. The situation is: I have created a Adobe form interface as well as a form using the SFP transaction. Now, I have a webdynpro screen with a button, which upon pressed must give the output of the PDF form.
    I tried the following steps:
    1. Call function 'FP_FUNCTION_MODULE_NAME'
    2. Call 'FP_JOB_OPEN'
    3. Call the generated function module name
    4. Call FP_JOB_CLOSE.
    The procedure works fine when I use the same code in a report program. It opens a dialog box where there is a option for Print preview and it displays the PDF.
    But when I try to replicate the same, it does not work in Webdynpro for ABAP. Any suggestions as to how to go about this problem?
    regards,
    Praveen Kumar

    Hi Praveen
    there is documentation on the Web Dynpro for ABAP integration of Interactive Forms in the SAP Help Portal at http://help.sap.com/saphelp_nw2004s/helpdata/en/aa/940ee5331b4b8fa0a6cb6714dc5db4/frameset.htm which should answer most of your questions.
    You specify the form to be used during the design of your Web Dynpro application (you are prompted to determine it when you insert the UI element).
    You can save the form from the Reader toolbar, the question would be why would you want to do this and not use a proper download screen.
    A proper tutorial is planned to be available in June. Until then, check the ABAP page in SDN for some e-learning / webinar recording), or directly here: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/c766e918-0b01-0010-99b1-c2b78cd059b3
    Cheers,
    Markus

  • Errror in RFC connection between SCM ABAP stack and JAVA Stack

    Hi All
    we have installed SCM Abap stack and SCM java stack on same system within single database.when i create rfc connection AI_RUNTIME_JCOSERVER from SCM Java stack to SCM Abap Stack its working fine,but when i am configuring same from SCM Abap to SCM Java using SM59 its giving error.
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: failed to open file G:\usr\sap\SCD\DVEBMGS00\data\sideinfo.DAT
    Error Details     LOCATION: SAP-Gateway on host OPS20SCD1.Octal.pet / sapgw00
    Error Details     CALL: fopen
    Error Details     COMPONENT: SAP-GW-LIB (ReadSideInfo)
    Error Details     COUNTER: 1854
    Error Details     ERROR NUMBER: 2
    Error Details     ERROR TEXT: ENOENT: No such file or directory OR: The system cannot find the fi*
    Error Details     MODULE: gwxxside.c
    Error Details     LINE: 274
    Error Details     RETURN CODE: 451
    Error Details     SUBRC: 0
    Error Details     RELEASE: 701
    Is it compulsory to create RFC connection between abap and java installed on the same system.
    plese suggest.
    Regards

    to configure acceptance of the ABAP (integrated ITS / WebGUI) saplogonticket on the java stack, just log into the java stack (http://FQDN:50xxx/nwa) and select configuration  THe last item in the list is Trusted System... click.
    on the ensuing page, click on the add trusted system button --> by querying trusted sytem.
    Enter the required data on the page:
    system type: ABAP
    host name: FQDN
    System Nr: your instance number
    client (of the productive client)
    and a username and pw with superuser priveliges in the system (SAP_ALL/SAP_NEW, etc).
    the click next
    On the final screen, click finish.
    You have now SSO setup between the ABAP and Java stacks. To configure SSO to accept java saplogontickets on ABAP see:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2b0310d6-0801-0010-3185-b2371a280372
    This should resolve your question.

  • How to use Adobe forms in ABAP

    Hello Everybody,
    I have used Adobe forms in webdynpro applications. Now, i want to use adobe forms in ABAP stack. Please provide me steps and guidelines to develop Adobe forms in ABAP.
    What should be the infrastructure needed for that?
    Thanks in Advance,
    Bhavik

    Hi Bhavik,
    there is extensive documentation on creating PDF-based forms for printing in ABAP Workbench (transaction SFP) on the SAP Help Portal at http://help.sap.com/saphelp_nw04/helpdata/en/d2/4a94696de6429cada345c12098b009/frameset.htm.
    The infrastructure is identical (ADS on Java Engine) except that you need an ABAP backend (minimum 6.40) and the corresponding SAP GUI. You also need to create an HTTP connection from your ABAP system to the ADS in transaction SM59 (see ADS Configuration Guide).
    Your Adobe LiveCycle Designer installation from the NWDS should be OK, if you are working on the same frontend. (If you have difficulties with Designer, uninstall it and install it with the SAP GUI again).
    Note that Web Dynpro for ABAP integration is only supported as of NetWeaver 2004s (going into ramp-up with mySAP ERP 2005 this month), which means that interactive scenarios are more cumbersome to implement in ABAP with NetWeaver 04.
    Some of the things you get with the Web Dynpro framework (such as the return of data in interactive scenarios via the WD context) would need to be manually coded when working in SFP, which was designed for output forms.
    Hope this helps,
    Markus Meisl
    SAP NetWeaver Product Management

  • Workflow and WD integration

    Hi,
    We are implementing Workflow and Webdynpro ABAP integration.Employee submits competences from portal, this triggers an approval task to the manager .Manager will approve the task from worklist and when he clicks on task, Web dynpro application opens up where he has to approve or reject accordingly.
    We have approve and reject buttons in Web dynpro and we have used User Decision Step type in Workflow to open the Web dynpro application.User decision step decisions are mapped to Web Dynpro approve/reject actions.
    So we are able to successfully launch the Web dynpro and perform the actions.But problem is the rest of Wrokflow after User Decision step is not getting executed. Workflow is getting stopped at this point.
    We have tried using FM's SAPI_WAPI_DECISION_COMPLETE and SAP_WAPI_WORKITEM_COMPLETE.
    Both these FM.s complete the User Decision step but does not execute rest of Workflow.
    Please help me if you have come across this scenario.

    Hello Archana !
             After user decision step, you have maintained the step that updates database as immediate step.
             Have you tested this step separately ? If it have yielded successful results, check the binding for the immediate step after user decision.
             Also, check the workflow log whether the containers for the step that updates the database are populated with required values.
             Is the method that updates the database is custom method ?
    Regards,
    S.Suresh.

  • How to call web dynpro ABAp application into workflow

    Hello All,
    How to call webdynpro application into workflow .Is it possible ?
    Scenario is : A web dynpro application should flow into 3 levels of approvals .
    Please share your knowledge .
    Thanks
    Sonal

    >
    Saurav Mago wrote:
    > hi,
    > I dont think from workflow , you can call WD application. 
    >
    > Thanx.
    Actually you can configure a workitem to launch WDA via UWL ( http://help.sap.com/saphelp_nw70ehp1/helpdata/en/59/d516690e854c7090ae15bf492a869f/frameset.htm ) or in the NetWeaver Business Client using the Business Workflow Workplace (WDA Application SWF_WORKPLACE).
    There is also a chapter in the upcomming SAP Press 2nd edtion workflow book on different aspects of Web Dynpro ABAP integration into Workflow:
    http://www.sappress.com/product.cfm?account=&product=H3057

Maybe you are looking for

  • Transfer material from one storage location to another storage location

    Is there any bapi  to transfer material from one storage location to another storage location

  • There is about a 5-second stall when I right click to copy and paste.

    Hi! I have been having several issues with Firefox since I installed it two weeks ago. First, there is about a 5-second stall when I right-click to copy and past something. I work off of this computer so speed is paramount. I do not have this issue w

  • Move a house

    Hi ! I'm a little confused.  I moved a house to nerest city , when I checked the availability of infinity and as shown by entering the zip code is available, I ordered a technician to connect my new home to the Internet. I have an appointment on 16 m

  • 802.1x PEAP Windows 2008 NPS Certificate

    I've setup a centrally switched SSID on a 5508 WLC utilising 802.1x PEAP authentication to a pair of Windows 2008 NPS which authenticate the PEAP username and password to our Active Directory domain. Currently the Windows 2008 NPS servers are utilsin

  • When selecting Export- email medium jpeg I get a tiff format

    Mac OS X 10.6.8 Aperture 3.2.4. When I use Export and select Email... Small jpeg     I get a  .jpg file format Medium jpeg   I get a .tiff file format Large jpeg   I get a .jpg file format I was using RAW format and exported Version. Any thoughts?