Which SAP table stores the ABAP program Source Code

Hi All,
Which SAP table stores the ABAP source code .
Is it possible to retrieve the abap program code from database table
wherein it is stored .
Scenario :
In our project SAP got decommissioned and SAP database is migrated to Oracle . As SAP is decomissioned , we are not able to access the SAP frontend . But we need a program code to service a request . Is it possible to retrieve the program code from the database
which is migrated to oracle .
Thanks
Shikha

This is an interesting question as the answer is may be different depending on your version.  For example, in new releases the table REPOSRC appears to hold a compress version of the course code in the DATA field, but you would need to be able to decompress it if trying to read this directly out of the DB.  I would assume that it uses gZip to do the compression, and there are ABAP utilities built in to do the compress/decompress.  Of course you can always read the source code by using the READ REPORT statement in any release, but of course this will not help you if you can not log on to your system.  Basically, if you system is corrupt for some reason, the best option is to restore from a backup.
REgards,
Rich Heilman

Similar Messages

  • Why the sap will compile the abap program again and again?

    Every one tell me that when you open some screen at the first time, the sap will compile the abap program and will not compile again at the next time.But I found actually when I open some screen at the 2th or 3th or more times,the sap will still compile the abap again.Such as open the T-CODE va01,mm01,and so on,the sap will show some message below the screen to show it was compiling the abap program.This make the operation spend me huge time.Is there any one could tell me how to resolve the problem or give me some advice?And I will appreciate him/her very much.Thank you.

    Hi..
    It has very simple answer ... SAP code resides in database and it doesnt deliver a exe or a dll files (obj) to customer ..Now when program initially is loaded it is compiled and its linked object file is stored in SAP memory and therefore it is not compiled next time...
    Regards
    Anuj Goyal

  • Which transparent table store the Query name

    All experts:
       I create one customized Query in T-code : SQ01, named: Z* , how can i find it's name in SAP transparent table?  which table store it? thanks,
    and Also which table store the Info set name??
    Thank you very much.

    Hi,
    Use table TADIR to know the details of ABAP objects.
    or use transaction sq01 to write ABAP query.
    Regards
    Rajesh Kumar

  • Which CRM table stores the release quantity and target quantity

    I found one table named CRMD_SCHEDLIN, one field is Quantity, is it the target quantity or not? If not, which CRM tables stores this info?
    Thanks!

    H Tracy,
    As far as i could find the table CRMD_SCHEDLIN is the only table which stores quantity. the sum quantities of each line item gives you the target quantity of the order i think.
    Please check the source code of function module CRM_SCHEDLIN_I_GET_ORD_QTY_OW you may get soem idea.
    Thanks,
    Rajini A.

  • ABAP PROGRAM SOURCE CODE.

    i've to download se38 program source code into a flat file or text file.
    in which table and in which field the source code gets saved and what is the function to download source code of abap program into text file.
    regards,
    deepti headu.

    Hi nilesh,
    1. in which table and in which field the source code gets
    Table = REPOSRC
    (But the source code is stored in RAW / Encoded format,
    and we cannot read directly)
    2. For reading we have to use READ REPORT syntax
    3. Just copy paste
      (it will read the report, and download)
    (U can change the program name and filename)
    4.
    REPORT ABC.
    DATA : BEGIN OF ITAB OCCURS 0,
           F(72) TYPE C,
           END OF ITAB.
    READ REPORT 'ZAM_TEMP00' INTO ITAB.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        FILENAME                        = 'D:\PRG.TXT'
      TABLES
        DATA_TAB                        = ITAB
    regards,
    amit m.

  • Which oracle table stores the TCP/IP port for a database sid?

    Hi Experts,
    There is a way to get the host name and host address of a database.
    SQL> select utl_inaddr.get_host_address from dual;
    GET_HOST_ADDRESS
    10.xxx.xxx.xxx
    SQL> select DB_UNIQUE_NAME from v$database;
    DB_UNIQUE_NAME
    mydb
    Is there any similar way to know the TCP/IP port of the database instance?
    Thanks in advance for your help.

    Ora User wrote:
    Hi Experts,
    Thanks for your responses.
    Actually i am trying to create JDBC connection pool in weblogic using the oracle thin driver.
    dbURL = "jdbc:oracle:thin:@"+hostip+":1521:"+dbSID;
    I am getting the hostip and dbsid information from the database table but not getting the port information. Another way is to use the tnsentry usning the tnsnames.ora but it would not be possible in my case as these pools will be created in the weblogic during the deployment and dont have the tns information on the weblogic server.
    Regards
    Ora UserWell, you can't get information from the database without being connected to it. Therefor it is not logical to try to get the database to give you the information needed to connect to it. That's like trying to call someone on the phone to ask them their phone number. The only reliable way to get the info is to ask the listener: lsnrctl status

  • ML60 tcode !! which table stores the data which is shown in ML60 ..urgent !

    Hi Guys,
    Tcode ML60 shows the Relase Group, Relase strategy and all....
    Can anyone tell me which table is that which the stores the data which is shown in tcode ML60 ???
    The problem that i am facing is that for ML60 the amount that is fixed for every relase staretgy is in text fields eq 2.5k - 50 K USD but i want this value to be in numeric field and not as text.
    If i will find that table which stores all this information, may be i will get this field which stores this text as a numeric field.
    Please help me find this table.
    And also can any one tell me how to link PO document type to the relase group ??
    Points will be awarded.
    Thanks a lot
    Rahul

    Hi guys,
    Yes ML60 is a standard SAP transaction but may be ML60 is not configured to the system which you are using. Otherwise also if u will search google, you will find ML60.
    Hi Anji, i have already tried all these tables, but none of these tables store the limit for each release strategy.
    I can see the limit only in ML60 tcode
    Thanks
    Rahul

  • Which table stores the data of transaction FBL1N...?

    Hi,
    Please help me find out which table stores the data ,generated from transaction FBL1N..Actually i need to find out the g/l account against the vendor account that is being displayed in FBL3N's document overview.

    Hi,
    Data will be retrieved from following table :
    tables: lfa1, lfb1, bsik, bsid, kna1, t001,t005, SKAT, SKB1.
    In BSIK you have  both LIFNR and HKONT. You will get the data based on the LIFNR and HKONT. LIFNR is Vendor and HKONT is GL assigned to the vendor.
    Thanks,
    Sriram Ponna.
    Message was edited by:
            Sriram Ponna

  • IN which table stores the Value of sales orders Net Value

    IN which table stores the Value of sales orders Net Value

    Hi Lakshmi,
    Check Following Tables:
    CRMD_PRICING_I
    CRMM_PR_SALESA
    CNCCRMPRSAP00090
    Reward Points if Helpful.
    Srini.

  • When target DB is down in which table is the data from source is stored, also where are the error messages stored in ODI

    When target DB is down in which table is the data from source is stored, also where are the error messages stored in ODI( I am not getting any error message in E$_TARGET_ANI_TEST).
    When i am running the interface i am getting the below error against the errored step
    "ORA-01045: user ABC lacks CREATE SESSION privilege; logon denied."
    Only E$_TARGET_ANI_TEST  is created with no data. No such tables like C$_0TARGET_ANI_TEST, I$_TARGET_ANI_TEST are created and also data is not inserted in the target table TARGET_ANI_TEST.

    Hi,
    I have checked that only E$ table is created. C$ and I$ table are not created ( I have selected my target schema as the part for the staging table).
    All the parameters for dropping the tables are selected as "<default>:false".
    I am importing the following KMs with the following parameters:
    1) CKM Oracle
    DROP_ERROR_TABLE
    :false
    DROP_CHECK_TABLE
    :false
    CREATE_ERROR_INDEX
    :true
    COMPATIBLE
    :9
    VALIDATE
    :false
    ENABLE_EDITION_SUPPORT
    :false
    UPGRADE_ERROR_TABLE
    :false
    2) LKM SQL to SQL
    DELETE_TEMPORARY_OBJECTS
    :true
    3) IKM SQL Incremental Update
    INSERT
    :true
    UPDATE
    :true
    COMMIT
    :true
    SYNC_JRN_DELETE
    :true
    FLOW_CONTROL
    :true
    RECYCLE_ERRORS
    :false
    STATIC_CONTROL
    :false
    TRUNCATE
    :false
    DELETE_ALL
    :false
    CREATE_TARG_TABLE
    :false
    DELETE_TEMPORARY_OBJECTS
    :true 

  • Which table stores the value of status column in leave request.

    Which table stores the value of status column in leave request.If i give pernr ,absence type and date how would i get the status
    Thanks
    Bala Duvvuri

    Hi,
    PTREQ_ACTOR      -              Request Participant
    PTREQ_ATTABSDATA    -           Request Data for Attendances/Absences
    PTREQ_BATCH              -      Time Stamp for Run of Background Jobs
    PTREQ_CKEY_MAPP      -        Cache Assignment Table
    PTREQ_HEADER             -      Request Header
    PTREQ_ITEM_TYPES       -        Request Item Types
    PTREQ_ITEMS                  -  Request Items
    PTREQ_NOTICE                -   Note for Request
    PTREQ_STATUS_CHK      -         Check Methods for Status Transitions
    PTREQ_STATUS_TRA      -         Status Transfers
    PTREQ_TYPE                    - Request Types
    PTREQ_XFEREVENTS       -        Permitted Status Transitions
    PTREQ_XFEREVNT_T        -       Texts for Status Transitions
    Value of staus column you can check it PTREQ_STATUS_CHK

  • Which table stores the information about a user (name, username etc.)

    Which table stores the information about a user (name, username etc.) .Is it LDAP server or MSSQL server? then hw to go to that table ?

    I guess this is a question about CAD - and it doesn't matter much if it's UCCE or Express. The info is in the LDAP called Directory Services. In UCCE the Sync process updates the LDAP from the ICM config database.
    You can use a free LDAP browser to connect to the LDAP (anonymous connection) and read the LDAP.
    Regards,
    Geoff

  • Which table stores the IMG and User Menu information?

    Hi,
    Does anyone know which table stores the IMG and User menu information? I am looking for a table which stores the t.code and the respective menu path so that i can find the menu path for each t.code.
    Please help.

    Hi,
    If you are looking info related to area menu then use fm
      call function 'BMENU_MENU_TREE_GET'
        exporting
          menu_id        = p_menu
        tables
          menu_tree      = imenu_tree
        exceptions
          menu_not_found = 1
          others         = 2.
    aRs

  • Which table stores the Tax percentage rate of commercial invoice?

    Which data base table stores the tax percentage rate of the items in a commercial invoice? Or which FM can return the tax percentage rate?

    HI,
    Don't post the duplicate threads for same requirement...it against to the SCN rules. Moderator can delete this thread.
    Report to Moderator!!!

  • Which table stores the valid City/State/Country combination for Customers

    Hi,
    I would like to know which table stores the valid city/state/country/county/provinces for Customer Address validation
    Any helps please?
    Thanks,
    Genoo

    Hi,
    Please ensure to include your EBS version, so as to better provide assistance..
    Please have a look at the doc as its explained in-depth:
    Projects Uptake of the TCA Architecture in Release 12 [ID 417511.1]
    Hope this helps,
    Best Regards,

Maybe you are looking for

  • File datastore creation problem from window installed ODI in AIX server

    HI all, My question is how to represent file folder name of that server my file folder in AIX server and i want to access that file in window s machine. * is this the right way to represent the data folder in physical schema declaration file:///<aix

  • How do you script guidelines onto a document

    I'm new to this, but I've gone through the reference manual and scripting guide and cannot find the method that places guidelines. The description of the guideline properties is there, but I can't find the method. Thanks in Advance.

  • Problem installing Sun Java Web Server

    Hi I'm trying to install Sun Identity Server which need Sun Java Web Server... I try to install identity server and web server using Sun Java Enterprise System Install Wizard... When I came to page Identity Server:Sun Java System Web Server (3 of 6 )

  • Popup can't be escaped

    When data of table is viewed and right click to show pop-up menu on header column is done and accidentally click to filter edit box area occured, the menu is not escaped and is locked.

  • Acroread problems after pacman -Syu

    Well, its been a day since i made the biggest pacman -Syu of them all, 587mb the full upgrade, that was one huge upgrade which i was sure i was going to regret. I didnt! It was almost a cleanful upgrade, there is one or two issues though, the most pr