Table which stores approver data.

hello,
which table stores the approver data. i mean the part where you have the node id, agent name, state in the transaction bbp_pd?
thx in advance

Hi
In BBP_PD, in the approver tab, you would see workitem details and approver agent. These details are determined dynamically by the system and do not get stored in any tables. You can try for some FM like RH_WI_AGENTS_GET to fetch the agents using workflow task id.
Regards,
Sanjeev

Similar Messages

  • Hi Guru Can we Delete transparent table which store Temperaroy data.

    Hi Guru,
    Can any tell me i want to delete data from transparant table which store temperaroy data in table ARFCSDATA (ARFC Call Data (Callers) ) and ARFCSSTATE (Description of ARFC Call Status (Send)) from production server.
    Basically it stores Temp data. Any effect in production server.
    Can we delete or no . Please help me out .
    Points will rewarded.
    Thanks
    Jagnesh

    Hi,
        Try doing by using the transaction SM58. Give the date parameter and user name parameter as space. and execute it. this gives the list of errors occurred and will be equivalent to the number of entries in the table mentioned. you can select the one you want to delete and click on delete icon.
    Rewards points if it is helpful.
    Thanks,
    Prasanna

  • 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

  • How to find table that store real data for field 'BETRG' ?

    1) datasource  0HR_PY_1 include field 'BETRG' in R/3 source system; extract structure HRMS_BIW_PY1 for datasource 0HR_PY_1, however structure is not used for stroing data. Question: how can we find table which store real data for the field  'BETRG'?
    2) If I want to add one type call department leader type which already defined in one enhanced HR table, to calculate the total amount using field 'BETRG'  according to department leader type. Should I enhance datasource  0HR_PY_1 by adding department leader type or create new view based on enhanced HR table and another table that include 'BETRG' data, also create new datasource based on this view later on?
    Thanks!

    Hi,
    Check this for Payroll Data (Transaction Data) 0HR_PY_1
    http://help.sap.com/saphelp_nw70/helpdata/EN/a5/94e8288eec11d4b2fb00010220c65f/frameset.htm
    The extractor for payroll results reads data from payroll cluster PCL2, not from standard tables.
    thanks,
    JituK

  • 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

  • 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

  • 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

  • How to create a table which contains relational data and Document data

    hai all
    i need to create a table which contains relational data(i mean coulumns whose data types are type NUMBER,VARCHAR) and documents(like xml file/html file/image)using iFS.
    when i store the document data(xml data/html data) in the iFS ,it will be stored as Document Object.so how do i relate this document object belongs to a particular row in a table.
    do guide me
    thanks

    Please see reply at http://technet.oracle.com:89/ubb/Forum36/HTML/000778.html

  • Table which Stores Program, and its source code

    Dear All,
    Can you please let me know the tables which stores program names,its variant, soruce code and related information.
    Appreciate your early help

    Hi,
    check this FM : SVRS_GET_REPS_FROM_OBJECT. you can get all the information about programs.
    code sample
    DATA :repos_tab_old      LIKE     abaptxt255 OCCURS 0 WITH HEADER LINE,
           trdir_tab_old      LIKE     trdir OCCURS 0 WITH HEADER LINE.
    DATA : object_name     LIKE     vrsd-objname,
           object_type     LIKE     vrsd-objtype,
           versno            LIKE     vrsd-versno,
           destination     LIKE     rfcdes-rfcdest.
           CALL FUNCTION 'SVRS_GET_REPS_FROM_OBJECT'
              EXPORTING
                object_name       = object_name
                object_type       = object_type
                versno            = versno
        DESTINATION       = ' '
              TABLES
                repos_tab         = repos_tab_old
                trdir_tab         = trdir_tab_old
             EXCEPTIONS
               no_version        = 1
               OTHERS            = 2
            IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
            ENDIF.
    Laxman

  • 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

  • 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

  • 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 Variables information

    Hi Gurus,
    I want to know how to find the vaiables information ???
    where can i find the complete information of the Variables of Bex reports . there must be tables which stores complete info.. right
    kindly help me in this regard
    Regards
    AK

    Hi,
    Below is the table whcih stores variables.
    V_RSZGLOBV
    Other tables for your refrence.
    RSZELTDIR
    Directory of the reporting component elements
    RSZELTTXT
    Texts of reporting component elements
    RSZELTXREF
    Directory of query element references
    RSRREPDIR
    Directory of all reports (Query GENUNIID)
    RSZCOMPDIR
    Directory of reporting components
    Assign points if it helps.
    Cheers,
    Malli.

  • Any table which store tabels information..?

    hi experts,
    is there any table in dd which store all information about tables(kna1,vbak etc.) in sap like tstc which store t-codes
    thanks
    vikas

    Hi,
    DD02L.This is the table which stores all tables.
    Reward if useful.
    Regards,
    Swetha.

Maybe you are looking for

  • Creative live! Cam video im pro

    ok first of all my mic isnt working it will work with the creative program not aim or any other website like stickam also i am only getting 4 frames per second

  • Zen V vs. USB P

    my computer keeps saying that the Zen V isn't hooked up to it but it is. The batterie's charging and it's really low, could that be it's or could it be because the USB Port isn't high speed like the cord that is linking the two is?

  • HT4059 I lived in Hong Kong. I have Hong Kong iTunes account. But now I want to buy apps in us apps store. How can I do?

    Dear sir, I lived in Hong Kong. I have Hong Kong iTunes account. But now I want to buy apps in us apps store. How can I do? Thanks

  • External library inside Air native extension for android

    Hello everyone, First, I've been looking throught this topics - http://stackoverflow.com/questions/7732742/air-3-native-extensions-for-android-can-i-how-t o-include-3rd-party-libraries - http://stackoverflow.com/questions/24626380/how-to-include-addi

  • Iphones and user identity certs

    successful in implementing client based authentication with the iPhone and Exchange 2003 (or 2007 for that matter)? Our current implementation requires Windows Mobile devices to obtain a client certificate on the users behalf and then upload it to th