System table for all datatypes

Hi all,
I am migrating queries from SqlServer 7.0 to Oracle. I found a system tabel Systypes in SqlServer 7.0 which contains all the avaliable datatypes. Is there any similar table in Oracle from which we can get all data types. Any reply will be appreciated.

Hi,
CALL FUNCTION 'READ_TEXT'
         EXPORTING
            CLIENT                  = SY-MANDT
            ID                      = 'Z610'
            LANGUAGE                = SY-LANGU
            NAME                    = V_TDNAME
            OBJECT                  = 'VBBK'
            ARCHIVE_HANDLE          = 0
         IMPORTING
            HEADER                  = I_TEXT_HEAD
         TABLES
            LINES                   = I_TEXT_LINE
         EXCEPTIONS
            ID                      = 1
            LANGUAGE                = 2
            NAME                    = 3
            NOT_FOUND               = 4
            OBJECT                  = 5
            REFERENCE_CHECK         = 6
            WRONG_ACCESS_TO_ARCHIVE = 7
            OTHERS                  = 8.
Regards,
Bharani

Similar Messages

  • Run queries against system tables for oracle BPEL processes

    I want to run queries against system tables for oracle BPEL processes. It is becoming very difficult for me to us EM as it is very slow,
    and not all the time, it is sufficient for our needs.
    We are doing load testing and we want find out info like how many requests came in and how many faulted and what time is taken by each request...
    So do any of you have the query that I can use and tables that I need to go against?

    Use the BPEL hydration database table "cube_instance".
    There should be plenty of example in the forum regarding this table.

  • System table for Additional Data - Basic data text (MM03)

    Hi
    How can I get the system table for stroring data in MM03 in "Additional Data" the "basic data text" ?
    Thanks in advance.

    Hi,
    CALL FUNCTION 'READ_TEXT'
             EXPORTING
                CLIENT                  = SY-MANDT
                ID                      = 'Z610'
                LANGUAGE                = SY-LANGU
                NAME                    = V_TDNAME
                OBJECT                  = 'VBBK'
                ARCHIVE_HANDLE          = 0
             IMPORTING
                HEADER                  = I_TEXT_HEAD
             TABLES
                LINES                   = I_TEXT_LINE
             EXCEPTIONS
                ID                      = 1
                LANGUAGE                = 2
                NAME                    = 3
                NOT_FOUND               = 4
                OBJECT                  = 5
                REFERENCE_CHECK         = 6
                WRONG_ACCESS_TO_ARCHIVE = 7
                OTHERS                  = 8.
    Regards,
    Bharani

  • Select aentries from table Z-Table for all sales order line items

    Hi friends,
    can anyone please explain me about the "Select entries from table Z-Table for all sales order line items".
    Thanks.

    Moderator message - Welcome to SCN.
    But
    Moderator message - Please search before asking. Press F1 on SELECT and look at the FOR ALL ENTRIES addition. - post locked             
    Rob

  • System Tables for Logs

    Does anybody know what system tables store the logs displayed in ST22 and SM37?  Trying to programmatically read and display the logs.
    Thanks a bunch for your help.

    Hi,
    These are tables for Job scheduling
    Once jobs are defined, they are stored in the R/3 database, in the following principal tables in the background processing system:
    TBTCO: The job header table (job management data)
    TBTCP: The job step table (individual processing steps in jobs) -to describe the detailed level for each job.
    TBTCS: The control table for the time-driven job scheduler

  • Join Internal Table for all entries

    Hi,
       I have put the LIKP data in the internal table and then use the for all entries statement to join the table with LIPS.  Besides, i specifiy an additional condition to filter empty batch.
    But, i found that the empty batch record still exist in the result.  Any idea??
        SELECT *
        FROM LIPS INTO  TABLE I_DELIVERY_INFO
        FOR ALL ENTRIES IN I_DELIVERY
        WHERE
        VBELN = I_DELIVERY-VBELN.
        AND
        CHARG IS NOT NULL.
    Regards,
    Kit

    Hi Kit,
    If you are using LIKP and LIPS then you can directly join them since these tables are HEADER & ITEM table.
    regd ur query you can use CHARG NE ' '.
    Regards
    Gopi

  • Select fom table for all entries where field starts with value

    Hello
    I want to write a select like this
    select * from bsis
    into lt_bsis
    for all entries in lt_itab
    where xblnr like lt_itab-belnr%
    I want to select all the entries from bsis where the field xblnr starts with the values found in lt_itab-belnr.
    for example
    ls_itab-belnr = 5100000028
    bsis-xblnr = 510000002810001
                        510000002810002
                        510000002810003
                        520000002810001
    and i want to select only the entries that start with 5100000028 in this case
    Can anybody help?
    Thanks

    Hi,
    I hope below example code will help you to fix your issue,
    REPORT  ytest.
    TYPES : BEGIN OF ty_typ1,
              val TYPE i,
            END OF ty_typ1.
    TYPES : BEGIN OF ty_typ2,
              val1 TYPE hrobjid,
              val2 TYPE hrobjid,
            END OF ty_typ2.
    DATA : int_typ1 TYPE TABLE OF ty_typ1,
           int_typ2 TYPE TABLE OF ty_typ2,
           wa_typ1  TYPE ty_typ1,
           wa_typ2  TYPE ty_typ2,
           int_1001 TYPE TABLE OF hrp1001,
           wa_1001  TYPE hrp1001.
    REFRESH : int_typ1, int_typ2, int_1001.
    CLEAR : wa_typ1, wa_typ2, wa_1001.
    wa_typ1-val = 500001.
    APPEND wa_typ1 TO int_typ1.
    wa_typ1-val = 500002.
    APPEND wa_typ1 TO int_typ1.
    wa_typ1-val = 500003.
    APPEND wa_typ1 TO int_typ1.
    wa_typ1-val = 500001.
    APPEND wa_typ1 TO int_typ1.
    SORT int_typ1 ASCENDING BY val.
    DELETE ADJACENT DUPLICATES FROM int_typ1 COMPARING val.
    LOOP AT int_typ1 INTO wa_typ1.
      wa_typ2-val1 = ( wa_typ1-val * 100 ) + 1.
      wa_typ2-val2 = wa_typ2-val1 + 98.
      APPEND wa_typ2 TO int_typ2.
      CLEAR : wa_typ1, wa_typ2.
    ENDLOOP.
    SELECT * FROM hrp1001 INTO TABLE int_1001
             FOR ALL ENTRIES IN int_typ2 WHERE
                 plvar EQ '01'          AND
                 otype EQ 'S'           AND
                 sclas EQ 'O'           AND
                 begda LE sy-datum      AND
                 endda GE sy-datum      AND
                 objid GE int_typ2-val1 AND
                 objid LE int_typ2-val2.
    LOOP AT int_1001 INTO wa_1001.
      WRITE : / wa_1001-objid.
    ENDLOOP.
    Thanks & Regards,
    Harish Kumar N

  • Project system tables for getting baseline and forecast values

    Hi all,
    I am new to Project systems and currently i am having the PS report.
    I need to pick the following values based on project definition (proj-pspid):
    --> historical baseline values like:
    1) versions
    2) created by
    3) created on
    --> historical forecast values like:
    1) versions
    2) created by
    3) created on
    Can you please let me know the tables and fileds for fetching the above values.
    Regards,
    raviraj.

    Hi,
    IMAK Appropriation requests - general data
    IMAV Appropriation request variant
    IMPR Investment Program Positions
    IMPU Texts for cap. inv. program positions
    IMTP Investment programs
    IMZO Assignment Table- CO Object - Capital Investment Prog.Pos.
    PMCO Cost structure of maintenance order
    PRHI Work Breakdown Structure, Edges (Hierarchy Pointer)
    PROJ Project definition
    PRPS WBS (Work Breakdown Structure) Element Master Data
    Check with tables

  • I want all system status for all process orders in COR3

    Hi All,
    I have small requirement below:
    In COR3 tcode after we enter Process order as input, in that screen we can see in 3rd row, System Status and User Status,
    Where all these system status and User Status are stored,
    How we will get these msgs?
    Please help me on this....
    Sri

    Now  i have verified in productin box, i am getting more than one STATUS in JEST for OBJNR , with this value i am getting more than one values, but here i am facing again one more issue:
    in T02JT table i am getting some set of status(in table i am getting 10 values) but when i have verifed in COR3 tcode for that particuler order i am able to see only 8 system status...what about remain 2 ?
    in T02JT table i tried all options as i put X for status with out X, i tried all options..
    Please help me on this...
    One more this is i need User Status's also...? how we can will get these values also..
    Sri

  • Table for all objects in a bex query structure

    Hi All,
    I am looking for some table/report/t code where I can find all Char,Kf,Rkf and Ckfs along with technical name of that query.
    I know there are couple of work around for this like capturing a screenshot or collect objects via transport connection and copy paste objects from there.
    Basically I need a meta data repository where I can see all this information in a complete manner. I tried to dig around in some tables but they don't have all information  at single place.
    Any help would be appreciated.
    Thanks,
    Vikas

    Hey.  There are a number of tables related to query elements.  I would go through them and figure out which pertain to exactly what you need.  You could then buold an InfoSet query (via SAP Query)  to output all the information you are looking for.  Here is a list of the main query tables...
    Table Name          Use of the table
    RSZELTDIR -      Directory of the reporting component elements
    RSZELTTXT     -     Texts of reporting component elements
    RSZELTXREF -    Directory of query element references .
    RSRREPDIR      -    Directory of all reports (Query GENUNIID) .
    RSZCOMPDIR  -  Directory of reporting components.
    RSZRANGE      -    Selection specification for an element
    RSZSELECT      -    Selection properties of an element
    RSZCOMPIC      -    Assignment reuseable component <-> InfoCube
    RSZELTPRIO      -    Priorities with element collisions
    RSZELTPROP  -   Element properties (settings)
    RSZELTATTR  -   Attribute selection per dimension element
    RSZCALC       -  Definition of a formula element
    RSZCEL  -  Query Designer: Directory of Cells
    RSZGLOBV     - Global Variables in Reporting
    RSZCHANGES - Change history of reporting components
    Sorry, I know this looks messy,  Cut and paste didn't work for me that great.
    Thanks

  • Help on QCI table for all GRs for the month

    May I know if there is a way, maybe in table form, to view all the quantities in other units found in QCI for the entire month GR?

    Hi Satish,
    Thanks for your response.
    I tried your suggestion, but I wish to see the "additional quantities" portion of the QCI. Using your suggestion, I was able to view the metering and observed conditions.

  • Is there a way to monitor System Performance for all the computers in my domain?

    Like Resource Monitor for a local computer, Is there a way or tool to monitor the Resources usage of all the computers in my Domain. Can I do it using 2008 R2 server?

    You can monitor all performance counters with perfmon.msc, also for remote computers.
    If you want to monitor systems continuously and log the perforamnce data, you will need a real monitoring solution. Microsoft offers System Center Operations
    Manager for this purpose, but many other third party solution also exist for this purpose.
    MCP/MCSA/MCTS/MCITP

  • Table for all fct codes

    Hi all,
    can any one give me the table name which stores fct codes
    Regards
    Sre

    There is no such table. Function code, much like 'all'  the rest of the regular coding is part of the program itself. This data is stored in table TADIR.

  • Table for all table names.

    Hi everybody,
    I would like to know if there is any table which is maintaining all the table names in SAP as fields.
    Any code reg this is helpfull.
    Thanks.
    Regards.
    KS
    Message was edited by:
            Sanjeev k

    Hi,
    Please try FM DDIF_FIELDINFO_GET to get all fields based on table name.
    DATA: BEGIN OF I_DFIES OCCURS 0.
            INCLUDE STRUCTURE DFIES.
    DATA: END OF I_DFIES.
    CALL FUNCTION 'DDIF_FIELDINFO_GET'
        EXPORTING
          TABNAME        = 'MARA'
        TABLES
          DFIES_TAB      = I_DFIES
        EXCEPTIONS
          NOT_FOUND      = 1
          INTERNAL_ERROR = 2
          OTHERS         = 3.
    Regards,
    Ferry Lianto

  • Syncing forced fsck runs at system boot for all partitions

    I know how to change the interval (number of mounts) that fsck uses to force a check.  What I'd like to know is how I can get all my partitions to be in sync with each other?  In other words, my (/) partition is queued to get checked at the next boot.  /home is in queue for 2 boots, /var isn't on the list.  I'd like all three of these to be in sync'ed such that all three will get checked together.  Ideas?

    You could use the -C option in tune2fs to set the mount-count:
    tune2fs -C 0  /dev/sda1 
    Check the result with:
    dumpe2fs /dev/sda1 | more
    If you set the same mount-count and the same max-mount-counts on all volumes I guess they should be checked at the same time.

Maybe you are looking for