Table in which Kernel Info

Hello,
In my report program, I need to fetch the kernel info of a system. We ususally get this from release notes in SM51 transaction or from the menu System->status then click on the 'right' arrow which is next to navigate button.  Small window opens with Kernel info, DB info & system info.
I am looking for the first one - KERNEL INFORMATION section data. In which table does it exists?? I am looking for two fields particularly - SAP KERNEL RELEASE and PATCH/SUP. PKG.LVL.
Application help doesn't exists.!!
Thanks,
Arvind...

hii,
table UVERS for sy-ssprl(sap release)
Use the system function to get Kernal and other info.
call function 'SYSTEM_INFO'
  exporting
    key   = '  '          " << Pass the key values to get info 
  importing
    value = value.
Values you can pass related to KEY
'SAP_VERSION'
'SAP_SYSTEM_ID'
'MACHINE_TYPE'
'DBNAME'      
'DBUSER'
'CTYPE'
'OPSYS_VERSION'
'KERNEL_KIND'
'SAP_VERSION'
To get the Unicode info use fm
TR_GET_IS_UNICODE_SYSTEM
rgrds,
Shweta
Edited by: Shweta Joon on Aug 20, 2009 12:53 PM

Similar Messages

  • Need the the underlying table names which the Material Plan Detail Search p

    Our supply planning users would like to obtain the demand and supply plan for a bunch of given parts by running a query against some tables. The data they need via a PS Query output in Excel format is the same data that is provided by the Material Plan Detail page in PeopleSoft Supply Planning (Menu Path: Supply Planning >>>Solve Plan>>>> Material >>>>>>Material Plan Detail). The main underlying table behind this page is PS_PL_MRP_DTL.
    The problem is that this table contains data for only one Part Number (INV_ITEM_ID). The data is populated when Item ID is selected on the Material Plan Detail Search page.
    What are the underlying table names which the Material Plan Detail Search page brings together to present the information for the selected part number on the target page (The Material Plan Detail page)?
    If you could tell us the underlying table names (which the Material Plan Detail Search page brings together) we can write a query to present the data to the users for multiple part numbers at a time and not just one part number at a time.
    Any help would be greatly appreciated.
    We are on FSCM 8.9 Bundle 13
    Thanks in advance.

    The ERD's for FSCM 8.9 are available from following link
    PeopleSoft Enterprise Financial Management 8.9 Entity Relationship Diagrams [ID 979359.1]
    https://support.oracle.com/epmos/faces/DocContentDisplay?id=979359.1
    Hope it contains the info you are looking for.
    Hakan

  • Table in which I can find the account impacted by deferral process

    Hello all,
    I have already asked this question but asking again
    what is the table in which it's mentioned which account is impacted by the "deferral" process when an invoice is booked on particular account number?
    For example:
    when I book invoice, lets say on the account 3402500020, the account 3401500020 is impacted by defferal process.... but if I want to change the account 3401500020 to some other account number? where it is maintained?
    Thanks in advance!!
    hana

    i understand this as when booking to the account when we receive the goods but not the invoice.....
    sorry, not very profesional in this...
    is there any maintanance of such accounts?

  • Table in which system updates data collected through KKRV

    Hi,
    Can any one tell me the table in which system updates data collected through KKRV?
    and the correct procedure to collect the data for product drilldown.
    can i run KKRC alogwith KKRV to get summerized reports?
    Thanks in advance
    Regards,

    You could probably trace them at COSP or COSS tables where the object starts with VD (summarization object).
    Summarization transaction are better if run separately. First KKRV for summarising plant level information and then KKRC for hierarchy summarization.

  • Table in which if I put the delivery number ..I should get the HEADER TEXT

    Dear Members,
    I am checking for a table in which if I put the delivery number ..I should get the HEADER TEXT. Does such table exists or a Z report shoudl be created for this kind of setup.
    Regards,

    Hi,
    There are two Tables in which the texts will be stored
    One is STXH -
    TEXT HEADER
    other   STXL------- TEXT ITEM
    If you want to get the Header text then input the values in the table
    In STXH
    TEXT OBJECT     is    VBBK
    TEXT NAME      is      DELIVERY NUMBER
    TEXT ID             is       ZS01  ( this is the standard ID for the  Header note 1 )
    Now goto SE37 and give the Function Module READ_TEXT and maintain all the above details and get the TDLINE Which contains the TEXT of the Delivery
    regards,
    santosh

  • Regarding database tables in which i can write directly

    hi experts,
                      i have to create a database table in which i can write directly in to the table with out using update statement,what sud i do for this plz help me......

    Hi Ravi,
    If you mean you need to directly update values on the screen, SE11 has a menu for the table maintenance generator. In there you can generate screens and everything needed for your table to allow entry with or without transports. You then capture the data through transaction SM30 or SM31.
    Cheers
    Wayne

  • Table in which TECO Date is Store

    Dear All,
    Can any one help me in finding out the Table in which TECO Date of Order  is Store.
    or any report in which TECO date is present.
    I already check COOIS and CO03, there is no TECO date avilable there.
    Regards
    Shayam

    Dear ,
    COOIS/COHV this kind of report will not display TECO date .Basically , you should have ABAP query with following sequence to get the date :
    1.Enter Production Order Number  : AUFK
    2.Pass the value of Object Id  from  AUFK to  JEST   then to Tabel : JCDS
    Seat with your abaper with those tables and explain him so that he can help you out
    Regards
    JH

  • Tables in which LSMW data is stored?

    Hi Gurus,
    I would like to know the base tables that LSMW uses. My actual requirement is to fetch the action log of the LSMW object. No option is provided in R/3 to download Action Log of an LSMW object into Excel.
    Hence I am trying to find the tables in which LSMW maintains the Action Log, so that the data could be fetched from the tables and could be redirected to an Excel Sheet. Plz help me in finding the tables.
    Points would be awarded for Solutions.
    Regards,
    Kiran

    Hi
    see the table
    <b>OIC_LSMW_PROJ</b>
    Reward points for useful Answers
    Regards
    Anji

  • Tables in which Appraisal note data stored..

    Hi...Experts.
    I want to know about the tables in which appraisal note data stored. please help me.
    Regards,
        Siva

    https://forums.sdn.sap.com/click.jspa?searchID=9573368&messageID=5013157

  • Tables in which Read mode and Cache settings are stored for Bex

    Hi BI Experts,
    We have a requirement for which we need to know the tables in which the read and cache modes are stored(locally and globally) when we change them in the query properties(In T code RSRT) of a query
    Thanks in advance
    Regards,
    M
    Edited by: madhu marupudi on Feb 5, 2009 5:30 PM

    Hi,
    Check in the following tables, these are related to Reports tables.
    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
    RSZELTDIR Directory of the reporting component elements
    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
    Thanks
    Reddy

  • Tables in which DB15 and DB02 data is stored

    Hi All,
    I'm interested in knowing the tables in which the DB15 and DB02 data is stored. To be more specific..
    1) DB15 - I want to know the tables in which the relationships between Archiving OBjects and Tables is stored. I have identified some tables namely - ARCH_DEF ,ARCH_DELE ,ARCH_DELE,CLASS_DELE,CLASS_DEF.. but the data from these tables does ot directly match what is being displayed in transaction DB15.     
    2) DB02 - I also want to know the tables in which the DB02 statistics is stored, namely the tables in which the Table & Index sizes are stored.
    Thanks in advance,
    Deepika.
    Message was edited by: Deepika Bhaskar

    Hi Deepika!
    ad 2) That's database related stuff. Information is gathered with native SQL out of database system tables.
    Even some data preparation is done by calls of database functions.
    Regards,
    Christian

  • Table name which can show a list of customersfor an output type

    Hi All,
    Can you please tell me the table name which can show me the list of customers if a particular output type is mentioned in the selection screen.
    Thank you,
    Regards,
    Shanu.

    Hi,
    Table B001.
    Goto SE16 enter B001
    Application : V1 - sales, V3 - Billing
    enter output type - BA00 or RD00  and press F8.
    Regards,
    Chandrasekhar.S
    Edited by: chandra sekhar S on Aug 12, 2008 12:28 PM
    Edited by: chandra sekhar S on Aug 12, 2008 12:36 PM

  • Internal table name which hide statement uses

    Hi,
    To hide several variables, use chain HIDE statement.
    As soon as the user selects a line for which you stored HIDE fields, the system fills the variables in the program with the values stored.  A line can be selected.
    ¨      By an interactive event.
    For each interactive event, the HIDE fields of the line on which the cursor is positioned during the event are filled with the stored values.
    The HIDE area is a table, in which the system stores the names and values of all HIDE fields for each list and line number.  As soon as they are needed, the system reads the values from the table. 
    I want to know how can we find the name of that internal table.
    Regards,
    maqsood

    Hi,
    i think it is system defined.
    The HIDE Technique
    You use the HIDE technique while creating a list level to store line-specific information for later use. To do so, use the HIDE statement as follows:
    HIDE <f>.
    This statement places the contents of the variable <f> for the current output line (system field SY-LINNO) into the HIDE area. The variable <f> must not necessarily appear on the current line.
    To make your program more readable, always place the HIDE statement directly after the output statement for the variable <f> or after the last output statement for the current line.
    As soon as the user selects a line for which you stored HIDE fields, the system fills the variables in the program with the values stored. A line can be selected
    by an interactive event.
    For each interactive event, the HIDE fields of the line on which the cursor is positioned during the event are filled with the stored values.
    by the READ LINE statement.
    <b>You can think of the HIDE area as a table, in which the system stores the names and values of all HIDE fields for each list and line number. As soon as they are needed, the system reads the values from the table.</b>
    Thanks&Regards,
    Ruthra.R

  • Table name which stoers Opening Stock posting of Inventory

    Hi all,
    I wanted to know what is the table name which stores the Opening Stock of Inventory. and also How can i know the price that i had given while posting the Opening Balance for a particular Item.
    Expecting you early response.
    Thank you
    regards,
    Shreyas

    Hi Shreyas,
    You can query the table OINM with transtype of '-2' which stand for "Opening Balance" for inventory items.
    The query looks like:
    Select * from oinm t0 where t0.TransType = '-2' and t0.ItemCode = '[%0]'
    Any items' opening transaction can be found there.
    Thanks,
    Gordon

  • Table containing PO response info

    Hi There,
    could anybody perhaps tell me in what tables(s) the response info for a purchase order is stored. I'm specifically looking for the delivery date, price and the amount.
    Greetz,
    J.B.

    Thanks, I know the transaction, however I wasn't able to enter a response with my portal user, and the client is planning to work with PO response in the future (so no records avaiable at present). I need the field to change a BW extractor in order to make the dataflow "PO-response"-proof.

Maybe you are looking for

  • Video without Sound on the Ipod HELP!!!

    I convert my ordinary music video's to m4v in quicktime. and then put them music video on my Ipod but when i take the ipod out and try to listen to the video there is no sound at all and then i try to hear a mp3 song and it works. so what can be the

  • Cannot find the file MsDtsSrvr.ini.xml

    My SSIS 2008 book says that -  The MSDTSServer100 service is configured through an XML file that is located by default in the following path: C:\Program Files\Microsoft SQL Server\100\DTS\Binn\MsDtsSrvr.ini.xml.  I cannot find this file in the given

  • Sims 3 crashing after moving into house hold

    so i have just downoaded the game i have installed it about 100 times, i have put updated patches and still nothing, everytime i create a sim and try to buy/move in a house ut loads then it goes to my desktop with ou send an error messege or anything

  • How To : Sync playlists from iOS device back to itunes - Windows

    How To : How To : Sync playlists from iOS device back to itunes - Windows (May work on Mac too) NOTE - THIS WILL ONLY WORK IF YOU HAVE THE MUSIC FILES ON THE COMPUTER ALREADY If your like me and format your computers only to discover that you've lost

  • Do i need To download an app To use airmedia on my iPad?

    Do i need To download an app To use airmedia on my iPad?