Linking a transaction code through web page

Hi All,,
I ve created a Transaction code for a ABAP program ,, i want to make it as a web page.. Is it possible to create a web page or BSP page for the transaction code,,
If yes,, please say me the procedure of how to do it,,
Thanx in advance
Ill assign points for it
Regards
Dinesh

Dinesh,
you could use a BSP for the selection conditions.. ad as for web enaling the transaction itself .. check whether you can use WEB ITS for the same... or maybe a web dynpro...
Arun
Assign points if it helps..

Similar Messages

  • Smart Print button on Bing toolbar links to HP Smart Print web page when depressed.

    Smart Print  button on Bing toolbar links to HP Smart Print web page when depressed. I'm using IE9. How do I get the Smart Print button to work properly.

    vic235 wrote:
    Smart Print  button on Bing toolbar links to HP Smart Print web page when depressed. I'm using IE9. How do I get the Smart Print button to work properly.

  • Oracle CODE Submission Web Page - MAKE IT WORK  finally ( not temporary! )

    Is it possible to finally FIX Oracle Code Submission web page. Last year ( last half ) it return errors, same this time. Is any possible way to finally FIX it without anytime alert that it is not working or broken. As far as I understand that the place were we share our code/tips/ideas, not publish our friends or something like that. I think if we use it, then at least put warning prior than we try to submit. No conversations about re-type same code ( tip used SQL, new tip - SAME but using PL/SQL function ), but at least make it work.
    Thanks/Ilya

    Thanks, Olivier. That may help me in future and shows me where I can edit some of the HTML code (though I've no experience yet of even reading HTML or Javascript, let alone editing it!).
    The web page I'm trying to edit has a URL of https://....../sap/bc/gui/sap/its/bbpstart which fits your example but the templates under service BBPSTART seem to bear no resemblance to the screen I need. The code under services BBPSC01 and BBPSC02 looks more relevant but still doesn't refer to the screen input field that I'm looking to edit.
    Doing View Source on the web-page dumps the (very lengthy) generated code. Extracted from the header of that code-dump is...
    This page was created by the SAP Integrated ITS, WebAS: SRA, workprocess: 0
    Template: bbpsc02/99/saplbbp_sc_ui_its_2000.html
    Does that point me to the actual editable source?
    (I am using SE80 in the SRA system.)
    I wrote the above on 3rd Jan but was unable to post it.
    Since then I have found template SAPLBBP_SC_UI_ITS 2000 in service BBPSC01 does bear a resemblance to the displayed page code but as a scanty framework. The generated code has vastly more lines. I can't yet see how the template becomes the web page and where all the addditional lines of code come from and are edited.

  • Java 3D + PostgreSQL + which technology to make access through web page

    Hello,
    I wrote application which connects to psql db using jdbc driver, gets some data and shows results in 3D using Java3D library.
    I'd like to make it accessible through web page. What technology I shoul use? I read a little about Java Web Start. JWS + Java3D should work fine, but can I connect to database using JWS?
    Thanks for any help.
    Chojny

    You're running Java3D on the server or on the client?

  • Use html code in web page composer 7.3

    Hi all,
    I have a question about the standard editors of web page composer in 7.3.
    I want to create my own HTML code for the design of the portal page..
    Is it possible to use the code through one of the standard editors?
    At the moment I have created some html pages and store them in the KM content of the portal. Then I make this pages available with the KM Document iViews to use them in the Web Page Composer. The problem now is, that the links to other portal pages doesn't work..
    So is there maybe a possibility to use the html code directly in one of the editors? Or do you know, how you have to define the links to navigate to other portal pages? I tried a href="TBN://..." like the links you get with the Link List Editor, but it doesn't work..
    Thanks in advance for your help!
    Regards,
    Lydia

    Hi,
    now we have the tinyMCE editor, where you can insert and edit html-code. It works fine now for the layout,
    but there are still a few problems with the links..
    In the edit mode there are displayed all km images out of the km. But the images aren't displayed under the portal role, when i publish the page. And all the links like one to a wiki or the TBN links doesn't work, too.
    Can anybody help me further?
    Thanks in advance,
    Lydia

  • Linking Flash Banners to a Web Page

    I've had a bunch of Flash banners created.
    In DW CS3 (on Mac OS X 10.5.8), they display just fine, but I can't link them to a web page, like I can with any other graphic.
    Some old info I saw (three years old) says I have to create an invisible button in Flash (which of course I don't have) and place it on top of the banner. Can that be true?
    It seems to me incomprehensible that there isn't a reasonably simple method to link ANYTHING in DW to a web site.
    Can anyone guide me? Thanks.

    I haven't seen any Flash affiliate banners.  But I'm not hugely active with affiliate advertising.
    Basically,  you want to give your  affiliates a  snippet of JavaScript or HTML code they can copy & paste into their web pages.  The  code retrieves an image (most often a Jpg or animated Gif) from your server.  When someone clicks the link, your site collects and tracks the   affiliate ID using cookies and most likely stores this info for later use.
    If you're new to "affiliate marketing,"  there are tools & services to help you.
    Commission Junction has been around for quite a while.
    http://www.cj.com/
    A Google search will reveal others.
    Good luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Posting an XML Variable to a BLS Transaction from a web page

    I am working in xMII 11.5 with all the latest service packs. I know this is probably a really basic question but I am stumped.
    I am trying to pass a multi row and multi column XML data set from a web page into a BLS transaction (actually, two of them) in order to populate the parameter. I want to use the Web Service interface to the transaction. I have tried using parameters on an Xacute Query in an Applet as well with an equal lack of success. I cannot persuade the transaction to see the incoming variable as an XML data type. I have tried encoding and decoding and string to xml conversions and nothing seems to successfully allow the data set to be seen withing the BLS as anything but a string. The String to XML action will not handle the number of columns in the dataset though it seems to work if the data set has only one column. The data set is formatted in the proper "Rowsets/Rowset/Row" format. I have considered writing the data to an XML file on the server (I know I can deal with that) but that is not acceptable in this application.
    Can someone share the secret with me?
    ...Sparks

    Parameter value:
    r1d1,r1d2,r1d3;r2d1,r2d2,r2d3;r3d1,r3d2,r3d2
    Pass thru String List to Xml Parser with delim ";"
    <Row>
    <Item>r1d1,r1d2,r1d3</Item>
    </Row>
    <Row>
    <Item>r2d1,r2d2,r2d3</Item>
    </Row>
    <Row>
    <Item>r3d1,r3d2,r3d2</Item>
    </Row>
    Repeat on each row/item and pass thru String List to Xml Parser with delim ","
    <Row>
    <Item>r1d1</Item>
    </Row>
    <Row>
    <Item>r1d2</Item>
    </Row>
    <Row>
    <Item>r1d3</Item>
    </Row>
    Of course, your columns aren't flat but they are easy to ref, to get "column 2" for example:
    StringListToXml_1.Output{/Rowsets/Rowset/Row[2]/Item}
    So now you have rows and columns. Assign your data to your BAPI structured as needed.
    We have passed complex XML via the SOAP interface in 11.5, but it involved some "hacks". Basically we passed the sterilized XML via a String Type Parameter, and then unserialized it inside the BLT.  
    I have been told on this board that there is a solution to passing XML data vie the SOAP interface using ref docs, but i have never personally seen a working example.

  • Error while accessing transaction codes through URL's in IFrame UI element

    Hi Experts,
    I have created Transaction iviews ck91N, ck11N, ck24 in SAP NW CE7.2. I am accessing these Transaction iviews through URL's in webdynpro java application. I am using IFrame UI element in a Roadmap UI for each transaction code.
    when i access step1 i.e ck91N in a IFrame it is working fine then i click button for step2, it displays the following error.
    Error while processing your request!
    What has happened?
    The call of URL http://yyyyyyyy:8001/sap/bc/gui/sap/its/webgui has been terminated due to an error.   
    Note
    ■The following error text was processed in system D10 : A:ITS_P:019 XSRF no sec_sesstoken
    ■The error occurred on application server eccdcs1s_D10_01 and in work process 0 .
    ■The termination type was: ABORT_MESSAGE_STATE
    ■The ABAP call hierarchy was:
    Function: CKML_MGV_SURFACE_DISPLAY of program SAPLCKMLMVSURF
    Function: CKML_MGV_SURFACE_DISPLAY of program SAPLCKMLMVSURF
    START-OF-SELECTION of program CKMLMV_SURFACE   
    What can you do?
    ■In the case of termination type RABAX_STATE, you will find in system D10 in transaction ST22 more information on the cause of termination.
    ■In the case of termination type ABORT_MESSAGE_STATE, you will find on application server eccdcs1s_D10_01 in transaction SM21 more information on the cause of termination.
    ■In the case of termination thype ERROR_MESSAGE_STATE, you can search for more information in the trace file for the work process 0 in transaction ST11 on application server eccdcs1s_D10_01 . An analysis of trace files for other work processes may be necessary.
    ■If you do not yet have any user ID, contact your system administrator.
    Error Code: ICF-IE-http -c: 730 -u: P00004943 -l: E -s: D10 -i: eccdcs1s_D10_01 -w: 0 -d: 20110426 -t: 135905 -v: ABORT_MESSAGE_STATE -e: A:ITS_P:019 XSRF no sec_sesstoken -X: -x:
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Then next step3 it is working fine. If i change Road Map steps Ck11N,ck91N,ck24 in this order then first one is working fine second one gives error and third one is working fine again. It is working alternatively. I don't understand why this is happening? when i use LinkToURL for these 3 URL's then they are working fine. LinkTOURL opens in new browser(window) and in Roadmap i am accessing 3 URL's in same browser(window).
    Regards,
    Pradeep Kumar
    Edited by: pradeep_546 on Apr 26, 2011 2:17 PM
    Edited by: pradeep_546 on May 2, 2011 11:43 AM
    Edited by: pradeep_546 on May 3, 2011 8:02 PM

    I am facing the same issue when I use Windows 7 OS. Did you resolve this issue?

  • How do I send a link and not an entire web page in

    safari

    Open the web page.
    Click the "Share" button.  Select "Email this page".
    Mail will open up with the page selected.
    In the header, on the rightside under the address, there is a box for "Send web content as:".
    Click in that box and select "Link only". Link should appear in the mail.
    For more on this:http://support.apple.com/kb/PH11890
    Best

  • What are the benefits of adding the Google Tracking Code to web pages.

    Hi everyone - I completed my site a few months ago but I'm not happy with the Google ranking I'm getting
    after typing "leadlight windows" into the Google search field.
    I've got Google verification and made sure I've got descriptive titles for my pages and alt text for photos
    plus plenty of "leadlight windows" in my text and headings.
    After months of doing a Google search, to my surprise other sites with what seems like less mention of "leadlight windows"
    are getting a much higher ranking than mine.
    I was wondering wether inserting the Google Tracking Code on each page might give me a higher ranking
    than I'm getting.
    My site is www.leadlightdlux.com
    Many thanks in advance for anyone that has clues about Google Tracking Code.

    Google Analytics is only half the battle.  The analytics starts the process for Google and they build off it.  What you need to examine next is Google Webmaster Tools: https://www.google.com/webmasters/tools/home?hl=en .  On that tool under "Your Site on the Web" you will see an option for keywords.  This will show you what Google sees.
    Lastly Google has recently updated their code whether you are subdomains, multiple domains, etc and this code is placed in the head of your document instead of the end of the document, so updating your code may help there as well.

  • Linking from SWF files to web pages

    Hi
    I'm using the latest Flash CS3.
    Basically, I want to link from the SWF file to a webpage.
    Here's what I've done so far.
    Created the FLA file, imported the quicktime movie into it
    etc etc.
    I've then added a behaviour by clicking on the inserted
    movie, then BEHAVIORS >WEB> GO TO WEB PAGE> and filled in
    all the relevant text for the link.
    Then I have saved the file. Then I have published then OK.
    I have embeded the SWF file in a web page, but when I click
    on the movie, it shows there's a link, but it won't link to the
    webpage.
    What am I doing wrong? I dont understand.
    Can't get my head around this!
    When I go to the FLA file, then publish preview > flash,
    and the movie appears on its own, the link works... but the SWF
    file doesn't.
    Basically what do I need to do to make it work.
    The coding I am using in my web-page is:
    <p align="center"><center>
    <object width="165" height="100">
    <param name="movie" value="
    http://homovision.media7london.com/wordpress/Newcontribute.swf"
    />
    <embed src="
    http://homovision.media7london.com/wordpress/Newcontribute.swf"
    width="165" height="100" />
    </object>
    </p></center>
    The movie plays, the "link hand" appears above it, but when
    it is clicked nothign happens.
    Any help would be greatly appreciated.
    Simon

    Did you inport to the stage and put a stop (action script) on
    the frame?

  • TS3276 Broken links when i send a web page from mail app in mavericks

    i used to send a web page from safari using Mail. since i updated to maverick, those who receive the mail, see broken links, is there a solution for this?
    Thanks

    Same here. Very frustrating. It was working perfectly in OS 10.8.

  • A better way to Scroll through web pages?!?

    I read long articles on various news web sites. It's really a pain to have to constantly scroll down the screen using your finger! Is there any solution for this??
    When I use the amazon kindle you just click a button to move to the next section of the screen. One hit and you're there! It would be awesome to utlize the physical volume controls on touch to do the same. Is there any app that does this already? (I have not found one).
    Or mabye there is a way to add a button at the bottom of the screen that would also jump to the next section of the web page for faster reading.
    Any ideas out there
    Cheers

    You may want to see if one of the News Apps, In the App store provide you with what you need. They have the ability to basically let you scroll however they want it to look with built in buttons or using swipe.
    Can not say there is an actual news App that will do this as I have not really tested all them. But maybe another poster out there can post their experience with news apps.
    In the mean time feel free to submit feedback to iPhone and if you find a news App you like without the features you want feel free to submit feedback to them as well.
    http://www.apple.com/feedback/iphone.html

  • Stream video through web page..

    I am fresh in JMF programming, recently i'm learning video streaming over the Internet (on demand broadcast).
    i need to be able to putting the video on my web pages, and JMF client as media player.
    Can someone help me? is JMF has web browser plug in?
    Thanks a lot

    Hello
    I'm interested in this subject... if someone can help us i give my email.
    [email protected]
    Thanks

  • How to Create a link between SAP and extrnal web page?

    Hi All,
    Can anyone help me solve this requirement?
    Is it possible that when I double-click on the document flow of a delivery document, it should direct me to an external web page (ie www.google.com).
    Your reply would be greatly appreciated.
    Thank you very much in advance.
    Ranilo T. Castillo
    ABAP Programmer

    Hello Ranilo
    The function module you are looking for is: <b>PRGN_START_EXECUTE_MODULE</b>
    URL_TYPE = 'URL'               
    URL      = 'http://www.google.com'
    Regards
      Uwe

Maybe you are looking for