Which Table store Workflow ID and Corresponding trip No. for employee trip

Hi,
I need to find a table that store data for WorkID created from workflow with corresponding employee no. trip id
For example i am using a bapi "SAP_WAPI_WORKITEM_DESCRIPTION" in this i put workitem id as 920943 then output from text_line shows result like below as description text
PersonNo.: 00108062  Trip no.:
0000041233
Trip beginn.: 05/07/2010 00:00:00
Trip end: 06/07/2010 00:00:00
Reason:
Loc.:   brazil
Country: USA
Total costs: 5.00 USD.
I am not able to find where these information are stored.
Thanks And Regards
Ranjeet Singh

Hi,
This table hold the work item id. But my question is that is there any any link of this work item id to trip no and employee no. For FM "SAP_WAPI_WORKITEM_DESCRIPTION", When i enter work item id it will show output for lext_line as below
Plz execute this fm in se37 and enter existing workitem id and see the result on table text_line.
PersonNo.: 00108062  Trip no.:
0000041233
Trip beginn.: 05/07/2010 00:00:00
Trip end: 06/07/2010 00:00:00
Reason:
Loc.:   brazil
Country: USA
Total costs: 5.00 USD.
I just want to know from which database all these entries come together in this single text field.
Thanks And regards
Ranjeet Singh

Similar Messages

  • 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 tables store the domains and data types?

    Hi.
    From what I know, DD01L stores all the domains (both SAP and user-created) in the system. Is this understanding correct?
    As for data types, which table stores them?
    Thanks.

    Hi,
    All abap program stored in the TADIR table and TRDIR
    Z_reports are stored in the table REPOSRC
    TVDIR is the system table(view) maintained by sap.
    in this all Tables are stored.
    TVDIR is a repository of VIEWS.
    The domains are stored in DD01L
    The tables that are created are stored in DD02L
    Fields are stored in DD03L.
    Data Elements are stored in DD04L
    DD06L                          Pool/cluster structures
    DD07L                          R/3 DD: values for the domains
    DD08L                          R/3 DD: relationship definitions
    DD09L                          DD: Technical settings of tables

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

  • Which table stores field names and their description?

    When I go to se11; I can get information about a table; its field names and field description.
    How can I access same information using an ABP Program? I have a third party tool which connects to SAP; it can pull data from any SAP Table or view. I do not know which table or view stores information displayed in SE11.
    Thanks a lot.

    Hi zigzagdna,
    The field names and their description are strored in table DD03L and DD03T.
    SAP DDIC dictionary informations are generally store in DD* tables. You can search this kinds of DD* tables in SE11 using F4 search help.
    With Best Regards
    Julia

  • Fusion HCM Compensation: which table stores Individual Award and approvals?

    Hi - Not seeing any Fusion app forum so I'm asking for leads here about DB sources for Fusion HCM's Individual Award (IA) transaction to customize in OTBI. If there's a better forum to post, please advise. I looked at OBIEE and OBIA but this question is Comp domain rather than technology specific to those forums.
    We want to build ADF VO/VL objects for OTBI to report on IA transaction details. The seeded OTBI doesn't support this so we need customization. Would like to know the Fusion tables that hold IA transactions and the Approval Management Service (AMX) workflow for the IA so we could build ADF VO objects for them.
    We looked in OER and found the CMP_TRANSACTIONS table. It has focal transactions but we don't know if IA offcycle transactions are stored there or not. We could not find AMX tables in OER.
    Thanks in advance for your help.
    -Duc Nguyen
    Edited by: ducngu on Feb 8, 2013 12:22 PM

    Hi Oliver -
    Thanks so much for quick response. For Individual Awards, we use them for 1-off bonus and stock transaction that's outside of annual/bi-annual cyclical program. The manager will initiate the IA awards directly to the recipient but transaction still go through an approval chain before payout. Before Fusion HCM, there is Individual Compensation Distribution in EBS for these offcycle transactions.
    Could you ask where is Variable Compensation is stored between submission but before it's fully approved, i.e. pending workflow approval? Based on my understanding of R12 before Fusion, pay details would not go into pay element entries and entry values until it's fully approved.
    Similarly, if Human Workflow is used for Variable Compensation, which main table(s) is storing workflow header and workflow approval steps?
    Thanks in advance,
    -Duc

  • Which table stores page id and name?

    Hi,
    When we navigate through the portal pages, each page url will contain a unique id to identify itself: for example "page?_pageid=33,1,33_32417". Based on the page id parameter, from which database table can I retrieve the corresponding page name?

    portal30.WWPRO_PORTLET_METADATA_NLS$
    portal30.WWPRO_PORTLET_METADATA$
    portal30.WWPOB_PORTLET_INSTANCE$

  • Which tables store system messages and their decription?

    Thanks!!!!!!

    Hi Razer,
    it can be done in transaction SE91 - Message Maintenance.
    Messages allow you to communicate with the users from your programs. 
    They are mainly used when the user has made an invalid entry on a screen. 
    To send messages from a program, you must link it to a message class. 
    Each message class has an ID, and usually contains a whole set of message. Each message has a single line of text, and may contain placeholders for variables (e.g. & & & - three variables). 
    All messages are stored in table T100. 
    Once you have created a message, you can use it in the MESSAGE statement in a program. 
    use T100 table to check messages.
    hope this helps u a bit,
    all the best,
    regards,
    sampath
    mark helpful answers

  • Which table stores all development class and names of programs

    Hi All,
    can any one tell me which table stores all development classes and programs we made.

    thanks for the answer , i got info also.
    TADIR is also one table in which you can find out the prog names and dev class.
    check table for dev class is TDEVC.

  • Which table stores program names?

    Hi,
    Which table stores the program names.
    Suppose i have a program with name ZTEST.
    And the program ZTEST has 2 more include programs ZTEST_TOP and ZTEST_MAIN.
    Now the requirement is that i'll have the program name (Say ZTEST), I need to fectch the includes associated with e program.
    I wanna know which table stores this data(program and its corresponding includes).
    Thanks in adavance.
    Vishnu

    Hi,
    If you are using this for searching the includes of your z program/function group, you can filter out the objects starting with "Z","Y","LZ","LY".
    Regards
    Vinod

  • 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

  • What table stores delivery header and item texts?

    Hi Gurus,
    Which table stores header and item text of delivery? We use VBBP text object and provide test id, language to read the texts using function module 'READ_TEXT'.
    Can you please tell me which table store the texts?
    Best regards,
    Pavan

    >
    Pavan1 wrote:
    > Hi Gurus,
    >
    > Which table stores header and item text of delivery? We use VBBP text object and provide test id, language to read the texts using function module 'READ_TEXT'.
    >
    > Can you please tell me which table store the texts?
    >
    > Best regards,
    > Pavan
    This stores in text objects so you need to pass
    Here is simple thing to find what to pass to the read_text function module.
    Go to delivery - If you want to find header text - GOTO (on application menu) - Header -texts - Double click on the text where you enter text - GOTO (on application menu) - Header - This will give you a popup kind of screen where you can find the
    text name (if it is header - only delivery number and if it is item - deliverynumber + item number ) , lang, Text id, Text object
    This will give you the required parameters... .

  • 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 Condition Pricing Date

    Dear SDN experts,
    Would like you to tell me which table stores Condition Pricing Date field (Sale Order Item)?
    Thanks,
    Khanh

    Pass VBAK-KNUMV  to KONV-KNUMV and you will get the item pricing conditions.
    the condition pricing date is stored in field KONV-KDATU
    Edited by: ksd on Dec 10, 2009 12:33 PM

  • Which table stores pack_slip_number

    Hi all...
    which table stores pack_slip_number ?
    Thanks ..

    I think you are looking for the batch that released all the pick slips.
    It is stored in wsh_picking_batches (batch_id and batch_name).
    Batch_name is equal to the move order number in mtl_txn_request_headers.
    Header_id is equal to the mtl_txn_request_lines.
    line_id in mtl_txn_request_lines is move_order_line_id in mtl_material_transactions where your pick_slip_number is there.
    Thanks
    Nagamohan

Maybe you are looking for

  • Personal file sharing via a cable modem and AEBS

    At home, my Internet access is provided by a Comcast cable modem. It used DHCP; however, the address I get assigned rarely changes. What I want to do is use my G5 and an external disk to back up files from my MBP while I travel. I have a new AirPort

  • FIOS update

    When did FIOS do their update? I wondering if that is what caused me to lose the audio on my VCR when recording with my TV turned off unless I unplug my HDMI cable from my STB and my HDTV.

  • Need help on fingerprint recognition project

    Hi, I'm actually workin' on a fingerprint image recognition project including database search (this project is dedicated for enterprise use: Employee log files, hours worked,etc...) and I have to concieve the recognition function ,( I've already wrot

  • Photo and email

    How do I attach a photo to a e-mail?

  • Random Audio Beeps on W530

    Hey guys, So I just got a W530 and I've been having random beeps from it. Every now and again, the computer will make a beep from both speakers or through the headphone port. It kinda sounds like a BIOS beep, but I'm not completely sure if it is the