Table name for the transaction data

Hello Gurus,
    what is the table name for the transaction data which we have created through t.code PRO5. we are generating report for the total kms per vehicle type for a employee. these data in which tables can i get? the data related to trips ? 
thanks in advance
regds
ramachandra

Hi,
Pl use RPR_TRIP_HEADER_DATA programme for getting general trip data, which will have details about number of KM travelled by employee for each trip, amount to reimbursed to the employee etc.
Thanks,
Nandagopal C

Similar Messages

  • Table name for the transaction BNK_APP

    Hi,
              I want to know the table name for the fields like Batch pymt no , company code , batch currency used in structure BNK_STR_BATCH_REL_APPR .
    Thanks & Regards

    Can you share answered reply please for benifit of all
    Thanks

  • Regarding table name for SOST Transaction data

    Hi SAP Gurus,
    Can I please know the table where the data in Transaction SOST are stored.
    Please Help,
    Tahnks & Regards ,
    Pavan.

    Hi
    For that  try following code , may be it will help you
    TYPE-POOLS sosx.
    TYPES: BEGIN OF ty_itab,
    objtp TYPE soos-objtp,
    objyr TYPE soos-objyr,
    objno TYPE soos-objno,
    fortp TYPE soos-fortp,
    foryr TYPE soos-foryr,
    forno TYPE soos-forno,
    rectp TYPE soos-rectp,
    recyr TYPE soos-recyr,
    recno TYPE soos-recno,
    sndart TYPE soos-sndart,
    sndtp TYPE soos-sndtp,
    sndyr TYPE soos-sndyr,
    sndno TYPE soos-sndno,
    sndnam TYPE soos-sndnam,
    sndreq TYPE soos-sndreq,
    snddat TYPE soes-snddat,
    sndtim TYPE soes-sndtim,
    msgid TYPE soes-msgid,
    msgty TYPE soes-msgty,
    msgv1 TYPE soes-msgv1,
    msgv2 TYPE soes-msgv2,
    msgv3 TYPE soes-msgv3,
    msgv4 TYPE soes-msgv4,
    scomtp TYPE soes-scomtp,
    scomyr TYPE soes-scomyr,
    scomno TYPE soes-scomno,
    status TYPE soes-status,
    adrnr TYPE soes-adrnr,
    node TYPE soes-node,
    objdes TYPE sood-objdes,
    objsns TYPE sood-objsns,
    objlen TYPE sood-objlen,
    attlen TYPE sood-attlen,
    END OF ty_itab.
    DATA: itab TYPE STANDARD TABLE OF ty_itab INITIAL SIZE 0.
    DATA: status_ranges TYPE sosx_status_range,
          snd_date TYPE sxdatrngt,
          sender TYPE sxsenderrngt.
    DATA: stat LIKE LINE OF status_ranges,
          date TYPE sxdatrngl,
          send TYPE sxsenderrngl.
    stat-sign   = 'I'.
    stat-option ='BT'.
    stat-low  = '601'.
    stat-high = '699'.
    APPEND stat TO status_ranges.
    stat-low  = '801'.
    stat-high = '899'.
    APPEND stat TO status_ranges.
    date-sign   = 'I'.
    date-option ='BT'.
    date-low  = sy-datum - 5.
    date-high = sy-datum.
    APPEND date TO snd_date.
    SELECT fobjtp fobjyr fobjno ffortp
           fforyr fforno frectp frecyr
           frecno fsndart fsndtp fsndyr
           fsndno fsndnam fsndreq gsnddat
           gsndtim gmsgid gmsgty gmsgv1
           gmsgv2 gmsgv3 gmsgv4 gscomtp
           gscomyr gscomno gstatus gadrnr
           gnode hobjdes hobjsns hobjlen h~attlen
       FROM soos AS f JOIN soes AS g
         ON frectp = grectp
        AND frecyr = grecyr
        AND frecno = grecno
            JOIN sood AS h
         ON fobjtp = hobjtp
        AND fobjyr = hobjyr
        AND fobjno = hobjno
        INTO TABLE itab
        WHERE g~status IN status_ranges
        AND   g~snddat IN snd_date
        AND ( ( fsndnam IN sender AND ffornam = space ) OR f~fornam IN sender )
        AND g~msgty  NE 'X'.

  • Table name for the field FAEDT(net due date)

    hi every body,
    plz can any body tell me the table name for the field net due date(FAEDT).
    its very very urgent
    thanq.

    Hi mark chalfen,
    thanq very much ur reply.
    actually my client want to change the payment term for all the vendor invoices.so wt we did is... we created aprogram to change the old payment term to new payment term in the vendor line items(fbl1n).
    when we run the program its changing the payment term and the base line date and the NO of days in the vendor linitems.but it not changing the net due date based on the new baseline date.
    i think with out changing the net due date only changing the payment term is use less.coz the item again show as due in the same date.
    so how can we change the net due date based on the new baseline date.?from which table we can take the field FAED and update with the new date.
    plz advise me?
    thanq.

  • How to find table name for the fields from Standard Extractor in CRM system

    How to find table name of fields from the standard extractor in CRM system ?
    e.g. We use LBWE TCode in R/3 system to find table name for the field from Extractor VCSCL(e.g.).
    Likewise is there any way to find table name for the fields from Standard extractor like 0CRM_LEAD_I.

    Hi ,
    Please find the link below for understanding BW CRM analysis.
    http://help.sap.com/bp_biv135/html/bw.htm
    activate the CRM DSs by scenario:
    1) Activate the application component hierarchy (tcode RSA9). Changes made to the application component hierarchy in the CRM system can be transferred to the BW using the "Edit Application Component Hierarchy" (SBIW - Postprocessing of DataSources).
    SAP Note 434886 must be implemented in CRM 3.0 before the application component hierarchy is activated.
    2) Activate the Business Content DataSources (tcode RSA5).
    Select/enter the application component and choose Execute (F8).
    To compare the shipped and active versions, choose the 'Select Delta' pushbutton. If there is no active version of the DataSource, it is selected automatically.
    To activate the shipped version, choose the 'Transfer DataSources' pushbutton.
    3) Management of the versions of the BW-Adapter metadata (tcode BWA5). All DataSources are displayed that are managed by the BW Adapter.
    As in transaction RSA5 (Service API Metadata Activation), the 'Select Delta' function can be used to select the inactive DataSources or compare shipped and active versions.
    You can also go directly to the screen for maintaining DataSources that are managed by the BW Adapter.
    The 'Compare Version' function makes a detailed comparison of the shipped and active versions.
    All BW-Adapter metadata is considered when versions are compared:
    Header information (Table SMOXHEAD)
    Mapping information (Table SMOXRELP)
    Global selection conditions (Table SMOXGSEL)
    Attribute key fields (Table SMOXAFLD)
    Hope this helps.
    Regards,
    csm reddy

  • Table name for the AMOUNT field in header details of costomer invoice

    hi experts,
                    I need the table name for the field AMOUNT(wrbtr) which is in header details in fb70 tcode .I have checked many tables like bseg bsid,  there its showing the amount but at item level.

    Hi,
    the table behind structure INVFO is RBKP (Header level).
    For item level you have table RSEG.
    These tables refer to MM.
    Once the MM documents are completed and you post the corresponding invoice RBKP data goes to BKPF and RSEG data goes to  BSEG data.
    The relattion between MM(RBKP/RSEG) and FI(BKPF/BSEG) documents is in field BKPF-AWKEY. This field usually contains (RBKP-BELNRRBKP-GJAHR that is MM documentMM year).
    e.g. (BKPF-AWKEY = 51056024412009)
    Best regards.

  • Table name for the structure MEPO1211

    Hi Friends,
    I want to find out the the Purchase Orders created with USD currency.   This currency indicator is not available in the table EKPO.  On checking the PO, the currency field is in the strucure MEPO1211.
    Kindly let me know the table name where the PO with currency is stored or the table name for the structure MEPO1211.
    Thanks in advance.
    Regards,
    Mark K

    Hello Mark
    If the fields belong to the PO header then EKKO is the table you should look for.
    In case of item related data the table is EKPO.
    In any case structure MEPO1211 just belongs to screen 1211 in the PO application.
    Further Reading:
    [Purchase order item - cl_po_header_handle_mm|https://wiki.sdn.sap.com/wiki/display/ABAP/Purchaseorderitem-cl_po_header_handle_mm]
    Regards
      Uwe

  • Table name for a Master Data Object

    Could you advise on how I can determine the table name for a Master Data object.  It is an object that I created.  Thanks

    Hi Niten!
    It's enough to go in RSA1 to your object definition page in master data/text tab!
    Hope it helps!
    Bye,
    Roberto

  • Can anyone tell me the field name, table name for the following scenario?

    Hi All,
    Can anyone tell me the field name and the respective table name for the following scenario's?
    1. A report to list all the materials to which Invoice is done and delivery is pending.
    2. A report for Order tracking.
    3. A report, which gives PO(Purchase Order),  Pricing details.
    4. A report, which calculates the MATERIAL COST. It will select all the material issued for the entered service order number from  stock.
    Thanks & Regards,
    P.Gowrishanker
    Edited by: Gowrishanker pari on Jun 1, 2008 8:58 AM

    I believe that OmniVision Technologies has the contract for the 3gs.

  • Table name for the status Cstd

    Hi
    Need the table name for the sales order line item status Cstd
    Steps
    Go to the sales order line item
    go to the Tab status
    under that in processing status--> system status
    here Cstd is there but we are not able to find the table name for that
    Strecture is RV45A and field name is STTXT
    we are planing to restrict the PP order being released if the status is not Cstd
    PP order should release if the status in Sales order line item is Cstd
    Can you help to findout the table name foth above field
    Thanks
    Kameshwar Rao

    Hi
    Table name is VBUP and the method to check the  creation of Production order is BADI workorder_update
    I would rather prefer to have a COSTED status as a part of the incompletion Log in SD module so that you cant save a SO if SO is not costed... See if that is possible for you
    OR you can also change your Req Class settings to auto calculate SO cost estimate upon Saving SO
    br, Ajay M

  • I NEED THE TABLE NAME FOR THE  FIELD DESCRIPTION GIVEN!

    I NEED THE TABLE NAME FOR THE  FIELD DESCRIPTION GIVEN!
    Partner Type
    Partner Type Desc
    Partner no
    Partner Name
    Partner Address 1
    Partner Address 2
    Partner Address 3
    Partner Address 4

    Hi Jyotirmoy ,
                        You can get all partners and their type in table EDPP1, depending of the partner type you need to go to specific table for address and other details, like for partner type KU(customer) goto KNA1,etc for partner type LI(vendor) goto LFA1 etc for partner type B(bank) goto BNKA etc ....
    Sirish

  • Table name for the iexpense page

    Hi,
    I am trying to find the database table name for per-diem policy schedules data, in iexpense application.
    Is there a way to find the table name for these OA pages? Pl. let know.
    any suggestions will be helpful.
    Thanks
    Ram B.

    Hi,
    user560519 wrote:
    Is there a way to find the table name for these OA pages? Pl. let know. ---Open OAF page,left side bottom of the page u will see AboutThisPgae_ link.
    ---If it is not appear set profile FND:Diagnostics% to Yes
    ---Click on AboutThisPage u will se all components of the page.
    ---Search for vo and click on that u will get query or table of the page.
    Regards
    Meher Irk
    Edited by: Meher Irk on Nov 17, 2010 11:20 AM

  • Dependent master data for the Transaction data

    Hi,
    Wish u Happy New Year to All.
    I use to schedule daily some 250 master data.Then i will run transaction data.Because of this the system performance is effecting.I want to know, where i can find dependent master data objects for the particular transaction data?
    Thanks in Advance
    Regards,
    Siv

    Dear Siva
    In the Info Source Over View for the particular data target can shown dependent master data objects.
    Regards
    Saravanan.ar

  • Table name for the desc for marine pollutant HISubsMP in dangerous goods

    Hi All,
    I want the table name where the description of the marine pollutant gets stored in hazrd inducer substance.
    HISubsMP   CUST-100000000000262    (CONTAINS MARINE POLLUTANT)
    I want to fetch the 3rd descrition. in which table it is stored.?
    Thanks in advance
    Madhuri

    got by myself.

  • How-To Find the R/3 Table Name for a BW Data Source

    Hi there,
      Please advice how can I find the respective table name in R/3 for a particular BW DataSource ?
      P/S : I would like a technical how-to instead of referring the table names at HELP.SAP.COM
      For instance, for my Standard Business Content Info Cube 0CCA_C03(CO-OM-CCA: Statistical Key Figures) which extracts from BW Data Source: 0CO_OM_CCA_4
      My question is, how can I find out which specific tables in SAP R/3 is this Data Source pulling the data from ?

    Hi Dinesh,
       Data Source: 0CO_OM_CCA_4
       1) In my R/3, I ran SE16 : Table -> ROOSOURCE
       2) OLTPSOURCE -> 0CO_OM_CCA_4
       3) EXMETHOD = F1
         (Hence, I assume the Extraction Method is a Function Module)
       4) So, Function Module = BWOM_RS_GET_CTRSTA
       5) Run SE37 in R/3
          How do I find out the specific tables in this Function Module ?
          Would you please list them for me, so I can further refer to the individual tables ?

Maybe you are looking for