In Which Table Program codes are Stored

Hi Gurus,
I would like to know in which table the Program/Report Codes are stored.
I have read the code for a Particular Program and I have to execute dynamically based of conditions.
Please, Could anyone throw some lights....
Regards,
Anbalagan.V

Hi!
You can read source code with 'read report' and you can call programs with 'submit report'. Have a look at the documentation of the ABAP statements for details of the syntax.
Regards,
Christian

Similar Messages

  • In which table,taxcode values are stored?

    Hi,
    Can anyone say in which tables and fields, tax codes values are stored.
    Values which are maintained in tcode FTXP.
    regards,
    sathya

    Hi,
    Education cess at PO level is not stored directly into any table, instead it is calculate at runtime using function module "PRICING" with calculation type "B".
    Edu. Cess for Invoice are stored in table BSET table. You can identify the record passing condition type (KSCHL).
    Manul excise condition goes to table KONV linked with EKKO-KNUMV field.

  • 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.

  • In E-Business Tax - In which table the tax codes are stored?

    Hi All,
    I am new to Financials. I have a requirement in which I need to list all the TAX CODES pertaining to AP and AR. Kindly let me know in which table the tax codes are stored in E-Business Tax module. Also let me know how the tax is associated with the AP and AR modules. Is there any column in the table to identify whether the tax is for AP or AR?
    Regards,
    Ahmed.

    Hello Ahmed.
    I was not aware that you were talking about R12. The information i gave you concerns 11.5.10.2. Anyway, i checked the ETRM's for R12 and checked that the tables also exist in rel 12. This is an excerpt from R12 ETRM:
    TABLE: AP.AP_TAX_CODES_ALL
    Object Details
    Object Name: AP_TAX_CODES_ALL
    Object Type: TABLE
    Owner: AP
    FND Design Data: SQLAP.AP_TAX_CODES_ALL
    Subobject Name:
    Status: VALID
    AP_TAX_CODES_ALL contains information about the tax codes
    you define. You need one row for each tax code you
    want to use when entering invoices. When you enter
    invoices, you can use a list of values to select a tax code
    defined in this table. Your Oracle Payables
    application also uses TAX_RATE to calculate use tax
    when you enter a taxable amount for an invoice.
    This table corresponds to the Tax Codes window.
    Now you say that you cannot find the information into the tables. Are you working on a production instance. Are you sure that the taxes have already been defined?
    Octavio

  • In which table these Applicant  details stored

    Hi,
    In which table these Applicant  details stored
    1) No. of applicants received 
    2) No. of applicant attend the test
    3) No. of applicant attend the Face to Face interview
    5) No. of applicant offered
    6) No. of applicant rejected.
    So that I can write a program and view the report.
    Regards,
    Surjith

    hi you can see the all  the above you asked you can see in the table pb4000,pb4001,pb4002,pb4003
    relating to applicants
    bye
    naveen

  • In which table Item quantity is stored

    Hi Gurus,
    In which table Item Quantity in the CRMD_ORDER Transaction is stored .
    What is the transaction for pricing conditions.In which tables pricing details are maintained.
    Please give me the reply as early as possible.
    Thanks,
    Saritha

    Saritha,
            This itself it your item quantity. check for one of your order. first get header guid from CRMD_ORDERADM_H from order number, then go to CRMD_ORDERADM_I and get item guid providing header guid. take this item guid and go to table CRMD_SCHEDLIN and provide that item guid and it gives you item quantity which itself is schedule line quantity.
    Alternatively you can use CRM_ORDER_READ function module as well to get details of item.
    let me know if there are any issues
    Siva
    Message was edited by:
            Siva Velama

  • In which table ASN No is stored

    Hi Folks,
                  I have created a ASN for one of PO.In which table ASN no is stored and how we can find ASN No related to that PO.
    Thanks in advance.

    Check table /1OM/DELVDLI3020. The PO Number is stored in field REFORDID.
    With the order id you will find the order header in /1OM/DELV1HDR020.
    ASN number is in table /1OM/DELV7MP2020/ field ordno.
    You can easily join the table(s) with the quick viewer!
    Regards
    Martin
    Edited by: Martin Renardy on Oct 20, 2011 3:22 PM
    Edited by: Martin Renardy on Oct 20, 2011 3:29 PM

  • Ship to party in VA01  in which table ship to party stored

    hi all
    please tell
    ship to party in VA01
    in which table ship to party stored while creating sales document by va01

    Yogesh,
    VBPA table holds the partners list of a Sales order. Use SH and sales order number to get ship to party.
    <REMOVED BY MODERATOR>
    Regards,
    Kiran Bobbala
    Edited by: Alvaro Tejada Galindo on May 23, 2008 6:38 PM

  • 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

  • Tables in which class and Characters are stored

    Hi all,
    Can any one tell me in which tables class and Characters are stored
    With Rgds
    vinod

    Characteristics :
    CABN Characteristics ( o.a. batch/vendor)
    CABNT Characteristics description
    CAWN Characteristics ( o.a. material)
    CAWNT Characteristics description
    AUSP Characteristic Values
    Class types and objects :TCLAO Several class types for object
    TCLA Class types ( vb. lfa1 => v10 en 010)
    TCLAT Class type text
    TCLT Classifiable objects
    TCLC Classification status
    regards,
    indranil

  • In Which Database Table the Messages are Stored in XI

    Folks,
    When we run SXMB_MONI, Which table it access ? please let me know .
    Manish

    Hi
    Here is how I did it after long debugging sessions.. you can pass MessageID and get the payload back as binary, here I download it for test purpose.. btw you have to change your client number.. and FYI, this code is draft version so there might be some unnecessary codes you might have to clean up..
    REPORT  Z_READ_MESSAGES.
    TYPES: BEGIN OF ts_resource,
             resource TYPE REF TO if_xms_resource,
             name     TYPE string,
             ref      TYPE string,
             kind     TYPE char1,
           END OF ts_resource.
    DATA: persist             TYPE REF TO cl_xms_persist,
          g_message           TYPE REF TO if_xms_message,
          l_pro_s             TYPE sxms_pro_s,
          l_pro_t             TYPE REF TO sxms_pro_t,
          l_manifest          TYPE REF TO cl_xms_msghdr30_manifest,
          super_xstring       TYPE xstring,
          super_string        TYPE string,
          gt_raw_lines        TYPE sxmsraw512lines,
          binary,
          l_mf_s              TYPE sxms_mf_s,
          l_mf_t              TYPE sxms_mf_t,
          gv_length           TYPE int4,
          l_resource          TYPE REF TO if_xms_resource,
          lt_resource         TYPE TABLE OF ts_resource,
          ls_resource         TYPE ts_resource.
    FIELD-SYMBOLS:  <fs1> TYPE sxms_pro_t.
    CREATE OBJECT persist.
    CALL METHOD persist->read_msg_pub
      call method persist->read_persist_tab_version 590C75F0F50611DC81E000110A31811B
        EXPORTING
           im_msgguid  = 'F7E02E28752CBA4B889B9C00AC306CD3'
           im_pid      = 'CENTRAL'
           im_version  = '000'
           im_client   = '001'
         IMPORTING
           ex_message  = g_message.
    l_pro_t = g_message->getbodies( ).
    ASSIGN l_pro_t->* TO <fs1>.
    LOOP AT <fs1> INTO l_pro_s.
      IF l_pro_s-lcname = cl_xms_manifest=>lcname.
        l_manifest ?= l_pro_s-prop.
        l_mf_t = l_manifest->get_payload_refs( ).
        REFRESH lt_resource.
        LOOP AT l_mf_t INTO l_mf_s.
          CLEAR ls_resource.
          l_resource = g_message->getattachmentbyname( l_mf_s-href ).
          IF NOT l_resource IS INITIAL.
            ls_resource-resource = l_resource.
            ls_resource-name = l_mf_s-name.
            ls_resource-ref = l_mf_s-href.
            ls_resource-kind = l_resource->getkind( ).
            super_xstring = l_resource->GETbinarydATA( ).
            APPEND ls_resource TO lt_resource.
          ENDIF.
        endloop.
      endif.
    endloop.
    *xmbph = cl_xms_profile=>getinstance(
                             name = cl_xms_profile=>profile_name_xmb ).
    *TRY.
       extmessage = xmbph->serialize( intmessage = g_message ).
    CATCH cx_xms_exception .
    CATCH cx_xms_system_error .
    *ENDTRY.
    *TRY.
       super_xstring = extmessage->WRITETO( ).
    CATCH cx_xms_exception .
    *ENDTRY.
    binary = 'X'.
    PERFORM display_xml.
    CLEAR: binary.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        bin_filesize  = gv_length
        filename      = 'c:\a.xml'
        filetype      = 'BIN'
      TABLES
        data_tab      = gt_raw_lines
      EXCEPTIONS
        invalid_type  = 03
        no_batch      = 04
        unknown_error = 05
        OTHERS        = 99.
    *&      Form  display_xml
          text
    -->  p1        text
    <--  p2        text
    FORM display_xml .
      DATA: str_l               TYPE i,
            lv_len              TYPE i,
            lv_offset           TYPE i,
            lv_len_tmp          TYPE i,
            ls_raw_line(512)    TYPE x,
            gv_type(50)         TYPE c,
            l_xstring           TYPE xstring.
    constants
      CONSTANTS: true           TYPE boolean VALUE 'X',
                 false          TYPE boolean VALUE ' '.
      IF STRLEN( super_string ) = 0 AND XSTRLEN( super_xstring ) = 0.
        EXIT.
      ENDIF.
    Conversion only if the output is to be displayed in the HTML-Viewer
    additional actions for non binary sources
      IF binary  = false.
    convert string to xstring
        CALL METHOD cl_xms_main=>convert_string_to_xstring
          EXPORTING
            im_string          = super_string
            im_encoding        = 'UTF-8'
           im_endian          = im_endian
           im_replacement     = im_replacement
           im_ignore_conv_err = im_ignore_conv_err
          IMPORTING
            ex_xstring         = super_xstring
            ex_length          = gv_length.
        gv_type = 'application'.
      ELSE.
        gv_length = XSTRLEN( super_xstring ).
      ENDIF.
      lv_len     = gv_length.
      lv_offset  = 0.
      lv_len_tmp = lv_len.
    break string into lines of 512 bytes
      IF lv_len_tmp > 512.
        DO.
          ls_raw_line  = super_xstring+lv_offset(512).
          APPEND ls_raw_line TO gt_raw_lines.
          lv_offset = lv_offset + 512.
          lv_len_tmp = lv_len_tmp - 512.
          IF lv_len_tmp < 512.
            EXIT.
          ENDIF.
        ENDDO.
      ENDIF.
      IF lv_len_tmp > 0.
        ls_raw_line  = super_xstring+lv_offset(lv_len_tmp).
        APPEND ls_raw_line TO gt_raw_lines.
      ENDIF.
      CLEAR: super_string, super_xstring.
    ENDFORM.                    " display_xml

  • In which table the production quantity stored after confirmation

    Dear all,
                   When the production order is confirmed through co11n,then where the
    order quantity get stored in which table so I could suggest my ABAPER to create the report in which these production quantity gets displayed.
    Regards
    deepak sharma

    Dear Mr.Deepak Sharma,
    There's direct T code in SAP COOIS.
    First check with this T code,whether your requirement is getting fulfilled.
    If not go for a report generation using the tables.
    The following are the tables related to your question
    AFKO              Order Header
    AFPO               Order Item Detail
    AFVC               Order Operations Detail
    AFFL                Order Sequence Details
    AFRU               Order Completion Confirmations
    Reward points if useful.
    Regards
    Mangal

  • Purchase Requisition number : In which table the currency field stored?

    When we raise a Purchase requisition nr : t codes ME53N / ME21N
    the PR nr, item nr, PR doc type, PR group, plant etc are stored in EBAN table.
    PR amount can be calculated based on MENGE * PREIS / PEINH from the table EBAN.
    Where will be the PR amount currencies like 'EUR' or 'GBP' stored?
    How can we relate those Table with EBAN?
    Please let me know the exact TABLE for this.

    hi kpreddy
    before going to raise purchage order u must give the purchage requisition plan
    why we r going to purchage the material??? so many things to approve to purchage a material
    menge - purchage order quntity
          preis -
    that currencies depend upon the country wise purchage order..........

  • Which table tag number is stored after running post mass additions in FA

    Hi,
    could any one tell me, in which table tag number is get stored after running the post mass additions program in FA (R12).

    Hi,
    It will be stored in fa_additions_b.
    Thanks,
    Vinod

  • Tables where Requirements are stored

    Hi all,
    I am implementing GRC AC 5.3 and I need to know which is the table where all user´s requirements to Access Enforcer (CUP) and Firefighter are stored, in order to create an interface with another management requirements system.
    Thanks in advance,
    Leandro

    Hi Lsurueta,
    GRC introduced "Data Mart(DM)" functionality in AC 5.3 from SP09 onwards.
    DM tables contains CUP & RAR table information. One of the DM table of CUP is "GRC_DM_AE_RQDWPHST" which contains "Request Workflow Details".
    Details of this table and some other tables on "Request Details" are listed in the attachment "AC_5_3_Datamart.pdf" listed in the Note # 1369045.
    Hope this provides the information you are looking for.
    Best Regards,
    Sirish Gullapalli.

Maybe you are looking for

  • Accepting monthly payments CC input?

    Hi guys, I want to accept subscription payments that will be automatically charged once a month on the customer's credit card. I want to create my own cc entry form on an https web page, have it processed in the background, sent back to me with autho

  • Need SAP not to clear off the payment in LockBox processing

    HI, In the case of the lockbox processing, we want that the system doews not clear off the invoice in case there is payment difference. We want to take dicision on those payments manually. Regards, MCA

  • Battery charging by usb port on PC and adapter which is better

    Please help me Battery charging by usb port on PC and adapter (enclosed with IPHONE box )which is better? Regards

  • Regarding the connection pool Error

    Hi All, I am using weblogic10.3. While starting the server we are able to see the below exceptions in the logs which was causing the server to failed state ,even we resume the server,the server will come to running state but the instance will not be

  • Latch not closing

    The latch on my 15" aluminum PowerBook is no longer closing. It barely catches, and because of the back pressure from the hinge, it pops open almost immediately. I've taken a careful look from the front and the side and it looks as if the latch itsel