How to create a web page for a transaction code

Hi All,,
i ve created a T-code for a program and i want to put tat T-code in to web page or BSP page or as a web link.
Is their any way to do that.. If yes,, please tell me the procedure of how to do it,,
Thanx in advance,,
Ill assign points
Dinesh

I wanted to call the transactio code from a web link or web page,, i ven't created any BSP or any web page,,
Till now, i ve created a transactio code for a ABAP program,..
i need to make it as a web page..
regards

Similar Messages

  • HT201317 How do I create a web page for my slideshow?

    I created a slideshow.  I exported it, so now it is in my iTunes...and where else, I admit I do not know.  When I exported it, I didn't understand where I was exporting TO.
    Anyway, I know I saw somewhere that I can create a web page for my slideshow that will allow my family to come (by invitation) to view the slideshow.
    How do I do this?
    Any help will be appreciated since I spent about 12 hours putting this show together and now would like to share it with my family.
    Thanks!
    peace.

    That's done with iPhoto in creating a Shared Photo Stream with the video. The slideshow must be in iPhoto. Then follow the steps in this screenshot:
    OT

  • How to create a background job for call transaction

    hi gurus
    can any one suggest me
    how to create the background job for call transaction.
    thank you
    regards
    kals.

    Hi,
       Refer
    https://forums.sdn.sap.com/click.jspa?searchID=10926107&messageID=889652
    Regards
    Kiran Sure

  • How to create own Web Items for Web Application Designer

    Hi all,
    is it possible to create own Web Items for the Bex Web Application Designer? Each Web Item has a Master Web Item and a class that is responsible for rendering data. I need a solution to get the Web Item's data - i.e. the content of a table (if Web Item = table). So my approach would be to create an own (Standard) Web Item with an own class. For example I would like to change the table's Web Item parameter <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/> to an own class...
    Is this possible?
    Or ist there any possibility to get the Web Item's data by an interface?
    Any support is welcome...thanks in advance!
    Best regards,
    Dominik

    if you want to create your own webitem check out the link given by other sdner.
    if you want to be able to execute BW query using abap you can check out the following weblog.
    /people/durairaj.athavanraja/blog/2005/12/05/execute-bw-query-using-abap-part-iii
    Regards
    Raja

  • Can you create a web page for someone and then send it to them to use on their computer with a different iWeb?

    I'm trying to help someone with designing one page for their already created iWeb site.
    How do I save a version that they could open on their machine.
    THANKS
    D

    And here's a movie that might help :
    http://www.wyodor.net/_Demo/Aptana/iWebSites.html
    Unfortunately, the website is offline. I didn't bother to call the Helpdesk. Others already did.
    https://twitter.com/#!/onecom/status/144797191154827266
    https://twitter.com/#!/search/%40onecom
    So you may have to wait.

  • How to create a web page

    Could somebody explain me what exactly to do, making my own web page in java?
    I mean,I know how to make a class and an applet. However, I don't know what should I have inside the class.
    Oleg

    Web pages aren't realy made in Java. Web pages are designed in HTML. Java generally plays two roles, one is in Applets, which are Java programs that run inside web pages. The other is servers that handle dynamic web pages, especially forms and pages that display dynamically generated data displays.
    You can write an HTML file and display it on your browser straight from a file, but there's not much point until you put it on a server for a larger audience. To see what HTML looks like, use "view source" on any web page.

  • How to create a login page for my client and a form so he can add/edit or delete information ?

    I have a real state client and one of the pages is to show all the houses he is selling with their information.
    And he wants to have a login page so that only him have permission to add, edit or delete a house from his web page.
    Also when adding a new house i want to have a form(kinda like craigslist, ebay,amazon) so he can chose type of house,price,adress,  floor, used , new, etc...?
    I hope i was specif enough.
    thanks

    If this was me, I would just create a log in page. Set the users default access level to 0 and then go into the database and set your's to 1. From there, I would have a page that only is accessable to people with a user access level > 0 .
    On this second page, make a table where you can insert picture(s) of the house, as well as information about the house. Have this page insert records into a database.
    Finally, you will have your house listing on a page that is a dynamic table, which populates itself from the database of housing pictures and information.
    It involves some database work, but with the built in functions of Dreamweaver, it is simple. I would suggest however, that you store links to the pictures in your database as opposed to storing the actual picture, but that's more up to you.
    By doing all this, you have made it so at any time, your admin, and only the admin, can log in, upload pictures and information about a listing, and have it go live to the site.

  • How to automatically  size web pages for 27 inch i-mac

    I am trying to get my new 27 inch I mac to size web pages to be the same size as screen. Currently, only the middle section of screen does web pages appear.

    Look in the View menu for Safari. The last item in that menu should be "Enter Full Screen", keyboard shortcut Command-Control-F. Give that a try.

  • How to create a sub menu for the transaction se38

    Hi All,
    I have created menu item in se38 using menu exit.
    By using the enhancement SEU00002 .
    That menu item is displayed under utilities menu bar.
    But i am unable to create sub menu for that.
    My requirement is to create sub menu to the custom menu item.
    How can we create a sub menu to the transaction se38.

    Hi,
    it looks like that user exit SEU00002 offers only one extra function +CUS. This function then calls FM EXIT_SAPMS38E_010. Hence I do not think that it is possible to create sub menu with this user exit.
    Anyway you can try to modify SAP standard. You need to modify menu for SE38 and then add your code for handling new function codes. You can easily find where you will have to add your code for handling functions from your sub menu. You just need to look for usages of the FM EXIT_SAPMS38E_010.
    Cheers

  • How to find the BTE event for FBCJ transaction code

    Hi All,
            i need to find the BTE event for Finance related transaction codes.i checked in the SWEL transaction code, didnt find any event triggered and the standard BADI doesnt suite my requirement.The transaction code  which i tried is FBCJ.can anyone help me how to find the BTE event for the above mentioned transaction.
    Thanks in Advance,
    lokesh kumar.K

    Hello Lokesh,
    The following is one of the process of finding a BTE and implementing it.
    (1)Goto transction FIBF .Execute it with Attribute type = 'A'. Then in the menubar Environment->Info System (P/S )
           Go through the list of BTE's available with the description available beside.
    (2)Select the BTE you want to implement.
    (3)Press button Sample function module
    (4)This brings you to SE37 - Copy the sample function module to a Z-function module (First create a new function group for the function module) . Note: The name of the Z-functionmodule is not important
    (5)Edit the code in the new function module
    (6)Go back to transaction FIBF - Menu Settings->Products -> Of a customer and create a new product whicj identifies the new product . Remember to mark the Active field.
    (7)Go back to FIBF menu Settings->P/S function modules->of a customer - Create an entry that links the BTE and Product with the new function module
    Hope this will help.
    Regards,
    Samson

  • How to create dynamic HTML page using PL/SQL code in APEX.

    hello,
    I am woking on one APEX application in which i want to create one dynamic HTML page on button press using PL/SQL code.
    Thanks

    It is possible to create HTML page with dynamic content. One way would be creating hidden field (e.g. P1_HTML on page 1) with dynamic HTML and on button click you redirect to page 2 and pass P1_HTML item value to item P2_HTML on page 2. On page you must have PL/SQL region. You can then render your dynamic HTML with code:
    htp.p(:P2_HTML);
    Don use APEX URL for passing HTML value. Problem and solution is described here: http://blog.trent-schafer.com/2011/04/03/dont-pass-string-parameters-in-the-url-in-apex-its-a-bad-idea/
    Edited by: MiroMas on 3.2.2012 3:20

  • How to create package name  what is the transaction code for creation

    Hi,
    I want to create the package and also put that package in my program, how to put the package already saved program.

    Hello Rajyalakshmi
    You do not put a package to or into a program but <b>ASSIGN </b>a report to a package. To reassign a report to a new package (e.g. from $TMP to z-package) call transaction SE80 and right-click on the report name in the tree display. Choose the following function in the context menu:
    Other Functions -> Change Package Assignment
    Regards
      Uwe

  • How to Create GR through BAPI_GOODSMVT_CREATE - For MB0A T-Code ?

    hi,
           I have sap delivery number, i want to create GR based on Delivery number through BAPI only. I found one BAPI   BAPI_GOODSMVT_CREATE, bt i am not able to understand which paratmeters i supposed to pass to this BAPI. Generally i create GR through MB0A.
          Please find out exact soultion for me ASAP.
    Thanks,
    Saurin  Shah

    hi,
           I have sap delivery number, i want to create GR based on Delivery number through BAPI only. I found one BAPI   BAPI_GOODSMVT_CREATE, bt i am not able to understand which paratmeters i supposed to pass to this BAPI. Generally i create GR through MB0A.
          Please find out exact soultion for me ASAP.
    Thanks,
    Saurin  Shah

  • Create a custom program for FPS3 transaction code

    Hi,
    I would like to create a custome program which does the below steps in one shot.
    1) RUN(SUBMIT) Transaction FPS3 with
    Company code = NONE and
    Created on FROM = SY-DATUM & TO = SY-DATUM
    2) In the next screen, it should select SELECT ALL
    button
    3) and then it should select EXECUTE button.
    And alos i should be able to give Information Messages when nothing is selected or displayed.
    Thanks & Regards,
    Sudheer Pusala.

    write a z program with company code as parameter. next use Submit function to submit FPS3 with the variables. In the PF-STATUS maintain the required butons which will popup when the data is shown. Now, u can select all records from one of the button of PF-STATUS (u need to write code for it). Next use execute button to execute the data. At any stage u can improper ur custom messages which will get displayed as and when something happens.

  • How do i find authorization object for a transaction code?

    Hi SD Guru's
    I need to find the authorization object for both standard & Z transactions.
    How can i find this?
    Regards
    Ravi

    Hi,
    check the coding with SE38 for "authority-check" and you will get the objects or set a breakpoint on statement "authority-check" while you execute the transaction.
    Regards,
    Andreas

Maybe you are looking for

  • Playing DVD in Full Screen on external monitor?

    Hi, Recently,i have been trying to play DVDs using Apple DVD Player in Full Screen on an external 20 " monitor. However,when i click something on my primary display on my MBP,apple DVD player(on the external monitor) will exit Full screen and goes in

  • Frieght Clearing Accounting entries?

    Hi Experts, We have a scenario where in which at the time of MIGO the Frieght Charges to be Inventorised, but in MIRO it has to go seperate line item i.e Frieght Clearing A/c-Dr xxx              To Vendor A/c xxx We have done this, but my doubt here

  • SSPR Password Reset failure

    Hello everyone! Im trying to figure out why password reset is failing all the time. We have two servers in our environment. 1 for FIMSync and service, and 1 for SSPR. There is no firewall on, DCOM and WMI is verified, SPN is all setup, SSPR registrat

  • System.in newbie problem

    I'm new in java and i can't find anywhere: Like i have PrintWriter object (and OutputStreamWriter(System.out,"codepage"); I want the same thing, to read form windows console, for example a String... (is there an object, that is similar to OutputStrea

  • Photo Shop Elements 4.0 won't work now

    I'm on a Mac.  Had 4.0 then went to Mt. Lion OS 10.8.4 and it doesn't work. What can I upgrade to? Any help appreciated. Thanks.