Web enable custom transaction

Hi Group,
I have a requirement to web enable a custom dialog transaction on the intranet/internet. I wanted to know whether it is possible and how much effort will it take.
What all possible solutions are available? What are the advantages of using one over the other.
Please let me know at the earliest.
Regards,
Ankur Bhandari

Hi Ankur,
Yes, it is possible with ITS. The effort will depends on the nature of the dialog transaction.
If you want to use this transaction on internet then it will be ok to use as a web enable transaction, but if you want to use as a intranet then I would suggest SAPGUI, the reason is their are couple of functionality which might not work on web based transactions.
Hope this will answer your query.
Regards.
Pinkle

Similar Messages

  • Implementation of Web Enabled RF Transactions (Web SAPConsole)

    We are in the process of the SAP ERP implementation supporting RF transactions for Warehouse processes.
    SAP's Mobile Data Entry supports both GUI (with graphical user interface) and character-based handheld devices. 
    Our client is interested in pursuing the GUI based handheld devices and is looking for recommendations, references and implementation experience with particular details on-
    1. Guidelines for choosing the RF Handheld device, and hardware partners.
    2. Any testimonials involving implementation of Web enables RF Transactions (using Web SAPConsole)
    3. The implementation efforts needed (development as well as configuration) and challenges faced for using Web SAPConsole.
    4. Detail configuration steps for implementing Web SAPConsole
    Thanks

    1). Intermec is a successful vendor for RF bar code scanners/barcode label printers
    http://www.intermec.com/products/index.aspx
    You can also see Teklogix, Telxon, Symbol and LXE devices online
    You can also refer to successful barcode printer vedors for Zebra
    http://www.zebraprinters.com/
    these have almost been a monopoly in successful SAP implementations
    There are known problems with other barcode scanners integrated to SAP Webconsoloe
    2). Web SAP console implementation references
    http://www.erpgenie.com/sapgenie/docs/RFSAPConsoleTips.doc
    http://searchsap.techtarget.com/searchSAP/downloads/whitepaper-may06.pdf
    3). Effort needed depends on how much customization you are looking for. Its better to use standard SAP transactions rather than going for any custom transactions. Most well know problems in Web console are in the area of mapping function key between RF guns and SAP. You can refer to following thread in this regard.
    Re: SAPwebconsole functions keys... urgent!!! .. thanks for tips
    4). Configuration steps involved in implementing SAP Web Console
    Functional: SPRO->LE/Mobil Data Entry
    - Maintain Verification profiles for goods movements for which data to be scanned through RF transactions
    - Maintain Barcode Specification and assign barcode types to warehouse
    - Define Menus and Screens
    - RF queue management for different tasks in warehouse and assign users to queues
    Technical: Installation of SAP Web Console Servers and mapping them to devices and SAP. Your BASIS team is responsible for this. They will get the installation/user/RF Mobile Enabling guides with the software.

  • Window size of web-enabled SAP transaction in an iView

    I have a problem which maybe a bug concerning a web-enabled SAP transaction within a Portal iView.  If the transaction is an ABAP report or a Dynpro program that requires a wide display area, the display is cut-off which requires to user to use the scroll bars.  However, if manually entering the SAP transaction within the tCode input-field of the web-enabled transaction inside the iView, the window length changes and thereby the scroll bar disappears.
    I would like to know how to set the inital width of the web-enabled iView so that there are no scroll bars when the iView opens an SAP transaction which requires a wide display area.  I've tried both the Wizards for creating iViews for R/3 and SAP transactions without success.

    Hi,
    You have to set the iview property to FULL-PAGE and height to be some 8000 in the portal then the problem solves.
    Regards,
    Lakshmi.

  • Web enable of transaction

    Hi Group,
    I have a requirement to web enable a custom dialog transaction on the intranet/internet. I wanted to know whether it is possible and how much effort will it take.
    What all possible solutions are available? What are the advantages of using one over the other.
    Please let me know at the earliest.
    Regards,
    Ankur Bhandari

    Hello Ankur,
    the easiest way is to install an ITS (Internet Transaction Server) and run the Transaction with SAP GUI for HTML. With this solution you don't have to do any programming. Other ways to <a href="/people/gregor.wolf3/blog/2004/09/05/access-sap-r3-from-external SAP R/3 from External</a> are described in this <a href="/people/gregor.wolf3/blog/2004/09/05/access-sap-r3-from-external.
    Regards
    Gregor

  • Web enabling custom packages

    I have created a custom package in apps schema and granted execute rights to public on the package. Now when i am trying to execute that package i am getting Basic login screen. How do I web enable my custom packages? Also I am not able to get to /pls/admin_/ page. It also throws a basic authentication screen.
    thanks for help!

    your classpath during compilation should have this, assuming your Java source files are in the classes directory also...
    <path-to>/WEB-INF/classes

  • WEB ENABLING OF R/3 TRANSACTIONS IN PORTAL

    Hi,
    I was going through different forums on SDN regarding this subject and at lot of places, it is said that ITS takes care of conversion of R/3 screens to html screens. So even if it is a custom transaction, developer doesn't need to worry for web enabling a transaction in the portal.
    Now I have two questions regarding this
    1. How to web enable a standard transaction?
    1. Is web enabling for a standard transaction and custom transaction done in the same way? If not, how is it done for custom transactions.
    2. If web enabling (conversion from sap gui to html) is taken care by ITS itself, what is the need of importing business packages on the portal side.
    Any response to this is highly appreciated.
    Please let me know for any clarifications.
    Regards,
    Chandra

    > 1. How to web enable a standard transaction?
    You need to have your SMICM and SICF settings in place and running.
    > 1. Is web enabling for a standard transaction and
    > custom transaction done in the same way? If not, how
    > is it done for custom transactions.
    In ITS you need to develop and publish an Internet service which is roughly an equivalent to r/3 transaction.
    > 2. If web enabling (conversion from sap gui to html)
    > is taken care by ITS itself, what is the need of
    > importing business packages on the portal side.
    I'm not entirely familiar with the SAP portal solution, but once the service is published through ITS it is accessible through any browser, so any portal not just from SAP should be able to display it.
    One big benefit of having 640 over earlier versions is to have one sap instance serve the web pages to your browser.
    The actual human interface of "web-enabled" transactions is very similar to standard sapgui, so it looks like the old transaction, but is often slower and more clunky.

  • How to present custom transactions using WebGUI

    I am developing custom transactions in ECC6.0 and I need to access them via WebGUI.  What do I need to WebGUI-enable custom transactions?
    I am familiar with the SICF transaction, but I was wondering if I need to create new HTML templates using WebApplicationBuilder or if everything is provided to me by the system.

    just call the webgui service with the url parameter ~transaction=<yourtransactioncode>
    you would need a new html template, only if you want to change the look and feel ofyour application.

  • Web enable of Custom transaction

    Hi Group,
    I have a requirement to web enable a custom dialog transaction on the intranet/internet. I wanted to know whether it is possible and how much effort will it take.
    What all possible solutions are available? What are the advantages of using one over the other.
    Please let me know at the earliest.
    Regards,
    Ankur Bhandari

    Hi Ankur
    The easiest method is using SAP GUI HTML method of ITS.There you need not do anything . If you have ITS You can directly call the transaction onto web without much effort.but some of the controls does not work properly in this method as it is autmatically converted to web.this is the easiest and very less time consuming method.
    There are other methods of ITS also available. where you can change the templates or create your own templates for web.
    You can also go for BSP's where you can design the screen and write the logic again in ABAP.
    Regards
    Naresh

  • Custom transaction Web enable

    Hi Group,
    I have a requirement to web enable a custom dialog transaction on the intranet/internet. I wanted to know whether it is possible and how much effort will it take.
    What all possible solutions are available? What are the advantages of using one over the other.
    Please let me know at the earliest.
    Regards,
    Ankur Bhandari

    Hello Ankur,
    why do you post this message in 3 Forums in parallel? Have you even tried to use the search function?
    Regards
    Gregor

  • What is best way in sap to make a transaction web enabled?

    what is best way in sap to make a transaction web enabled?
    Is it through BSP, ITS, iView, web dynpro java, webdynpro abap?

    Are you referining to a custom transaction?  If not then simply use se80 and SICF.  I have implemeted ECC6 ITS on just a ABAP Stack.  You might find the doument, Migrating ITS Services with Flow Logic helpful.  It can be downloaded from https://sapmats-de.sap-ag.de/download/download.cgi?id=77GL5Z5I3NF1TD0D3F59HJ633N847EXOMEZQXKYP3FM4VG0D5R
    With ERP you can take advatage of all at the same time.  My comapny didn't have a lot of JAVA developers so we found ITS and canned webdynpro the easiest solution.

  • Creation Of Custom Transaction For RF enabled devices "mobile data entry"

    Hello Everyone,
    i need some information, or some material or some example's for creating custom transactions that will invoke the standard good issue transaction of sap from the handled device using the RF , so can anybody give some reference which will help me in creating custom transaction for a RF enabled handled device, which will invoke the standard sap goods issue transaction( mb1a) ,, there are some LM-transaction which do goods issue from the RF enabled handled device, but in my case i want to do goods issue using reservation as my input, so can anybody guide me or send some reference material matching to my problem, i would really appreciate it..
    thanks in advance...
    sapient2006

    Hi Hussaini,
    Here are the steps.
    1> Customization needs to be completed in SPRO. Logistics Execution -> Mobile Data entry section. Also compare entries with LM01 for understanding.
    2> In the 'Define menu management', you can create dynamic menus. For Menu or transaction type, if you enter "1", a menu appears; if you enter "2", a transaction appears. Custom transactions can be created and assigned here.
    Once that is done, when you execute LM01 you will see your custom transactions come up. Make sure that these are created keeping in mind the RF device screen size and limitations.
    Regards,
    Anand.

  • Web Enabling SAP R/3 Transactions in the Portal

    Hi,
    Our requirement is to web enable SAP R/3 (>4.6) transactions in the portal (EP 6.0). We don't want to check for user authorization in the portal as all these things are done in the R/3 system. We just want to have an iView in the portal which will show all the transactions user is authorized for (in the R/3 system). I think it will be something similar to when the user logs into the R/3 system using SAP GUI.
    Just to make it more clear, I am not looking for web enabling of a single R/3 transaction. I am looking for the web enabling of R/3 system as a whole in the portal.
    Can anyone please tell the steps to do the same?
    Please let me know for any clarifications.
    Regards,
    Chandra

    Hi ,
    Well first of all, nthis kind of interface is not suggested. But still if you need this kind of interface.
    then you need to have a seperate installation of ITS server. You need to define a SAP transaction based Iview.
    In property you can call any normal transaction, which gererally every user will have access to.
    Now attach this iview to any existing iview or create a new iview in Portal Content.
    Add the concerned page to a role/create a workset and add this page to it. and workset to concerned user role.
    this will take care of your requirement.
    if you need exact steps please let me knoe.

  • OAS Custom Help For Web-Enabled Forms

    Anyone had experience implementing a customized help system into Web-Enabled Forms running on OAS. Regular Oracle Forms can display a help system using a specialized Oracle Form D2KHMain.fmx or using WinHelp with the library D2KWhelp.pll. Will either of these work when running the Forms on the Oracle Application Server? Java Help has been suggested? Any documentation would be helpful? Thanks.

    do the following:
    1. write a java program that read from the registry. you will use the program as a javabean later on.
    2. compile the source and create a class/jar
    3. sign it (goto sun site for details on signing class/jars). you must sign the java program or it will not be able to have access to the registry. make sure you do all the steps by following sun's instructions.
    4. put it on your web server and modify the html file you use to start your developer application to include your class/jar.
    5. oracle has some demos on attaching javabeans to forms. use them to help you.
    6. use the program you wrote in step 1 as a javabean in your forms.
    Yossi

  • Where is the URL defined for web enabled transactions / PFCG execute?

    Hi
    One of our developers is having an issue. Apparently, when executing a web enabled transaction from within PFCG (in the menu structure right-click and choose u2018executeu2019) the Internet Explorer on the client is started with a url to:  http://www-s1pprint.ourcompany.com/sap/bc/webdynpro/.... which is incorrect (note our system SID is S3D but it was copied from S1P, however, what is the 'print' part??)
    When testing the exact same service from SICF it is working well and goes to the correct URL http://www.esd3002a.ourcompany.com/ etc, so the reference must come from another source. We'e checked parameters in SM59, RZ10 and SMICM so far and can't find anything relevant.
    Where is this set?
    Thanks
    Ross

    What's the content of the parameter
    icm/host_name_full
    (check using RZ11).
    Does this return the proper full qualified hostname? If yes,  check the hosts file and/or DNS of the server whether the IP resolves to the proper name and vice versa.
    Markus

  • Web Feel of SAP standard or custom transaction.

    Hi All Experts,
      I have a reuirement to make Web feel of Transaction such as  VA01, VA02.
    In CRM we get the Jave web feel in Gui page. Can we get such Web feel in SAP standard transaction..
    Please advice and if any third party packages are available please let me know.
    Thanks in advance..
    Kind regards
    Manglesh

    Hi,
        If you are using ECC 6 or further, it is possible using Internet services,
    for this create 1 ITS using se80, there mension these parameter, do required BASIS settings and now execute your ITS, you can use any standard transaction on web.
    parameters to update in ITS
    ~AUTOSCROLL     0
    ~GENERATEDYNPRO     1
    ~LISTSCROLLING     0
    ~POPUPS     1
    ~STYLE     DHTML
    ~TRANSACTION     VA01
    Thanks,
    Anmol.

Maybe you are looking for

  • ORA-22275 error when running a USER_DATASTORE index on CLOB column

    Running Oracle 9.2.0.8 Getting the following errors thrown for every row in the table when creating the index: DRG-12604: execution of user datastore procedure has failed DRG-50857: oracle error in drsinopen ORA-06502: PL/SQL: numeric or value error:

  • Finder does not display icon for word / excel in list view

    Hi, I got a new macbook air, with Yosemite pre installed. I copied over all my files (from my old macbook using a USB drive) and next I installed MS office for mac. For some reason Finder does not display the correct excel of word icon in list view (

  • HR schema script required

    HI All I am working on practice reports and following the oracle 10g toturail. There are sales, employee, departments, order, product etc tables. Kindly send me its schema if any one have. It would be great help.

  • No hp products found

    When trying to run HP Solutions centre I get an error message no hp products found! I have installed the downloads from the HP site. Any help please.

  • Responsive gallery and DW template

    I've been trying to find a way to add a "responsive image gallery" into my CS6 DW template. Actually, I need to create around 100 image galleries - each gallery will have around 70 images. I thought I had the answer with "JuiceBox" running the "scrip