Html iview is empty in VC

Hey
i am using VC 7.0 SP14.
I read the weblog on Transaction integration
at: https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/transaction%2bintegration
but when i put the following url: http://<portal>:<port>/irj/servlet/prt/portal/prtroot/com.sap.portal.appintegrator.sap.Transaction?System=SAP_R3&TCode=VA02&GuiType=WebGui&DynamicParameter=VBAK-VBELN="&@Order_Number&"&OkCode=ENT2
in the VC html view
i get a blank view. even if if i put www.cnn.com it is the same resault?
Any suggestions?
Kind Regards
Nir Miron

Thanks for the fast answer
But still it doesnt work
this is the scenario:
1. i drag a page
2. drag a view
3. drag an html view
4. connect the in of the view to the connector start
5. html view->configure element->deafault url: http://google.co.il
the resault:
I get a blank HTML inside the portal - even when using the url: http://google.com.
when i view the source (right click-> view source) i only get <html></html>
and if i look at the properties (right click-> properties )i get:
http://<portal>:<port>/irj/portalapps/com.sap.visualcomposer/blank.htm    (BLANK.html)
any idea
Kind Regards
Nir

Similar Messages

  • How to change background color in html iView

    Hi everyone,
    Is there a way to change the background color of a HTML iView automatically (without using the html editor) ?
    Actually the background is white, and I would like it to be blue (or better : in the same color of the theme's background). And I don't want to use the XML Form builder, because you can't add images...
    Thanks in advance,
    Alex

    Hi,
    if u want to change the background color of html page
    in the body tag u can write like this
    <body bgcolor="#0000FF">
    </boby>
    but this background color doesnt change according to the portal theme.
    Regards,
    Beevin.

  • WebDynpro proxy page with Webdynpro iView and SAP Gui for html iView

    Hello,
    I have a requirement to have a page that has at the top of it a webdynpro for java iView screen with several links that when pressed pop-up various data pulled from the back-end. This part is fine and presents no problem. Beneath this the requirement calls for a SAP Gui for HTML iView to be displayed. Which is no problem either. The problem occurs when one of the links in the java webdynpro application at the top of the screen is pressed it causes the SAP Gui for HTML portion to refresh and come back to the beginning. So for example you first navigate to this screen and you go into the sap gui for html portion and drill into 2 or 3 screens in the sap gui for html transaction. If you then press one of the webdynpro links the sap gui for html (which is a separate iView) refreshes and you are taken back to the initial screen. This only occurs when using a web dynpro proxy page. If I use a standard page the SAP Gi for html does not refresh. Unfortunately there are other things not mentioned here that require us to use the webdynpro proxy page.
    Any help is greatly appreciated,
    Bert

    Use System admin -> System Config and find your system in the PCD (under portal content). Right click and open -> permissions. Find a user or group or role and give it the end user permission. I'd suggest the group Everyone.
    Cheers

  • Scrollbar in HTML iview

    Hi Experts,
    I have one HTML iview with number of links in it. I need to put a scrollbar in this iview so that user can scroll down to see all the
    links.
    Can you please suggest in the properties of this iview(under content admin) which property I need to change so that the scrollbar
    will happen.
    Thanks a lot in advance.

    Srini,
    Check the Isolation method property.
    http://help.sap.com/saphelp_nw04/helpdata/EN/b5/8d977463334342be192228d2824fe1/content.htm
    Good Luck!
    Sandeep Tudumu

  • Firefox 2.0 - Problems with Webdynpro and HTML iviews

    Hello all,
    We have implemented the SAP Netweaver portal 7.0 SP 10. Everything works fine on IE 6.0 and 7.0. When we tested it on Firefox 2.0, we encountered the following problems:
    1. The links on the detailed navigation area are missing
    2. Web Dynpro applications dont work very well. Eg: Clicking on "Next" button does not take you to the next view, OVS does not work etc.
    3. SAP transaction iViews(HTML) don't show up at all.
    Although the <a href="https://websmp108.sap-ag.de/~sapidb/011000358700001936242005E#391,7,SAP NetWeaver 7.0 (2004s) Browser Support                                 For End Users and Admin Functionality">PAM</a> indicates that Firefox 2.0 is supported for Webdynpro and HTML iviews, I am not sure why this is happening. Can someone help?
    Thanks and Regards,
    Reena

    Adobe are working on updating their add-on for Firefox 4 - http://kb2.adobe.com/cps/896/cpsid_89622.html
    McAfee have released a version of the Site Advisor for Firefox 4, but this add-on has caused problems for some people such as not being able to permanently hide the add-ons bar and issues with the back button not consistently working.

  • Problem With SAP GUI for HTML iView

    Hi All,
    I have created a transaction iView(SAP GUI for HTML) for the T code SE12, when I view the iview, it get loaded for the first time and if I log out and when i again login to the portal and view the transaction iview it is not getting loaded. If I clear the cache(By pressing Ctrl+F5) the same iview get loaded.
    Could any one help me in solving this problem
    Regards
    Sivaprasath

    Hi Shiva,
    For SAP transaction iViews better to use SAP GUi for Windows option instead of SAP GUI for HTML.
    Hope it helps for you..
    Cheers
    Phani

  • Iframe in bc app html page rendering empty

    I have created a very basic bc app, which works on my partner site (where it was developed), but does not work on the client site I copied it to and authorized it (thanks to Mihai).
    The app is simple a menu item with an html page that includes an iframe. The iframe is supposed to contain an html page from my partner portal.
    In my partner site, the iframe renders correctly.
    In my client site the iframe renders empty.
    Is there some special way to add iframes to an html page in a bc app, that load content from other websites?
    Thanks,
    Adrian
    EASE

    Hi Liam,
    (NOTE: To keep our content private, the URLS in the following are not actual ones but follow same structure as real ones).
    /_System/apps/EASE-app-id/_config/menu.json (on the client site) looks like this:
        "menu-first-EASE-app-id": {
            "weight": 100000,
                "title": "EASE Help",
                        "icon": "/_System/apps/EASE-app-id/admin/icon.png",
                    "attr": {
                        "href": "/Admin/AppLoader.aspx?client_id=EASE-app-id"
    The iframe in /_System/apps/EASE-app-id/index.html (on the client site) looks like this:
    <iframe width="750px" height="1400px" src="http://www.my_partner_site.com/EASE-app-id/html-page-name"></iframe>
    On our partner site, I have an html page (http://www.my_partner_site.com/EASE-app-id/html-page-name) which contains an faq module, containing various helpful stuff for the client.
    The idea is that as we add more clients we will be able to easily install this app  on all their admin menus and have the content of the faq in one place, so that updates to the faq on the partner site are visible on all client sites immediately.
    Perhaps I've gone about this completely the wrong way?
    It was working before BC made the recent changes to the menu.json requirements. Then I had to rebuild using an authorized app, but this is as far as I've got.
    Any help much appreciated.
    Adrian
    EASE

  • HTML iview

    Hi
    I did KM iview in portal that draws on html page that is in KM folder.
    when I tying to display is i get
    404
    The requested resource is not available.
    Any ideas

    Hi
    make the iView as a KM document iView.
    Give the path of the HTML  KM document in the iView.
    It will show the Html file in iView.
    Cheers
    Chinmaya
    Reward for helpful answers

  • Robohelp HTML crashes after emptying a project

    Hi,
    I use Framemaker to do most of my authoring, and then import
    the files into RoboHelp HTML to generate the HTML help. As the
    first step in importing the files, I delete all the topics, TOC
    entries, and IX entries from the RoboHelp project. If I don't do
    this, I end up with duplicates all over the project.
    After I empty out the project, and try to save it, RH goes
    belly up and I have to click through two sets of the "Adobe
    Robohelp 7 has encountered a problem and needs to close" dialog
    boxes. Having clicked "Send Error Report" a dozens of times, I'm
    wondering if there is anything else I can do about this problem.
    Thanks,
    John B.

    Hi all
    John, I couldn't help but notice that you said you are trying
    to delete
    ALL content from the project. And here is where my gut is
    telling me the issue lies.
    My thought is that you might take the following approach.
    Create a single topic. One that will never exist in Framemaker.
    Only in RoboHelp. Then forget about that topic. Never delete it or
    anything. Then when you do your clean out, I'd take this approach.
    Flush the TOC and the Index. Shouldn't matter which order you
    use. Just that you flush these first. I say flush these, as they
    depend on the content in the topics.
    Flush the Topics. Well, all but the single topic that should
    remain.
    My thought here is that if you are deleting everything from
    the system, RoboHelp is going belly up with no topics. And if you
    deleted the Topics first, RoboHelp may be gagging on gobs of
    updates as it wildly is trying to track all the sudden broken links
    to TOC and Index items. That's why I suggested these as a first
    step.
    Please give that a go and let us know if it helps... Rick

  • Editable HTML iview

    Hi,
    In my portal I have a PAGE that contains several iviews.  At the top I have an KM Document iView that shows the latest news. It just points to an HTML document that is in a KM repository.  Whenever I want to change/update the latest news I typically will go all the way to the repository and edit the HTML.  Now I would like to hand this news editing off to our marketing department.  Is there any way to setup the iview so that they can edit it from the iview rather than have to go and find the source document in the repository?
    I hope I am making sense and you understand what I'm trying to accomplish.
    Thank you for your time.
    -Patrick

    Hi Partick,
    For creating news authoring iview create news by using xml form builder (i.e)
    goto content management-> goto public documents->folder-> new->forms->sap demo news.
    Here create the news u need and add to a folder
    Now create a KM Navigational iview
    In the properties of tht iview:
    1)path to initially displayed folder: (root of folder containing news eg:/documents,/Public    Documents/foldername)
    2)Layout set : NewsExplorer (if u want to give this iview to news authors for editing for creating news )
                          or else
                         NewsBrowser(if u want to give this iview to general users)
    Edited by: tilak K on Feb 18, 2008 6:03 AM

  • Html iView is still displayed in foreground after layer navigation

    Hi Experts,
    in my model I have an layer with a form view and a html view. After navigation back to another layer, the opened window of the html view is still displayed in the foreground. When the model is compiled with Flash (flex), it works correctly. When compiling with Flash (Flex2) it doesn`t work. Does someone have an idea?

    Hi,
    In your model you are  given navigation control as Default ,just give any other navigation option Ex Tab and try .
    And for me its working fine.
    If u think i did not got ur problem just send the screen shots of Both Flex and Flex2
    Regards,
    Govindu

  • Edge project won't open. HTML file is empty. HELP!!

    I've been working on a project for nearly a month now and when I opened the .an file today it says it can't fine the associated html file even thought it's in the same folder. So I opened the html file in my text editor and it's BLANK. All the code is gone. Same for the edge.js and edgeActions.js files. I can try and piece together the html file from other test files I have, but the stage class (EDGE-205613315) is dynamically generated I assume. So I couldn't just come up with that.
    Anybody have a way to get the .an file to rebuild the html and js?
    Please??

    There's really nothing to look at. When I was talking to Adobe, I realized that the .an file is showing a file size of zero bytes, so as far as I can tell, the project erased itself when I was saving and restarting. When I open the html file in Edge, it looks like a brand new file - there aren't any elements, symbols, actions or anything. Blank canvas.
    Before I left work yesterday, I altered the html file by adding a header and footer div above and below the <div id="stage"> code. The page was running fine in my browser with those divs intact, and the .an file appeared to be saving just fine. Can adding that code have corrupted it somehow? Seems really odd to me that it would totally wipe all the associated files. But if that's an issue, then I need to find another way to build my full page around the edge file.
    Thanks for trying to help.

  • Image not displaying properly for SAP GUI for HTML transaction iview

    Hi,
    We have a sap gui for HTML iview for transaction REORRR in portal. After giving enough inputs this leads to Business Document Navigator screen(part of Document management) where i need to display a document(.jpg image in this scenario). When i double click on the image it is opening on the right side of the screen but in a compressed format where in we need to scroll down to see the image. But i would require the image to display with out scroll bar or in a new window.
    When i change the format of the iview as SAP GUI for Windows the image is opening in a new window.
    I would like to know whether there is any configaration settings either in portal or in Document management side. or is this any limitation of the SAP GUI for HTML scenario.
    regards
    Bharat.

    Hi,
    You can open this iview in a new window make the setting in the iview properties that will allow the iview to be opend in a new window.
    Regards,
    Vamshi.

  • MSS/Company property iview empty

    Hello,
    We need to show company property iview from MSS/General Information. We've customized 40 infotype. We choose a user from Employee Search iView, when selecting an employee, the Company Property iView is empty.
    Please, do you know how can I do so as to show data in this iView?
    Thank you

    If the iviews show blank or nothing.... You should check the permissions of the iviews or page, and see with the user,. give permissions to the rol as read permission and end user permissions.
    This could be....
    Hope its help
    Bye

  • Missing/Empty iViews in Collaboration Room

    Hi all,
    I am currently working on Netweaver 2004s SP10.
    I created a collaboration room out of a customised room template.
    When I entered the room, the related links iView is empty.
    However, I have added the SAP standard room member list as a related link to the page.
    I have also added the standard SAP Quicklinks iView as a dynamic navigation but the iView did not appear as well.
    This customised room template was transported over from another system 2004s SP8 and it works well on that system.
    Any advice?
    Thanks in advance.

    Hi,
    I remember seeing this on a fresh SP10 portal. But after applying the newest patches it was gone. And it wasn't KM patches, but on other software components.
    Very strange.
    Regards,
    Sascha

Maybe you are looking for

  • Out going Excise Invoice

    Hi to all Good morning my problem is that i created more than 100 of outgoing excise invoice but in the incomming payment there is no customer. any one can helpme out Gopi j n

  • How do I create this logo in 3d in AE?

    I an trying to create the attached company logo in 3D for a video into. I am very new to After Effects and am having a great amount of difficulty figuring this out. The logo is drawn in Illustrator and everything is outlined as vectors. Where do I go

  • Buttons not working on Quiz

    Greetings, I've had a couple button issues causing problems for my online presentations. First one, during a quiz, when an answer is entered the "Correct" box appears when clicking "submite and then disappears immediately. Instead of being able to cl

  • How do use ADF when scanning with HP 8600

    I am trying to use the automatic document feeder to scan mulitple single sided pages from the "create pdf" menu in adobe acrobat pro.   I've tried mulitple different settings, but  my HP Oficejet Pro 8600 Plus scanner will only scan from the flatbed.

  • Query regarding Account Payable

    Hi All, I have a reporting requirement of showin the total amount paid to the vendor.I was just wondering whether this requirement can be sufficed from FI-AP, 0FIAP_C03 cube with the field Debit Amount (0DEBIT_LC). Please help me out with this. Regar