Creating a default web page and using WEB_API

Hi ,
I want to create a default html page to be displayed in html viewer control.Where I should create this html page and how to
call this in my program.It is mentioned that
'This page can be designed with the SAP web repository.' How to design this page with SAP web repository.
Also it is mentioned that COM_PRDCAT_WEB_API(701) can be reused .Where to find this COM_PRDCAT_WEB_API.Can anyone help me out in this ?

Use Tcode SMW0.
The object  COM_PRDCAT_WEB_API which you mentioned is the package, i think its available only in 701 release.
Goto SMW0 , press F8, you can see the SAP web repository objects.
Raja

Similar Messages

  • How to parse a web page and use same session(?) to post ?

    hi,
    lets say there a web page requesting:
    -username
    -password
    -sequence of letters ( assume its not an image, it is just plain text)
    i can get the source of page and parse and find the sequence.
    however i couldnt manage to post it. (the sequence changes)
    any help would be great, thx..
            try {
                int statusCode;
                String urlAddress =  "mywebpage";
                HttpClient client = new org.apache.commons.httpclient.HttpClient();
                String key ="";
                URL url = new URL(urlAddress);
                URLConnection conn = url.openConnection();
                DataInputStream in = new DataInputStream ( conn.getInputStream (  )  ) ;
                BufferedReader d = new BufferedReader(new InputStreamReader(in));
                StringBuffer buffer = new StringBuffer();
                while(d.ready())
                   buffer.append(d.readLine());
                int index = -1;
                String contents =buffer.toString();
                index = contents.indexOf("operation");
                while (index  > -1) {
                    key  = key + contents.substring(index+10,index+11);
                    index = contents.indexOf("operator", index+11);
                System.out.println(contents);
                System.out.println(key);
                /*GetMethod getMethod = new GetMethod(urlAddress);
                getMethod.getParams().setCookiePolicy(CookiePolicy.RFC_2109);
                statusCode = client.executeMethod(getMethod);
                if (statusCode != -1) {
                    contents = getMethod.getResponseBodyAsString();
                    index = -1;
                    index = contents.indexOf("mp3sesler");
                    while (index  > -1) {
                        key  = key + contents.substring(index+10,index+11);
                        index = contents.indexOf("operation", index+11);
                    System.out.println(contents);
                    System.out.println(key);
                PostMethod method = new PostMethod(urlAddress);
                // Configure the form parameters
                method.addParameter("user", "test");
                method.addParameter("pwd", key);
                // Execute the POST method
                statusCode = client.executeMethod(method);
                if (statusCode != -1) {
                    contents = method.getResponseBodyAsString();
                    method.releaseConnection();
                    System.out.println(contents);
            } catch (Exception e) {
                e.printStackTrace();
            }

    perhaps the website checks its source? What HTTP response do you get back?

  • Create PDF from Web page using Acrobat X - Page Order

    I have a structured web site that is in fact Program Help The web pages are structured as follows:
    index.html - Main Topic Index page with links to all topic subject index pages
    topic/index.html - Topic Subject Index Page with links to all subject pages
    topic/subject.html - Subject page
    .....etc
    Using Acrobat 5 "Create PDF from Web Page" created a perfect logical PDF  page structure in the page order of of the web site. In Acrobat 5 page 1  was the Main Topic Index Page, page 2 was the 1st Topic Subject Index  Page, page 3 was the 1st Subject Page, then the 2nd subject of the 1st  Topic, etc. until the Topic Subjects were exhausted after which the 2nd  Topic Subject Index Page and so it went on. As a result the bookmark  structure was sensible. The page order was as follows:
    Main Topic Contents
    Topic 1 Contents
    Subject 1 of Topic 1
    Subject 2 of Topic 1
    Topic N Contents
    Subject 1 of Topic N
    Subject 2 of Topic N
    Acrobat X (just purchased) produces a differently structured PDF from the same HTML pages. The order is:
    Main Topic Contents
    Topic 1 Contents
    Topic 2 Contents
    Topic N Contents
    Main Topic Contents (a second time)
    Subject 1 of Topic 1
    Subject 2 of Topic 1
    Subject N of Topic 1
    Subject 1 of Topic 2
    Subject 2 of Topic 2
    Subject N of Topic N
    Question: Is there any way I can get back with Acrobat X the same page order I got with Acrobat 5?
    Any help appreciated. The website is www.caliach.com/caliach/vision/help/index.html
    Chris

    Acrobat is using the underlying mark up of the rendered HTML page.
    This may or may not provide an adequate input to Acrobat when it is noodling out how and what to tag.
    I suspect you may find that, to obtain an adequately tagged PDF, you may have to capture the web page content with the create bookmarks and create tags options off.
    Once you have the PDF make working copies.
    Try letting Acrobat tag this already created PDF to see what happens.
    You may have to manually tag the PDF.
    n.b., The default read order for western language can be altered by user selections in the accesibility setup or by selection in the PDF page(s) Page Properties.
    Be well...

  • Automated process to pull data from a web page without using VS and PS.

    Hello,
    I'm looking at finding a solution to pull data from an external web page and creating a list. I'm looking for a NON-POWERSHELL AND NON-VISUAL STUDIO solution. I am open to using InfoPath Designer.
    There exists a custom, non-SharePoint page built for us which has raw data. We've already created a custom list to match the data and now need to come up with a solution to automatically update the data. In this particular scenario, power shell and visual
    studio cannot be used.
    Thanks in advance.

    Why would you cripple yourself and restrict PowerShell at the very least which has perfect functionality for doing exactly that.
    I doubt you could use the InfoPath data sources to pull the raw data in, re-map it and save to SharePoint without resorting to some sort of coding within InfoPath.
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

  • Creating a movie for a web page and making it continuously loop

    Hi all! I have a client who wants me to create a slide show with 7 images at a specific size for his web page. He wants it to continuously loop. I don't know much about this. Where can I go to learn how? I can make the movie... but I'm not sure what to export it as... and what the settings should be to enable me to make it the correct size and so that it loops. Thank you!
    I'm using iMovie '08 on my iMac.
    PS: When I looked up online for help, all I found was how to make a movie loop on one's computer. Not on web pages.

    .gif files are supported in all browsers and do not need any special "player". They are very limited in their support of colors and most Web pages rarely use them anymore.
    QuickTime .mov files can be set to "loop" (as explained above). Much more colors (millions).
    iMovie is the wrong tool to make your file (and it doesn't create .swf format).
    QuickTime Player Pro is the tool you need. It can import an "image sequence", set the frame rate (up to ten seconds per frame) and save the file in the .mov container.

  • Create an entire web page using cffile

    I would like to create an entire web page using cffile..
    it seems that the output attribute is where you put the
    content like:
    output="this is a test."
    Q: so how do you add the full .htm content inside ....
    output=""
    ... where there will be lots of other double quotes?
    (if it involves 'escaping' characters - then I'll need some
    help with that.)
    Also : is it possible that the content could be some data
    combined with an cfinclude - i get errors when i try this...

    Well, I dont think I fully understand your intentions or
    goals are. However, from what I gather so far, you could output the
    data into pdf files. But like I said I dont understand what your
    trying to achieve. As far as the errors with <..etc, if they are
    included and you are trying to produce results those characters
    very well could cause problems when you are trying to do something
    that they were not intended to do.

  • Has anyone used Muse to create a static web page that gets translated into Joomla?

    Has anyone used Muse to create a static web page (html and xml) that gets translated into a Joomla template?

    Obviously I am out of my league. I am not a programer and I thought this would be something simple, but you guys are talking over my head.
    I thought I could create a simple link to the Happy.rdp and it would run...but as mentioned, you can't do that.
    What I have is a java script with a bunch of parameters (see below) that creates a pull-down menu. I was hoping I could list the names of the servers, click on the one I want to connect to, and I would get the log-in screen. That is my goal.
    I have a "Happy.rdp" icon on my desktop and I click on that and the remote connection starts. I have opened "Happy.rpd" in notepad and it has all the parameters (such as the IP address and stuff) that allow me to connect.
    * Menu selection script         *
    var NoOffFirstLineMenus=2;   // Number of first level items
    var LowBgColor='';   // Background color when mouse is not over
    var LowSubBgColor='b0b0b0';   // Background color when mouse is not over on subs
    var HighBgColor='';   // Background color when mouse is over
    ETC...
    // Menu tree
    // MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
    // For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"
    Menu1=new Array("","http://home.com","",0,20,0);
    Menu2=new Array("Servers","","",1,20,115);
          Menu2_1=new Array("Servers","Happy.rdp","",0,20,170);

  • How can I use Automator or AppleScript to get text from a web page and paste it in execl?

    I don't know how to make scripts or complexed automator workflows... that's why I'm asking.
    I'm trying to make a simple app or script to ask me what text to extract from a web page, like name, address and phone number of a web page and paste each one of these data in the righ cell of excel.
    I was thinking to promt a request from automator or an applescript to ask me which text to extract from the page or to look throught the HTML of the page to search for specific html tags, from which extracting text and then importing it, or paste it to the specified execl cell. Name in the name cell, address in the address cell and so on.
    Can somebody help me to make this script?
    If you know an alternative, like a software that already do this or another language to use, please tell.

    Try holding down the alt key as you mark the text to be copied. You can then copy columns to table text.

  • I created a brochure in pages and exported it to a pdf format. The pdf looks and opens perfectly using preview but when opened in adobe reader (which my printer uses), fonts look odd, transparencies don't display...etc. Tells me error exists on page?

    I created a brochure in pages and exported it to a pdf format. The pdf looks and opens perfectly using preview but when opened in adobe reader (which my printer uses), fonts look odd, transparencies don't display...etc. Tells me error exists on page?

    Does this essentially mean there is no way to fix this problem on my end? It's a pity because the design and branding of my brochure will suffer if I remove transparencies and use different fonts. It also concerns me moving forward because it means the quality of print on my pieces will be significantly lower because most commercial printers use Adobe products.

  • Whenever I open firefox a add ons screen comes up with the yahoo web page behind it. . I just want the Yahoo web page and do not want to close the add ons page every time I use my computer.

    Whenever I open firefox a add ons screen comes up with the yahoo web page behind it. . I just want the Yahoo web page and do not want to close the add ons page every time I use my computer.
    I don't know what else to say about this. It is a screen that comes up in its own window everytime I open Firefox

    Please check your home page setting and see if about:addons is listed. If it is, please remove it
    https://support.mozilla.com/en-US/kb/How+to+set+the+home+page

  • I can create documents in Mavericks Pages and Keynote. When I attach them to an email and send to others also using Mavericks, they can't open the attachments. Why might this be?

    I can create documents in Mavericks Pages and Keynote. When I attach them to an email and send to others also using Mavericks, they can't open the attachments. Why might this be?

    The new Pages v5 (Mavericks) uses a new file format with the same extension name (.pages). Older versions of Pages cannot open these documents unless you first export them as Word (.docx) and send these as Mail attachments. The same is true if you originate an IOS Pages v2.01 .pages document.
    You may be sending to people who chose not to install Pages v5 on Mavericks and continue to use Pages ’09 v4.3 instead — especially for the superset of features that are presently not in Pages v5.

  • This web side "starwebsearch" always change default home page and go to "apype search" ,what i do?

    this web side "starwebsearch" always change default home page and go to "apype search" ,what i do?

    Do a malware check with some malware scan programs. You need to scan with all programs because each program detects different malware. Make sure that you update each program to get the latest version of the database before doing a scan.
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and Searches are redirected to another site

  • Create PDF from Web Page Using URL List

    Hello
    I have a list of 100+ URLs which I would like to convert into PDF's
    I currently need to open each web page and hit the convert button
    Is there a way to automate the process. (For example can I import the list of URL's into Acrobat) and have Acrobat convert all the urls into PDF
    Thank you

    JohnnyNobody wrote:
    S.D.A.
    Your response did not show up, could you please repeat
    Thanks
    Sure, (e-mail responses aren't working good I'm afraid).
    What I said; was that I don't know of a 'pont 'n click' way of doing this, It can be done programmtically.
    Might not be what you want to hear though.

  • Can you set a "default" web page in a KM folder?

    Hi there,
    I've been playing around with using Adobe Contribute to edit web pages in a CM Repository. It was easy to create a CM repository, put some web pages and supporting CSS, images etc. in there, and create a KM navigation iView that displays the default page. Setting up Adobe Contribute to edit those pages via a WebDAV protocol was simple too, and to be honest I find the Contribute interface and functionality easier to use (particularly from the average end user's point of view) and implement than the Portal's built-in HTML editor, or the Web Page Composer.
    But then I ran into a snag. In order to be able to "administer" the site with Contribute (or Dreamweaver), it creates an _mm folder and puts a "guard" page in it. The guard page is a file which would be returned to the browser when it tries to access a folder. In a normal website that would be a "default" page (e..g index.htm, default.htm etc.), but in the Portal there doesn't seem to be a way to have one. I believe that's why if you try to access a folder through a browser you get:
    "The folder you are looking for has no displayable content.
    You can try one of the following:
    Access the folder using the Navigation user interface.
    Access the folder as a Web folder. Your operating system and browser dictate whether or not this will work."
    That's what happens if I use something like http://<host name>:<port number>/irj/go/km/docs/<repository prefix>/<folder name>/ as a URL, though http://<host name>:<port number>/irj/go/km/docs/<repository prefix>/<folder name>/default.htm works just fine (as you would expect). And I can retrieve a fake "guard" page using http://<host name>:<port number>/irj/go/km/docs/<repository prefix>/<folder name>/_mm/default.htm
    An Adobe technote confirms this as problem - [Guard Page not found|http://go.adobe.com/kb/ts_f3675780_en-us]. Does any one know if a default page can be set in a CM repository.
    Regards,
    Tom

    I don't think you can.
    What is possible is to set content on the folder resource itself; that would be returned instead of the page you mentioned.

  • File, create PDF, from web page, entire site...questions

    I am new to adobe, is this the proper forum for Adobe Acrobat 9 Pro for macintosh?  I think yes...
    Created a PDF from:  File, create PDF, from web page, entire site.
    Is there a way to print this without the background color?  If you printed from a browser, you could choose not to print the back ground color.  I know exactly the color.
    Is there a way to make this PDF look like the web, with no page breakes?  I have tried various things, but the page breaks are always displayed.
    Is there a way to create bookmarks on somthing other than the title tag in the web site?  The title tag is an SEO 1 sentence summary of the page, which makes for very long book mark names.
    Thanks for your help.
    bob
    www.answerstat.net

    I don't use v9, but what I would do is click the FILE--PRINT option, print to PDF, and enter to print one page (default is first page)

Maybe you are looking for

  • Error message when trying to use bluetooth connections

    Windows 7 Torch 9800 and Curve 8310 and Playbook I'm trying to send using bluetooth to all of the above and get the error message "Abort FTP operaton, no services found" I can see all the devices on the laptop, and on each device I can see the laptop

  • Asset and Serial Inventory

    Hello, Where does the ZCM10 Inventory Asset Tag and Serial Number fields come from ? (The SMBIOS ? Which fields ? ) We purchase generic INTEL PC's from a local pc vendor (not a dell, or ibm). Currently the only asset/serial information is attached ad

  • No video on video podcasts

    I recently got a video podcast from the iTunes store. It downloaded, and I synced my ipod (60 gig). I go to play it on my ipod, and all I get is audio. I don't get any video. Any suggestions?

  • SRM Close PO Short

    Hi Gurus, Please help me on the following issue. "When you do a final delivery in SRM and zero out the quantity to close the PR short, this does not transfer over to ECC.  Basically, the final delivery indicator is set in ECC, but the system will sti

  • Static main() vs. main()

    Newbie question, but why do I get the error under main() but the program runs in console under static main() ? Is it because its just designed to run that way?