The equivalent of href

i am trying to link differnt portets inside jsp and when i use href nothing happens what tag should i be using?

In methods the syntax "TABLES" does not exists.
You should use a global well-defined type (suchs ad a table type, like P0001_TAB) or use the generic addiction TYPE ANY TABLE (or TYPE STANDARD TABLE, TYPE SORTED TABLE, and so on).
Like this:
CLASS two DEFINITION.
  PUBLIC SECTION.
      DATA: ...
* // This if you don't have a global type:
    METHODS: start_two
                 IMPORTING  p_board TYPE STANDARD TABLE
                 EXPORTING  car TYPE n
                                     bike TYPE n.
* // This if you have a global type:
METHODS: start_two
                 IMPORTING  p_board TYPE board_tab "Should be defined in DDIC
                 EXPORTING  car TYPE n
                                     bike TYPE n.
ENDCLASS.
Hope this helps.
Roby.

Similar Messages

  • What is the equivalent selection in BI7? (Following BW 3.5 How to...Set up

    Hi,
    What is the equivalent selection in BI7? (Following BW 3.5 How to...Set up BW Statistics)
    I am trying to install BW statistics and all the good things that come with it for BI7. Following the instructions in a document that I was directed to on this site, in SBIW, I installed and replicated all the datasource in under “TCT” tree (Technical content)
    The instruction is for versions prior to BI7 and I had to make modifications as I go.
    Now, this instruction direct me to go to:
    rsa1, “Bi Content” (left) and then “InfoProviders by InfoAreas” and select all InfoProviders for the InfoAreas ”BW Statistics” and “BW Metadata” under the node “Technical Content”.
    1.
    In BI7, there is no ”BW Statistics” and “BW Metadata” infoareas under “Technical Content” if I follow the directions strictly.
    What is the equivalent of this in BI7?
    2.
    In the instructions, the author continues to collect these InfoAreas from under “Technical Content”:
    BW Data Slice
    BW Features characteristics
    BW Metadata
    BW Statistics
    In BI7, do we need exactly these? Or, now different? Should I just transfer all the infoareas under “Technical Content”? What is the disadvantage of collecting a ALL?
    Thanks

    Thanks for the link and i believe it will come in handing.
    Yet, it does not have the step by step installation information on page 46 of this link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c8c4d794-0501-0010-a693-918a17e663cc
    Do you have the BI7 version of this link?
    Also, ssame stewise info is on page 4 of this:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5401ab90-0201-0010-b394-99ffdb15235b   
    If you have the BI7 version of this link also, it will answer my question.
    Thanks

  • What is the equivalent for 'On Change of' Event in ABAP OBJECTS?

    What is the equivalent for 'On Change of' Event in ABAP OBJECTS?  and how to use it in LOOP control?

    hi,
    There is no such Equivalent in OO ABAP.
    You have to Raise your own Event within tha class checking the value of the field whose value is changing.
    Regards
    Sumit Agarwal

  • How can I use LabVIEW to send the equivalent of a CTRL D (in VT 100 format) out the serial port of my computer?

    I am trying to write a vi that interfaces with a piece of OEM equipment that is set up to talk with a VT 100 terminal. I can't seem to locate the ASCII equivalent string (if there is such a thing) of a CTRL D. Is there a vi that emulates VT 100 commands?

    If I recall, CTRL-D is EOF on most ASCII tables.
    You'd probably have to use an escape sequence
    or if you can use an unsigned 8-bit that might be
    easier.
    In article <[email protected]>, TLS
    wrote:
    > How can I use LabVIEW to send the equivalent of a CTRL D (in VT 100
    > format) out the serial port of my computer?
    >
    > I am trying to write a vi that interfaces with a piece of OEM
    > equipment that is set up to talk with a VT 100 terminal. I can't seem
    > to locate the ASCII equivalent string (if there is such a thing) of a
    > CTRL D. Is there a vi that emulates VT 100 commands?

  • Where can I find the equivalent tools in Photoshop that are in the develop module of Lightroom

    Friends:
    Where can I find the equivalent tools in Photoshop that are in the develop module of Lightroom?  For example I would like to use the shadow, clarity, lens correction and such tools but cannot find them in Photoshop.
    Thanks amigos
    Migs

    The obvious or not so obvious first. Depending on your knowledge. When you open a tiff, jpg, or camera' raw format they can be opened in Adobe Camera raw first which has identicle controls to lightroom's develop module.
    Starting with I beleive CS5 maybe 4, some of the tools made their way into photoshop it self. Take a look at the camera lens filter, the Image>Adjustment menu or the adjustment layers which now support vibrance for example.

  • What is the equivalent function of NIDAQYield in NI-DAQmx?

    I have to migrate from traditional NI-DAQ to NI-DAQmx for Window 7 64bits system.  I like to find the equivalent function of NIDAQYield in NI-DAQmx?

    As far as I can see here, NIDAQYield is simply a way to process system events, so I suppose calling ProcessSystemEvents () will be equivalent to calling it.I do not know of a native DAQmx function that does the same. It is to be said, though, that DAQmx way of handling acquisition process is different from Traditional DAQ one and direct translation is not always possible, so depending on how you migrate your code, calling those functions may be unnecessary.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • What is the equivalent function of this...

    the following codes are in awt form, what are the equivalent swt form of the following function? thank you for your help
    ActionListener listener = new MenuItemActionListener(panel);
    *MenuItemActionListener(panel); is the awt
    Component parent; (Component is the awt)
    and using Color.<what_color>
    Again thank you!

    if you're planning on coming here getting the forum to re-write all your awt code in swt bit by bit, forget it. as far as I know, there's only 2 or 3 people who post here that know swt, and nobody's in the business of rewriting code on other people's behalf anyway. the swt documentation that comes with eclipse, plus the javadocs for swt, are more than good enough for you to manage this

  • The equivalent code for dbms_output.put_line on DB2

    Its very urgent, plz tell me the equivalent code for dbms_output.put_line on DB2
    thank u,
    Abhilasha.

    And on Sybase ?
    You can perhaps ask this one into the good forum.
    Nicolas.Hallo Nicolas,
    I can imagine the reaction on DB2 forum "dbms_output ? put_line ?
    What is this ?" No way :-))
    Regards
    Dmytro

  • What is the equivalent subtype of 'Text'?

    Hi experts,
    i have created one field using 'user defined field-management' menu with "type alphanumeric and structure text". now i want to create that field by code. so, i have selected oUserFieldsMD.Type = SAPbobsCOM.BoFieldTypes.db_Alpha but the option for subtype "text" is not coming in intellisense.
    so, what is the equivalent subtype for structure "text".
    Thanking
    Vishwajit Kumar

    It's actually a strange one - it's not a subtype in the DI for some reason, it appears as a main type under "Memo"
    oUserFieldsMD.Type = SAPbobsCOM.BoFieldTypes.db_Memo
    That will get you what you require it will appear in B1 as type alphanumeric and subtype text! Like I said, it's a weird one

  • What is the equivalent table of SMOMARM in CRM

    Hi
    Would you please tell me the equivalent CRM table forSMOMARM which holds all the unit of measure conversion for products or any function module which I can use to get the conversion factors for products.
    Regards
    Javed

    I got the table name as COMM_PR_UNIT

  • What is the Equivalent tool of CHDBPASS in NetWeaver 7

    I want to change the password of SYSTEM  and SYS in NetWeaver 7. What is the Equivalent tool of CHDBPASS in NetWeaver 7
    Edited by: Sebastian Sebaraj on Apr 3, 2008 3:34 PM

    Hai,
    For the SAP BASIS >= Release 6.10:
    Use the oradbusr.sql script. This script is attached to the note 50088. The script is valid for Oracle and Unix. Use the following syntax
               sqlplus /NOLOG @oradbusr. sql SCHEMAOWNER UNIX SAP_SID x
    The SCHEMAOWNER is either SAPR3 or has to start with SAP followed by the three digit schema id (example: SAPPRD).
    On Unix x is a dummy parameter and may e. g. be set to  X.
    To change the password for the SAPR3 or SAP<SID> user you have to use the following command:
               brconnect -u system/<syst_pwd> -f chpass -o SAPR3 -p <new_sap_pwd>
    or
               brconnect -u system/<syst_pwd> -f chpass -o sap< sid> -p <new_sap_pwd>
    Thanks and Regards,

  • What is the equivalent app on an iPad for QuickTime on an iMac?

    I've created several videos using iVideo on an iMac that are in the .mov format and which are played using QuickTime.
    I would like to play them on an iPad. I have iMovie installed. Is that the equivalent of QuickTime for playback? But how do I access the videos on the iMac? I'm using a direct USB connection, but I don't find the tools on the iPad to access the iMac videos. I'm synchronizing data, but videos don't seem to be an option. Do I have to do it via iTunes? or iCloud? or what?
    Thank you.
    George

    Hello George,
        There are a few ways you can do this, depending how and where you saved your finished move, connect your iPad to your computer, open iTunes and select your iPad in the side bar under Devices.
         Once selected you will see tabs for all of your content on top, select Movies then you can select the movies you want to sync. You can then sync all your movies or select only the ones you want.
         If there are no movies, look at you sidebar select Movies under Library and you can either Add to Library, iTunes-File-Add to Library ( Command O ) or you can drag and drop them in there.
        To add then form iMovie,when your finished editing,  select Share - iTunes.
        In short, put them in iTunes. That is what I do, and it works find.
        Hope that helps

  • How do I start firefox in safe mode on a Mac as the equivalent of holding option key whilst starting doesn't open dialogue on Mac?

    I am trying to reset toolbars and am following firefox's help instructions. How do I start firefox in safe mode on a Mac as the equivalent of holding option key whilst starting doesn't open a dialogue box on the Mac?

    Thanks Morbus.. I hadn't noticed that but it was already set at Mac. I tried it again and it worked this time... but alas my main problem persists:
    My back and forward buttons don't work in Firefox and I've lost all of my bookmarks! I've tried a few of the suggestions but without success at the moment.
    Particularly unhelpful are the instructions to back-up your lost bookmarks - which I can't do cos they're lost!!

  • What would be the equivalent of the PHP isset function

    I am looking for the equivalent of the php isset function in order to determine if some variables were previously set using the jsp:set tag.
    Another thing which I can<t figure out is how to procede to determine if a form has been submitted, and if it has, how to retrieve the button name used to submit.
    Thanks in advance.
    -Dalzhim

    I have found out that I didn't receive the button information because of a weird behavior of Internet Explorer since that problem didn't occur with Mozilla or Firefox. It would seem that when pressing Enter when you have the focus into a field under Internet Explorer sends over the POST Data without the information of the submit button as opposed to when you simply click the button with the mouse.
    I guess I am right saying IE misbehaves in this particular case as I am more enclined to trust Mozilla which doesn't present this problem but if I'm wrong I'd like someone to point out why.

  • Help! what is the equivalent focal length of ipad 4 camera?

    what is the equivalent focal length of ipad 4 camera?

    Your apps is not providing enough information.
    I use ExifWizPro App.
    http://i1224.photobucket.com/albums/ee374/Diavonex/51b4d31dae7f841332878c77bfe13 9f1_zpscc0bd8a4.jpg

Maybe you are looking for

  • Having multiple open periods in GL

    what is the best practice for closing periods in GL when: a)  you have 48 open open periods b)  22000 unposted journals (Some mass allocation, some imported from spreadsheets) varying from early as 2002. c) no evidence that close process for Create B

  • [Announce] WSRP 1.0 Primer available for public review

    A public draft of WSRP 1.0 Primer is now available for review and comments. This document may help those trying to figure out the nuts and bolts of WSRP. If you have any comments, please post at the link below. Subbu A public review period for the WS

  • Logical Paths created using /nFILE transaction used in InfoSpokes

    Hi all, I am creating an InfoSpoke in 3.5, wherein I am using logical file/Path to store the file generated on application server. My path is something like this /interface/CCD/BWD/outbound.. (Where BWD is development server) When I will transport th

  • Widget within widget error

    I made a template that uses one pop-up widget as a parameter of another pop-up widget. When I change between snapshots, the first frame is messed up and all the other frames perform as expected. I submitted feedback in Motion. Has anyone had problems

  • Software Reengineering is a Delicate Process

    Successfully reengineering a software application is often a challenging and fulfilling endeavor. The current program, written in COBOL, is an important component of an existing application. Our main objective is to reengineer the program with a obje