How to select rowid with select * from table_name

Hello guys i have a cursor like so.
  Cursor c1 IS SELECT * FROM FZRASST;
  -- Row of type FZRASST row
  fzrasst_row c1%ROWTYPE;when i try to reference the row id like this
fzrasst_row.rowid;i get an error invalid indentifier? how can i reference the row id without implicitely selecting rowid? is this possible or do i need to change my select statement to select every column on the table?
Any help would be greatly appreciated.

Hi,
mlov83 wrote:
Hello guys i have a cursor like so.
Cursor c1 IS SELECT * FROM FZRASST;
-- Row of type FZRASST row
fzrasst_row c1%ROWTYPE;when i try to reference the row id like this
fzrasst_row.rowid;i get an error invalid indentifier? how can i reference the row id without implicitely selecting rowid? is this possible or do i need to change my select statement to select every column on the table?Fzrasst_row contains every column that is in the SELECT clause, and nothing more. If you want fzrasst_row to include pseudo-columns (such as ROWID) or anything else, then you have to include them in the SELECT clause.
To avoid naming every single column in hte table, you can do something like this:
Cursor c1 IS
    SELECT  FZRASST.*
    ,       ROWID   AS r_id
    FROM    FZRASST;(assuming the table doesn't already have a column called r_id).
Edited by: Frank Kulash on Feb 13, 2012 3:29 PM

Similar Messages

  • Want to use ldb selection screen with select queries

    I want to use ldb selection screen with select queries since ldb having performance issue .How can I use the fields of the dynamic selection of LDB in the select queries

    Hi,
    Check the code snippet below: Here 'XXXX' is the table for your select query.
      DATA L_DS_CLAUSES TYPE RSDS_WHERE.
      MOVE 'XXXX' TO L_DS_CLAUSES-TABLENAME.
      READ TABLE DYN_SEL-CLAUSES WITH KEY L_DS_CLAUSES-TABLENAME
                                 INTO L_DS_CLAUSES.
      SELECT * FROM XXXX
              WHERE field1 IN ...
               AND   field2 ....
               AND (L_DS_CLAUSES-WHERE_TAB).
          PUT XXXX.
      ENDSELECT.
    You can also try using the FM 'RS_REFRESH_FROM_DYNAMICAL_SEL' passing SY-CPROG in curr_report and 'M'  for mode to get the dynamic selection screen values.
    Regards,
    Munesh.

  • How can i speak with someone from apple live chat??

    How can i speak with someone from apple live chat??I want to ask something

    Yes, that is the key to it.   In North America live chat is available, though I would question the value of it.   It usually takes ten times longer to 'chat' than to talk or even send an eMail.  Why don't you ask your question here; by far the most realistic means of attracting a reasonably accurate answer.

  • How to view materials with selected moving average price

    Dear Gurus,
    How to view materials with moving average price greater than some selected value?  ie..Is there any report which takes moving average price as input?
    Thanks in advance,
    Sastry

    HI
    While checking any table or report u cannot give conditions (more than this value).
    If it mabe the case, down load the data from table MBEW - Field Name VERPR  to excel file. then u apply conditions, like greater than this value.
    U'll get the desired out put.
    Thanks
    Raman

  • Select columns with offset from table

    Hi All,
    Is it possible to do a select query with using offset option for column name . I have tried a code but it dint pass the syntax check.
    I am eager to know because I have seen this thread with similiar requirement but that dint work for me.
    LINK: [Re: how to use offset in select query]
    Has it got something to do with SAP version.
    Best Regards,
    Dep

    Hi Sandra ,
    I would also like to how could we acheive:
    Select Ebeln+2(4)
              ebelp
              into table itab
              from ekpo
              up to 10 rows.
    I am sorry I have asked it late and moderators kindly do take approriate action if needed for marking my question as solved and changing it again.
    And I wish there were more 10 pointers ))
    BR
    Dep

  • How to run report with selected data in form?

    Hi,
    Imagine I have a form with a Data block with this inside :
    Code | Name
    1 | Product1
    2 | Product2
    I want to run a report that will only select these 2 records from the table "product".
    I manage to run a report from forms, but it's a pre-defiined report that will always display the same things. (all the table)
    Maybe it's with the paramlist, would you have an exemple or tutorial about that?
    Edit : When I create the report object in the form, I can give the source Data Block, but how to use in the report Data Model?
    Edited by: Danicela on 24 avr. 2009 10:41

    One way to achieve this is to use a "temporary" ID-table.
    Create a table with just two columns RUN_ID and ID
    Then, in forms before starting the report, create a new RUN_ID, e.g. by using a sequence and then, for every record in your block, create a record with the RUN_ID and the record's PK-column-value, in your case this might look like
    RUN_ID  ID
    4711     1
    4711     2Commit that data in Forms (e.g. with using an autonomous transaction).
    Now, pass the RUN_ID as a parameter to the report, and in reports, restrict your query like
    SELECT ..
      FROM YOURTABLE
    WHERE ID IN (SELECT ID
                    FROM ID_TABLE
                   WHERE RUN_ID=:PARAM_RUN_ID
                 )To be clean, delete the data with the run_id in the AFTER-REPORT-trigger of the report.

  • Problem in select querry with select option

    Hi all,
    How have a problem with the select querry, Pls correct my querry
    select opbel gpart betrw fdgrp into table lt_balance from dfkkop
                      where fdgrp in s_augrp
                        and hvorg = '5000'
                        and tvorg = '0100'.
    Thanx in advance,
    Line

    Hi
    I have tried this select querry, but I am unable to fetch the data in the internal table
    select opbel gpart betrw fdgrp into correspondiing fields of table it_balance
    from dfkkop
    where fdgrp in s_augrp
    and hvorg = '5000'
    and tvorg = '0100'.
    Can you please tell me what is wrong in this querry,
    Line

  • How to create SynBO with  BAPIs from R/3 server?

    Hi,
    Can I get any documents or links regarding Syncbo creation with BAPIs from another R/3 server. I think I have to create RFC destination for this. The steps for creating RFC destination in Netweaver 2004s is also helpful for me.
    Also I need the required configurations also.
    Regards
    Shemim

    Hi Shemin,
    Refer the following link for Mobile Development Kit
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eba3a7-0601-0010-b982-92f1fca3258a
    This will provide you with rules of creating BAPI wrappers and sample BAPI wrappers.
    For creating RFC destination, contact your BASIS team member. You may not rights to do it by yourself. They will also tell the exact prodecure. It start with transaction SM59.
    Regards,
    Rahul

  • How to design universe with tables from two databases using a db link?

    I am building a universe (v3.1) that has tables from two different oracle db instances.  My dba created synonyms for me and there is a database link in place.  I don't know how to get this working in Designer.  I can see the views under my ID when I browse to insert a table, but there is no structure.  I think I have to create a new strategy.  I attempted to do that, but the directions aren't very clear to me, and it isn't working.  Any help or advice would be greatly appreciated.  Thanks!!

    i've been working with DB links much before, but this was since long time ago before i join the Business Intelligence field
    from my understanding that you Have link from DB1 to DB2
    and from your user in DB1 you can access tables and view from DB2
    if you are using your user to create a universe im not sure if you can use tables from DB2 or not
    and you dont see the tables of the link in the Universe
    but you can try to create a drived table selecting from any tables from DB2
    for example
    select id,name from user.table2@mylink
    check this way and give me your feedback
    good luck

  • How do I speak with someone from tech support for a issue??????

    I have tried many times to download the correct software for my HP OfficeJet 7410 printer. I always get a error message. "THE SYSTEM CAN NOT FIND THE FILE SPECIFIED". ("C:\Users\R61\AppData\Local\Temp\7z611S7\Setup\..\Setup\Blocksysus...) What is that???. Their wesite is of no value to help me. In frustration, then I tried to buy the driver software. Again, they could not help. I used to be able to print. Using their website, I was able to test print and test scan. All is well with that, so why can I not print? I have two other computers that are connected and print fine. My laptop will not print. It used too. Why are my downloads of the correct software not allowing the install of software?

    JDMAN
    The problem is likely one having to do with a previous installation failure or a minor corruption - a misplaced instruction, a bad link, something in the File System on the computer that is not where it belongs.
    Regardless, the issue is not likely the fault of the Full Feature Software.  That does not mean the computer is bad, it means that there is situation present on the computer that the normal installation program cannot handle.  Programs are smart, but there is a limit to what can be done during a standard installation.
    You can certainly call HP:
    Contact HP – USA - Phone Assistance
    List of
    HP tech support/ Customer Service Phone Numbers – Some English Speaking Countries
    Including UK and Europe
    Warranty Required – USA and Canada
    USA – Contact HP // Self-Help – Email - Chat
    ====================================================
    You can, if you like, take a look at the following Post:
    From pcwizard  for Windows 7
    Solved - Install Error "The system cannot find the file specified" (hpzprl40.exe)
    The solution likely fits your situation.  Do understand that where the Post suggests the member install the Full Feature Software, that you would install / work with the Full Feature Software for your printer:
    HP Officejet 7410 All-in-One Printer Drivers
    The entire Post is lengthy; contains much in the way of repeated content, does not always stick the the subject at hand, and also contains some devisive comments that, frankly add nothing to the constructive solution.  You may take away from it as much or as little as you feel is useful for your situation.
    One of the last entries in that lengthy regale regards Windows 8.x -- the contents might be useful to Forum members running Windows 8.x:
    Printer Installation in Windows 8.1: 'System cannot find file specified' Message
    NOTE from JonW: In addition to the details in this document I would recommend TURNING OFF REALTIME SCANNING when you have MCAFFEE LIVESAFE 2014 installed.
    =======================================================
    Option - Install from the Device Manager
    This is an alternate method to install the Driver that may be useful under some conditions. In the context of this overall procedure, it is necessary to have at least downloaded the software from the Printer’s support pages (so that the software package is located somewhere on the computer).
    Control Panel > icons > Device Manager > Imaging Devices >
    Right-Click on your Printer >
    Update Driver Software > Browse my computer for driver software >
    Let me pick from a list of device drivers on my system >
    If applicable:  Select the proper device Version from the list >   Next
    You may be presented with a prompt asking permission to install the Driver:
    Select Install to continue
    Restart / Reboot the computer and log in
     =======================================================
    I am not a Printer Expert.
    I hope this helps.
    Click the Kudos Thumbs-Up to say Thank You!
    And...Click Accept as Solution when my Answer provides a Fix or Workaround!
    I am pleased to provide assistance on behalf of HP. I do not work for HP. 
    Kind Regards,
    Dragon-Fur

  • How to grab data with VBA from SAP Structure or Transaction

    Hi,
    my goal is to grab the data from the transaction cm01 and cm38 for reporting purposes with VBA in Microsoft Access automatically.
    I'm yet able to download several tables with the RFC_READ_TABLE module, but since SAP only tells me that there is the structure RC65D behind the fields in cm01, I'm not able to use the RFC_READ_TABLE module for grabbing the data from cm01.
    Does anyone know a way to grab the data from a structure like RC65D or from a transaction like cm01 with VBA?
    Thanks in advance!
    NicoDr
    Edited by: NicoDr on Feb 17, 2012 5:14 PM

    Hi Yang,
    If you are using Web Service, then the binding will be done automatically.
    It can't grow automatically, what else should i do to achieve this?
    1.Select the table(make sure you are not selecting subform) in Hierarchy view
    2. Under table select the Row which is having the required fileds for data
    3. In the Binding of that row, check the checkbox "Repeat Row for each item data" and under that check the Min Count which will set the default row **** to 1
    Regards,
    Sachin

  • Validate plant and material on selection screen with select-options

    Hi all,
    I want to validate plant and material on selection screen. More over I need to validate the combination of that also (i.e plant based materials). Individually I made the validations, but combination I didn’t get it.
    For your information both are select-options, please reply me if you have an idea. The table to get the relationship is KEKO. <b>I have the below code for parameters, but I require code for select options.</b>
    SELECT MATNR WERKS FROM KEKO UP TO 1 ROWS
    INTO (KEKO-MATNR, KEKO-WERKS)
    WHERE MATNR = P_MATNR AND
    WERKS = P_WERKS.
    IF SY-SUBRC <> 0.
    MESSAGE E023 WITH 'COST ESTIMATE NOT FOUND FOR '
    P_MATNR P_WERKS 'COMBINATION'.
    ENDIF.
    ENDSELECT.
    Surely I will reward you.
    Thanks in Advance,
    Raghu.

    Raghu,
    You can't validate on select-options, MARC will have N to 1 relation between Material and plant.
    You can do one thing, keep material as select-option and plant as parameter, now you can validate the materials on plant level.
    Reward if this helps,
    Satish

  • Harddisc crash, how update new computer with music from IPod

    My hard disc is crashed, 4 GB music on this disc is lost.
    With a new hard disc, is it possible to load music from Ipod to my new harddisc?
    Rob

    Connect your iPod to your computer. If it is set to update automatically you'll get a message that it is linked to a different library and asking if you want to link to this one and replace all your songs etc, press "Cancel". Pressing "Erase and Sync" will irretrievably remove all the songs from your iPod. Your iPod should appear in the iTunes source list from where you can change the update setting to manual and use your iPod without the risk of accidentally erasing it. Also when using most of the utilities listed below your iPod needs to be enabled for disc use, changing to manual update will do this by default. Check the "manually manage music and videos" box in Summary then press the Apply button: Managing content manually on iPod
    Once you are safely connected there are a few things you can do to restore your iTunes from the iPod. If you have any iTMS purchases the transfer of purchased content from the iPod to authorised computers was introduced with iTunes 7. A paragraph on it has been added to this article: Transfer iTunes Store purchases using iPod
    The transfer of non iTMS content such as songs imported from CD is designed by default to be one way from iTunes to iPod. However there is a manual method of accessing the iPod's hard drive and copying songs back to iTunes on Windows. The procedure is a bit involved also it was written long before iTunes 7 so it requires a little adaptation as the iPod preferences are no longer in the location described. Also it won't transfer playlists or videos as far as I know. However if you're interested it's posted in this thread: MacMuse - iPod to iTunes
    If you prefer something more automated then there are a number of third party utilities that you can use to retrieve the music files and playlists from your iPod. You'll find that they have varying degrees of functionality and some will transfer movies, videos, photos, podcasts and games as well. Have a look at the web pages and documentation, this is just a small selection of what's available, they are generally quite straightforward. You can also read reviews of some of them here: Wired News - Rescue Your Stranded Tunes
    TuneJack Windows Only
    iPod2PC Windows Only
    iGadget Windows Only
    iDump Windows Only
    YamiPod Mac and Windows Versions
    Music Rescue Mac & Windows
    iPodCopy Mac and Windows Versions
    Whichever of these retrieval methods you choose, keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync. I would also advise that you get yourself an external hard drive and back your stuff up in case you have problems again. Relying on an iPod as your sole backup is not a good idea and external drives are comparatively inexpensive these days, you can get loads of storage for a reasonable outlay.

  • How to export photos with editing from preview mode to hard drive and external hard drive?

    I have applied changes to the photos in the preview mode. Unfortunately, I can't export them from preview mode to hard drive and external drives. Whenever the external drive is plugged, the changes I made are not applied to the photos on the both hard drives.

    Sorry what do you mean Preview Mode? There is no Preview mode or module in LR. There is a Library and Develop module in LR. The Library module does have the ability to do some adjustments and the Develop module has all the image adjustments.
    In any event to export an image you can either right click on it and select Export or when in the Library module you click the button that says Export.

  • How to update image with data from database?

    hi,
    is it possible to update an image object which serves as template with some data from a database table like user name etc. by converting it to image bytes and how? The final image would show user name as part of the image

    anybody?

Maybe you are looking for

  • My excel report is not working in executable file ,however,it works well in vi

    Hi all ,      Could any one please help me in getting the reason behind the executable file not working for excel report generation,however I can get the same function without any problem in main vi. I am attaching my code and executable file also ,p

  • How can I use iCloud, but keep Outlook contacts separate from Yahoo/iPhone contacts?

    I'm using a new laptop that uses Outlook and I want to share those contacts on my iPhone without merging them with personal and Yahoo contacts.  Our tech guy told me to use my Apple ID, but that is what I use for iTunes, etc and when I used that ID i

  • Cannot see applications in i tunes

    Hi I have downloaded couple of applications but i cannot sync them to my iphone as i dont see a seperate sync window in itunes but definately i see a applications folder on the left with those apps Pls help

  • Lossing Trailling Space

    When I run a query report from the database the result returns a value(a key)which contains a trailling space at the end of the value. When I look at the HTML produced the space is missing thus when the value is used to query the database no results

  • Making internet sharing work (Issue with Network Address Translation)

    Trying to use internet sharing to enable a BluRay player to get access to the internet for firmware updates, BDLive, etc. MacBook Pro is setup with Airport (en1) enabled and connected to the internet. Ethernet port (en2) is set to "Configure IPv4: Of