Tables report are stored in which db table

tables report are stored in which db table ?and can we do remote comparision between this in dev and prd

Hi,
Goto your report.
Display the source code.
Goto Utilities-----> versions--
> versions management
Click on remote comparision button.
On the pop-up which appears subsequently, enter the sys name with which u want to compare ur code.
<b>Reward if helpful</b>
Regards.
Pritha.

Similar Messages

  • Notification Comments are storing in which database table?

    Hi All,
    Can anyone help me to find the table name in which notification comments are storing (like checklist notification or Leave approval notification)

    Hi All,
    Can anyone help me to find the table name in which notification comments are storing (like checklist notification or Leave approval notification)

  • Ztable and Zfucntion module are stored in which SAP table

    Hi Guys,
    We use to create Ztable and Zfunction module in SAP, In which table are the table and function module name would store?
    Thanks,
    Gourisankar.

    Hi Gowri,
                 Tables stored based on the Package that is how you save if you save under any package it will saved under that package. similarly Function module are saved with respect to Function Group.
    Regards,
    Sathish

  • Error messages in ABAP program are stored in which table

    hi all,
    Can anyone tell
    error messages in ABAP program are stored in which table??

    Hi Sir ,
    Please have a look below .Hope it is suitable and simpler solution for your question.
    Please do reward if useful.
    Thankx.
    Fuction module for storing error messages  ->'format_message'
    for example...
    data : v_message(100) type c.
    call transaction NNNN mode A update S messages into it_messages.
    loop at it_messages where msgty = 'E'.
    call function 'format_message'
    exporting
    *it_messages details
    importing
    v_message.
    write :/ v_message.
    clear v_message.
    endloop.
    Anothe method - ->
    Here is a sample of the program code for that:
    LOOP AT it_messtab.
    CALL FUNCTION 'FORMAT_MESSAGE'
    EXPORTING
    id = it_messtab-msgid
    lang = it_messtab-msgspra
    no = it_messtab-msgnr
    v1 = it_messtab-msgv1
    v2 = it_messtab-msgv2
    IMPORTING
    msg = g_msg
    EXCEPTIONS
    OTHERS = 0.
    IF it_messtab-msgtyp = 'S'.
    it_sucess-sucess_rec = g_msg.
    it_sucess-lifnr = it_header-lifnr." Based on your field
    it_sucess-tabix = v_lines.
    APPEND it_sucess.
    ELSEIF it_messtab-msgtyp = 'E'.
    it_error-error_rec = g_msg.
    it_error-lifnr = it_header-lifnr.
    it_error-tabix = v_lines.
    APPEND it_error.
    ELSE.
    it_info-info_rec = g_msg.
    it_info-lifnr = it_header-lifnr.
    it_info-tabix = v_lines.
    APPEND it_info.
    ENDIF.
    ENDLOOP.

  • Where all z report are stored

    hi
    where all z report are stored.
    in table or else where ?
    thanks in advanced.

    Hi !
    Z-reports code is stored in files.
    If you want use report code in a program, use the ABAP instruction  "READ REPORT  into itab".
    Names of ABAP programs ans Includes can be found in SAP table TRDIR.
    Reward if usefull !
    Regards,
    Stéphane.

  • Message-mappings: stored in which database-table?

    Hello everybody,
    I want to code some ABAP to check some message-mappings.
    Does anybody know in which DB-tables the mapping including the mapping steps are stored?
    Thanks a lot.
    Regards Mario

    Hi Muller,
    Check these tables,
    <b>/SAPDMC/LSOMAP</b>                 Field Mapping
    <b>/SAPTRX/SCAOTMAP              </b>
    <b>/SAPTRX/SCCNDMAP              </b>  <b>/SAPTRX/SCEVTMAP              </b>
    <b>/SAPTRX/SCFUNMAP              </b> /<b>SAPTRX/SCSOMAP               </b>
    or Just say map in SE11 and u will get a list..
    Regfards,
    Sridhar

  • Workflow attchment data stored in which SAP Tables

    Hi,
    In Leave workflow when approver rejects it the approver(Agent) provide the reason for rejection as an attachment.
    I have to send the external mail to the employee.
    I am able to send the mail with fixed information, however unable to extract the information from attachment ( want to know in which SAP Tables say SW* this information is stored) or any other solution.
    Help Please.
    Praveen Jain

    You really shouldn't worry about that. Use the access functions instead.
    If you are thinking about the e-mail address for a user, use the function module BAPI_USER_GET_DETAIL.
    If you are thinking about the e-mail address for an employee (which is not stored in the same table), one solution is to use BAPI_EMPLCOMM_GETLIST and look for an entry with subtype 10 (this one is SAP standard I believe) or any custom subtype which should hold e-mail address.

  • Where PI Configuration Scenario details are stored under ABAP stack Tables?

    HI Experts,
    I want to know ABAP  table name where the PI Configuaration Scenario details are stored.
    I want to display the  list of all the Configuration Senarios created for different senarios under PI system.
    please let me know the table name or any other process.
    Thak you.
    Regards ,
    Nary

    I am not sure why you need this.
    If it is one time activity, log in to ID. Go to configuration scenario. Select All and paste in Excel.
    You will get list of configuration scenarios.
    But if you need in any program, I am not sure if there is any table which stores configuration scenario name. You will get many tables having BS, Comm Channel, Interface, Namespace, etc. but I doubt abt Scenario.
    We will also see replies from other's if they know any table.
    Regards,
    Gouri

  • Additional receipts Information  stored in which database table

    Hi All,
    I Know addtional receipts can be controled VIA  table V_T706B1_B.
    But when we have to activae the link under Travel Expense Manager ->Trip receipts ->Additio Receipts Information -> Additional Receipts Information via transaction FITVFELD.
    I want to know , If I make change to this field what is the background table the changes will be stored.
    Thanks in advance,

    Hello,
    One thing is that if someone is customizing in ESS then the transaction is FITVFELD_WEB.
    The whole tab related customization are stored in the table T706S.
    When you open the transaction FITVFELD_WEB or FITVFELD then it opens the trip schema.
    Double click on the trip schema. Then you will see the many check box and fields to be filled.
    Press F1 on that field and you will get the table name for the text.
    If you want to check who made this changes then go to SE03 transaction and in object type write 'TABU' and then in front of that in the text field write the table name for which you want to check.
    you will get all the users who have made the changes in that table entries. you can then catch him.

  • Loyalty points are stored in which entity?

    Hi,
    I need to integrate Siebel's loyalty management with ATG and for That I need to know What is the data that flows from Siebel to ATG for loyalty functionality.
    So I need to know below things-
    In which entity loyalty/reward points are stored in Siebel or Where exactly is the loyalty points in Siebel?
    Regards,
    Prateek

    There are several tables that hold variant info .. you can find these in SE11 / SE16 looking for VARI*  e.g. VARID Variant directory, VARIT Variant texts -> but most of the time you should go through SAP function modules to read the contents of these e.g. RS_VARIANT_CONTENTS, as some of the data is held in INDX-type tables that you won't want to decode yourself...
    Jonathan

  • Can I create tables that are subsets of my master table?

    I would like to create tables (or sheets) that are subsets of the master table so that I can view different subsets of data in smaller chunks. I would like to continue to enter data in the master - and have it reflected in the subsets. Possible?
    Thank you

    Would this do what you want?
    Create a table for your subset of info. In its first cell, enter "=" & then click on the cell in the master table that you want displayed in that cell of the new table. You will get a formula of the type:
    =Table 1 :: B2
    where "B2" will be whatever cell you clicked on in Table 1.
    You can extend this formula downward or rightward with the circular blue fill handle to easily display adjacent row or column cells from the master table. You can also repeat the process starting with a new cell in the new table to display as many or as few cells of the master as you want. (You could even display different row or column values from the master in the same row or column of the new table, but I'm not sure that would be of any use.)
    Once you get the subset table set up as you want, lock it so that you cannot accidentally change its cell contents to something else.
    The result is a table slaved to the master which will automatically show any changes to the master but otherwise cannot be altered. This table can also be copied to other sheets & the formulas will be updated with the sheet reference automatically.
    The only drawbacks to this approach that I know of are that you can't enter data into the subset table (which may be a good or bad thing) & that empty cells in the master will be represented by zeros in the subset table. An 'IF(ISBLANK())" formula addition would take care of that but may not be needed.

  • Add timestamp to the name of the folder where the reports are stored

    Hi All,
    I want to keep the o/p of the scheduled report in to the folder which will have the timestamp
    (time when it is scheduled to run)added to the foldername . I
    I mean the o/p will be stored in the folder whose name contain the time of scheduling
    Can anyone tell me the way to do it?
    Thanks
    Edited by: user11358816 on Oct 1, 2009 5:59 AM

    I believe the secacc.dll requires the mfcsecacc.dll.
    You can verify this with this tool: http://www.dependencywalker.com/
    /* Nothing past this point should fail if the code is working as intended */

  • Tables in which basis users details are stored

    Hello,
    I'm writing an application to read Basis users details using JCO. But I'm not able to locate in which tables the users details are stored. I tried looking at USR* tables, but most of its tables doesn't have data. Only usr01 and usr02 are having some relevant data. I also tried looking at ADR* tables, which are again of no use.
    If anyone knows in which tables Basis users details are stored, please let me know.
    Thanks & Regards,
    Chandrasekhar.

    Hi Chandrasekhar,
    SAP users are stored in the usr01 table (see transaction SE16.)
    Best regards,
    Houcine

  • Which table  Variant datas are stored

    Hi ,
        I need to know where variant datas are stored and in which table they are stored .
    juts let me know the name of the table alone .
    Thanks ,
    vinay .

    Hi again,
    1. The contents of the field are NOT STORED
       in the manner which u are assuming
    a) field name - vield value
    b) field name - vield value
    x) field name - vield value
    2. Rather they are stored in the same table VARI
      in RAW format.
    3.  CLUSTD is the LRAW field,
       which stores this whole data
       in encoded format.
    regards,
    amit m.

  • Tables where Charateristics related to DIR are Stored

    Hi Friends
    I have one Query.
    You assign Class to a Document type in SPRO.To This Class we assign some Charateristics.
    When we Create a DIR , we assign charaterictics value in Additional Data Tab Page.My question is where these values specific to DIR are stored in which table.Me and my ABAP consulatant are looking but not able to find out.Request your help.
    With Regards
    Mangesh Pande

    Dear Mangesh,
                         The table TDWA contain the information about document types which also store the information about clas which has assigned to the document type.
    Regards
    Bhuwan C Tiwari

Maybe you are looking for