Table which stores the executed 'Z' programs

Hi All,
   I want to know in which table the EXECUTED 'Z' programs will be stored.

Pavan, ABAP buffer PXA (Program Execution Area) Stores the compiled executable versions of ABAP programs (loads). The contents of this buffer are stored in tables D010L (ABAP loads), D010T (texts) and D010Y. And for reports D010S, probably Z's are stored  in last one.

Similar Messages

  • Is there any standard SAP table which stores the license number assigned to a delivery item

    Hi Experts,
    This is in relation to license number assigned to a delivery item under ‘Export License Log’. Our scenario is for delivery of type NLCC created for an inter-company stock transport order. (i.e.not a sales order case where the license may get copied from sales order to delivery through copy control)
    As we understand, for legal control – relevant scenarios, export license for each item shall be determined afresh every time the delivery is accessed. (Depending on legal regulation, grouping, destination country, export control class, delivery partners vis-à-vis license master customer assignments etc.)
    To print the license text on one of the delivery output types, we want to access the license number for each item. (determined under export license log)
    Our question is:  is there any standard SAP table which stores the license number assigned to a delivery item?
    We have checked some of the license tables (T606*, VAEX, EMXX etc.) but couldn’t get any specific table storing delivery-item-specific license data.
    Helpful answers Text Removed
    Regards,
    Jagan
    Message was edited by: G Lakshmipathi
    Dont add such text in your post

    Hi Lakshmipathi,
    The export control log can be accessed by going to delivery Extras-> Export license log
    We need a table that stores the determined license for each item in a delivery document ( as shown in the below screenshot)
    Regards,
    Jagan

  • What is the table which stores the SM04 currently active users data

    HI all,
    what is the table which stores the SM04 currently active users data in sap?
    plzzzzzzzzz help me..
    Thanks  all in advance ,
    Malti

    Hi,
    Pl. check in tables USR02/USR01 for the list of users & logon data.
    Regards,
    SDS

  • Table  which stores the changes on a object

    Hi,
    Could any one tell me a table which stores the changes done to an object ex:Master data info object.
    I want to know when an particular attribute added to the master data.
    Thanks in advance

    I am not sure what is the level of detail you are looking for.
    CDHDR might help.
    Arun

  • Need help to find the table which stores the infomation listed below

    Hi,
       I am working on Archiving work for archiving the data under the tcode SOST.I searching the table which stores the email document content but I am having difficulty to get the table..Could any one provide some input on this.
    Thanks.
    ~Donny

    I believe it is stored in table SOFFCONT1

  • Want to know table which stores the Partition key details

    Hi Experts,
    Could you please tell me if there is way to find out the columns which are part of range partitions of the table. There is a table 'user_tab_partitions' it stores the name of the table and it's partition name. I need to know if there is a similar table/view which stores the partition fields name too.
    Thanks and regards,
    Ashish Soni

    Have you tried..
    DBA_PART_KEY_COLUMNS or
    ALL_PART_KEY_COLUMNS or
    USER_PART_KEY_COLUMNS Views ?
    Message was edited by:
    biswabijay

  • Table which stores the subcontracting components

    Hi Sap Gurus,
    What is the SAP Table name, which stores the Compnents, which we are sending via Subcontracting PO.
    Actulay I wanted Scrap should also get printed on the subcontracting challn , but in the standard SAP format, it is coming, so It is required to pick it up from the PO, but I am not finding any table for it.
    Thanks & Regards
    Nitin Chhabra

    Hi,
    Please try this:
    In table EKET the reservation number is stored (EKET-RSNUM = RESB-RSNUM) >> you will find the components in table RESB.
    Table for Subcontracting PO Components (not adopted from BOM)
    Regards,
    Csaba

  • Table which stores the dates in different languages.

    Hi experts,
    Do we have any table which stores dates in different languages
    like
    December in EN
    Dezemer in  DE.

    Hi,
    You may use T247 table for this getting the name of the month(LTX feild) as per the language specified.
    Rewards if useful,
    Regards,
    Saurabh

  • Table which stores the list of active ods objects in BW

    Hi,
    I am trying to find out the list of active ods objects starting with y and Z, Is there any table which has the information regarding that. For Infoobject I found the table as "RSDIOBJ". Can you plz let me know if there is any table for ods.
    Thank you in advance,
    Raghavendra Reddy BIjevemula

    Hi Raghu,
    u r typing it wrong..
    its "RSDODSO"..
    It will definitely work..
    which gives all available ODS.
    Regards-
    MM

  • Tables which stores the total balances of customer and vendors

    Hi
    Can any one let me know in which table does the total balances of the customer and Vendors are stored.
    except these LFC1, KNC1
    Thanks and Regards
    Srihari Boll
    Edited by: Srihari Bolla on Dec 4, 2008 4:21 PM

    "normal" balances are in the tables you mentioned, the special G/L balances you'll find in LFC3 and KNC3 tables. There is nothing else!

  • Table which stores the return codes

    Hi All
    I would like to know in which table the return codes for a BAPI get stored for the structure BAPIRET2.
    Thanks in advance
    Sree Ramya

    Hi sree,
    1. the return codes are nothing
       but standard messages of the transaction.
    2. such messages and their codes are stored in table T100.
    regards,
    amit m.

  • Need config table which stores data for Vendor Master changes

    Hi Gurus,
    I need to have the name of the config tables which store the details of the Vendor Master configuration changes based on account group information.
    For Example,
    For a given Account Group(ZM09), the VAT Registration field in the control data tab of the transaction XK02 is suppressed. and for other Account Groups the VAT Registration field is appearing in the Control data tab of the XK02 transaction.
    So I need to determine at run time for which vendor account group the VAT Reg field is suppressed and for which it is appearing.
    Hence I require the name of the Config table in SAP which stores this information.

    Hi,
    Use this transaction S_ALR_87010039 (Program RFKABL00)
    You can select all levels of changes (i.e. General, Company Code, purchasing org)or individual levels only.
    If you want the tables then CDHDR & CDPOS will provide all the details.
    Regards
    Hiren K.Chitalia

  • Data base table to store the contents of a Variant

    I am using the FM  RS_VARIANT_CONTENTS to extract the contents of a variant of a specific program.  Is there any Data Base table which stores the contents of a variant.
    Moderator message: please do not open multiple threads for the same or similar issue (I have replied to the original one).
    Edited by: Thomas Zloch on Jan 28, 2011 3:46 PM

    The table VARI stores all the variants of a program.
    To get the contents of the variant you can use the FM RS_VARIANT_VALUES_TECH_DATA.
    Hope this helps!
    Regards, Mukta

  • Table which stores SO36 details?

    Hi Friends,
    I want to know the table which stores the internet email address that is stored by user thru Tcode SO36.
    ( same can be maintained thru SBWP->Settings->Office settings->Automatic forwarding )
    Purpose: i want to know User Id - Vs - email addr entered. As some users have maintained email id of other's, causing confusion.
    Any info on this is highly appreciated.
    Regards,
    Simha

    Hi Mate,
    Its not a straight forward way we can zeroin on the details.
    I searched many tables ( i don't remember them )
    but do a search in forums with 'Tables involve in SO36' and you would get a thread which states many tables. just look into one by one.
    (I am not able to paste the link here)
    i even used one FM which gets the mail id stored for the given user id. i don't remember the fm name.
    Regards,
    Simha

  • Tables which stores PRT details of QM inspection plans

    Hello All,
    I would like to know the tables which store the details of the Production Resource Tool (PRT) which are assigned to an activity in a QM Inspection plan?

    hi,
    try these tables:
    AFFH PRT assignment data for the work order
    CRVD_A Link of PRT to Document
    CRVD_B Link of Document to PRT
    CRVE_A Assignment PRT data - equipment
    CRVE_B Assignment equipment - PRT data
    CRVM_A Link of PRT data to a material
    CRVS_A Relationship of PRT internal number to PRT external number
    CRVS_B Relationship of PRT external number to PRT internal number
    Customizing tables:
    TCF02 PRT categories
    TCF03 Texts for the production resources/tools category
    TCF04 Status of the PRT master
    TCF05 Language-dependent text table for PRT status
    TCF06 Field groups in the PRT master for reference
    TCF07 Language-dependent texts for field groups in PRT master
    TCF08 Assignment of PRT master fields to field groups
    TCF10 PRT control key
    TCF11 Language-dependent text table for PRT control keys
    TCF12 PRT group key
    TCF13 Language-dependent text table for PRT group keys
    I hope it helps
    arjun

Maybe you are looking for

  • Opening folders in the same tab???

    I'm fairly new to Macs and I have a question. I currently run OS 10.5.3. I know that for security reasons (i.e. not accidentally deleting something) that when you open folders in Finder that the default setting is to open each folder in a different w

  • Is this possible - I have 10hrs of video but each DVD only needs about 10min

    I did a 10 hour dance event and I need to make custom DVD's for each customer that usually only include 3 or 4 songs. Each DVD is different. I don't need the whole 10 hours. Will Encore lay down just the video I need or will I have to cut away all of

  • C# Webbrowser using VLCplugin to play online audio stream

    Hello all, I have been trying to get the VLC to play a audio stream from a URL address. I created a forms application and added a webbroswer from the toolbox. I can navigate no problem but if I goto a link like http://audio.wgbh.org/otherWaysToListen

  • Import a Zip Code Field Into Numbers

    I'm sure this has been asked before, but I've done a couple of searches and can't find the answer. I often need to import a list of addresses into a spreadsheet for cleaning up. In Excel, when I do this, I "open" a text file and get the "import wizar

  • Messages that I delete keep being re-downloaded. How do I make them go away for good?

    I just started using Thunderbird. No problem with downloading and installing the program, setting up my 2 email accounts to be viewed as a unified folder - all went well. Then messages were downloaded dating back more than a year. OK - I sifted throu