Hi WORK ACTIVITY DETAILS

hI
i HAVE ONE TABLE WF_ITEM_ACTIVITY_STATUSES_H THIS IS stores the history of the
WF_ITEM_ACTIVITY_STATUSES table.BUT IN THIS I CHECK NOT ALL AVILABLE ACTIVITY STATUSES HISTORY ONLY SOME DATA IS AVILABLE,I CHECKED SO MANY ITEM KEYS IN THIS TABLE NOT AVAILABLE ,
PLEASE LET ME KNOW ANY ONE WHICH TYPE OF ITEM KEYS ONLY STORE THIS TABLE FOR BACK UP
THANK'S

Reddy,
Does Purge Obsolete Workflow Runtime Data is running in our instance?
thanks,
baskar.l

Similar Messages

  • How to get work item details programatically ?

    Hi All,
    I have a list of work items (process instances) and I want to retrieve each item details such as: attachments, notes, id, ...
    All the items are filtered and represented as Fuego.Papi.Instance:
    Fuego.Papi.Instance[] inst = busProcess.getInstancesByFilter(filter : instFilter);
    But the work item details are inherited from Fuego.Lib.ProcessInstance. So, how to get the item details from inst[] ?
    Would appreciate any help, may be Dan will have an advise ?
    Regards,
    Kim

    If you have instances returned by your filter, you could extract variable information for each instance by doing something like this:
    for each inst in getInstancesByFilter(ps, filter : instF) do
        // here's how to get the value inside a primitive instance variable
        orderAmtObj as Object = getVar(inst, var : "orderAmount")
        // here's how to get the value of attributes inside a complex BPM Object instance variable
        //    - in this case this is an "order" object with two attributes (customerName and amount)
        orderObj as Object = (getVar(inst, var : "order"))
        xmlObject = Fuego.Xml.XMLObject(createXmlTextFor(DynamicXml, object : orderObj, topLevelTag : "xsi"))
        logMessage "The value of the order object's customer name is: " +
               selectString(xmlObject, xpath : "customerName")
        logMessage "The value of the order object's order amount is: " +
               selectNumber(xmlObject, xpath : "amount")
        // here's a rather uninspired way to retrieve who the participant is that was assigned the instance
        logMessage "The participant assigned to this instance is: " + inst.participantId
    endInside the above "for" loop, you could retrieve these predefined variables (this example assumes you use "inst" in your "for" loop):
        objRet as Any
        objRet = inst.getVar(var : "PREDEFINE_ACTIVITY")
        logMessage "Activity name = " + objRet using severity = DEBUGSubstitute "PREDEFINE_ACTIVITY" in the above logic to get this information:
    PREDEFINE_PRIORITY (priority)
    PREDEFINE_ACTIVITY_DEADLINE (activity.deadline)
    PREDEFINE_CREATION_TIME (creation.time)
    PREDEFINE_PROCESS_DEADLINE (deadline)
    PREDEFINE_DESCRIPTION (description)
    PREDEFINE_PROCESS (process)
    PREDEFINE_RECEIVED_TIME (receptionTime)
    PREDEFINE_PARTICIPANT (participant)
    PREDEFINE_COPY (id.copy)
    PREDEFINE_STATUS (status)
    Similarly, you might want to try to get instance information using the Fuego.Papi.VarDefinition object a try. Never used it, but the logic might be as simple as:
        logMessage "who created? = " + inst.getVar(Fuego.Papi.VarDefinition.CREATOR_ID) using severity = DEBUG
        logMessage "does it have attachments? = " + inst.getVar(Fuego.Papi.VarDefinition.HAS_ATTACHMENTS) using severity = DEBUG   
        logMessage "does it have notes? = " + inst.getVar(Fuego.Papi.VarDefinition.hasnotes) using severity = DEBUGDan

  • Change Maintenance Work Order Detail Report in Print WO page

    Hello,
    I would like to ask you for your help. We would like to have different report in Print WO function than Maintenance Work Order Detail Report. I mean SSM responsibility > Search for WOs > click Print WO icon. We applied patch #9871500 (I found it there: Templates associated to datadefinitions other than 'EAMWRREP' are not shown in the Work Order Detail report in EAM [ID 1209703.1]). I did personalizations steps - I defined new data definition (for example TEST) and report with data definition TEST is shown in the option on Print WO page now... But how should I it define to have correct result? What should be defined in Executable, Concurrent Program, Data Definition and Data Template? I have RDF and RTF files for this report. We are using different SQL than it is used in the original report. How could be used our SQL defined in RDF?
    Thanks, Regards,
    Jitka

    Hi,
      1) You can choose to select and Print shop paper when you need.No enhancement is required.
    2) There is not an option in standard to say Print/Not print Long text . You will have to replace the standard form with a custom form and build the logic to print /Not Print long text based on your rules.
    Regards
    Narasimhan

  • EAM Maintenance Work Order Detail Report

    Hello All,
    I have a requirement to add new fields to the Maintenance Work Order Detail Report which is run from the web page. This report's RTF template works based on the fields which are defined in the seeded data definition. This seeded data defintion has an seeded XSD file with the fields in it. By the RTF template I got the standarad concurrent program name as Maintenance Work Order Detail Report.
    I assumed the following process to happen when the Run button on the EAM work order page is clicked.
    1. Concurrent program Maintenance Work Order Detail Report is submitted
    Executable: PL/SQL Package EAM_WOREP_PUB.Work_Order_CP
    Seeded Data Definition: Work Order Details -- This DD has a seeded XSD file EAMWOREPORT.xsd
    2. So the RTF template based on the pl/sql package and the XSD file generates the report and displays.
    Please correct if my assumptions are wrong.
    I want to add new fields to this report. So I have customized the pl/sql package, modified the code with new fields and created a custom data defintion with a new XSD file with the new fields added in it. Also created a new template linked to new data defintion. After doing all this I am not able to see the new fields on the report generated they come as NULL.
    My question is Is it feasible to add new fields to this Maintenance Work Order Detail Report or we can use only the fields which the seeded one gives?
    Version: R12.1.2
    I tried and tried but couldn't find a solution to it. If anyone has faced the same issue please let me know.
    Thank You!!

    IW47 should give you the required information.
    Regards
    Narasimhan

  • Error while configuring work repository details in topology Manager

    Hi,
    Could anyone pls advice, is it possible creating more than one Master repository connection for the same instance.
    When i try to do so, am getting the below error while configuring the work repository details in topology manager.
    “A work repository already exists for this connection.
    Enter the repository password to declare it in your Master Repository”
    I tried with both the new master and work repository password. But no luck.
    Previous Master & work details:
    Master: PCS_MASTER
    Work:PCS_WORKREP
    New Details
    Master: PCS_MASTER_INT
    Work:PCS_WORKREP_INT
    Instance: PCBID
    Am trying to create new master repository for PCS_MASTER_INT.

    In the same oracle schema you can have only 1 master and 1 work repository. Usually they take 2 schema (1 for each).
    If you need 2 master repository you have to use 2 different jdbc path. I'm using a db with several master / work, each repo has got its schema..

  • In which table in CRM can i find data in business activity details?

    Hi
    In which table in CRM can i find data entered in business activity details in opportunity transaction.
    Please advice .
    Thanks,
    Vaishnavi

    found the table name CRMD_Activity_H

  • PM Work Orders Details based on  Equipment number

    Hi Friends
    I need some help on finding BAPI or FM for
    Plant Maintenance <u>Work Orders list </u><b>AND</b> <u>Work Orders Details </u>based on  Equipment Number [ if i proved  the Equipment Number as input result is  Work Orders Details of  Equipment no ] any doc....
    Thanks in advance ,
    Regards
    Ram

    Hi,
    I think you can get from AFIH Table.
    Regards,
    Satish

  • Read Routing and work center details from transfer order

    Hello
    I am using transaction LT31 to print a form for the transfer order.
    The customer wants me to print a field that is in the work center details of the routing for this material and plant.
    I can see this data with transaction CA02 where i enter material and plant,and then the work centers are beeing displayed.From here i can double click on the work center and see the field Supply area that i have to print.
    My answer now is,how to read details on the work center starting from my transfer order number.Which is the table connection between transfer order table LTAK and the tables where i can find the work center details.
    Thank you

    I have found the solution:
    ltak-tanum = mseg-tbnum
    read aufnr from mseg and go to afko
    mseg-aufnr = afko-aufnr
    read plnnr from afko and go to plpo
    afko-plnnr = plpo-plnnr
    from plpo read arbid and go to crhd
    plpo-arbid = crhd-objid
    from here,we can find the arbpl and the field that i was looking for PRVBE

  • How to make a Button to work Actively even if there is a mandatory field..?

    Hi All..
    How to make a Button to work Actively even if there is a mandatory field to be fulfilled..???
    I am badly in need of this logic, as i have to incorporate in my code..
    Points will be rewarded without fail..

    Hi Pavan,
    I also faced the same requirement. U can do one thing like remove the obligatory keyword of that parameter/select-option. U can handle the same using the program in at selection-screen event. See this sample of code,
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-001.
    SELECT-OPTIONS:  s_land1 for T005-LAND1 <b>[Needs to be mandatory]</b>                 no intervals no-extension.
    SELECT-OPTIONS:  s_panid FOR zoindex_val-zopanid.
    SELECT-OPTIONS:  s_effdat FOR zoexchrate-zedate.
    SELECTION-SCREEN END OF BLOCK b2.
    *-- AT SELECTION-SCREEN
    AT SELECTION-SCREEN.
      CASE sscrfields-ucomm.
    *-- Obligatory Country Code
      IF s_land1[] IS INITIAL.
        MESSAGE e050 WITH text-050.
                     "Please select the Country Code
      ENDIF.
    So whenever u do F8/Enter other than that push button, it will prompt u to enter the country code first then only u can proceed.
    Hope this would help u in some way. Please do reward the helpful answers.

  • Business Activity details in Opportunity transaction in CRM table.

    Hi
    In which table in CRM can i find data entered in business activity details in opportunity transaction.
    Please advice .
    Thanks,
    Vaishnavi

    look at tables CRMD_OPPORT_H and CRMD_ACTIVITY_H.
    regards.

  • ICR: how do assignments work in detail?

    Dear all,
    maybe somebody can help on how the setup of ICR assignment rules works in detail:
    1. question on customized rules:
    We have a couple of rules in place, but rules being more complicated than just one condition or a combination of "="-conditions of fields always populated sometimes produce unexpected results.
    E.g. it seems that condition "orgunit field X = partner field X" is false for empty fields as long as this is the only condition in a rule, but becomes true for empty fields as soon as there is a 2nd condition (since support package 60306, before implementing it this condition apparently was always false for empty records).
    And it seems that condition "orgunit field X = partner field Y" (with Y <> X and not being the only condition) is false when comparing records in different companies, but gets true when comparing records within the same company.
    Furthermore it seems that the behaviour of conditions with operator <> has also changed since support package 60306.
    Is there any documentation of the ICR assigment logic which is such detailed? The one in OSS note 1164059 is not.
    2. question on rules implemented in BAdi FB_RC_ASSIGNMENT:
    Can anyone provide an example implemetation assigning records?
    Thanks a lot in advance!
    Best regards,
    Claus

    Hello Claus,
    Re #1: I think it would be helpful if you could provide an example. Basically matches on initial values only are ignored (otherwise all documents where no reference number is posted will be assigned to each other - which would not make any sense). But if your rule has more than one condition and the other fields are not initial and are a match then the assignment is made.
    Re #2: If you want to create assignments you simply have to move the corresponding data records from CT_ORGUNIT_UNASSIGN and CT_PARTNER_UNASSIGN to CT_ASSIGN_DIFF or CT_ASSIGN_NODIFF. Also, you have to populate the field GRREF (hint: look at the call of FM NUMBER_GET_NEXT in LFBRC_CENTRAL_FUNCSF05).
    Best regards,
    Ralph

  • Ordinal date columns in the activity details area  ?

    Is it possible to add ordinal date columns in the activity details area of Priamvera P6?

    It is possible - I just have to do it, I will let you know after I do it how it goes...

  • Prod Order Work Centre Details

    Hi,
          Please let me know in which table we will get  production
    order wise routing and work centre details
    Regards
    Prakash B.

    Hi Prakash,
    Before cretaing Zreport, please check with std report COOIS. i think it will fulfill your requirement.
    Selection criteria is
    list= oprations
    Profile =standatd profile
    Prod order box = select.
    Give ur production order list & plant then excute. inside trhe report u can change the layout as u need
    i doknow what is ur requirement exactly.
    please try and come back
    regards
    pradeep

  • Imovie - since update, stabilise no longer works - activity just twirls

    Since updating iMovie 10.0.4 the Stabilise and Fix Rolling shutter functions no longer work - 'activity' just keeps twirling.

    The Photo tab  .. when you click on your device, in the sidebar, should look like this....

  • Key Board Shortcut for toggling between Activity table and Activity Detail

    Is there any keyboard shortcut for toggling between Activity table and activity detail windows. It if frustrating to use mouse while tweaking relationships of activities.

    Unfortunately, there are no shortcuts for this. Prior to the Oracle acquisition, Primavera had it as a goal for R7 to allow the operator to keep their hands on the keyboard most of the time, but this feature didn't make it into the final code. I feel your pain!

Maybe you are looking for

  • Error while viewing the reports

    Hi, When I try to import the catalog from our development system to testing system, catalog gets imported successfully. But when I try to view the reports it throws the following error. oracle.dss.d4o.common.D4ORuntimeException: D4O-1009 An error occ

  • XML From Premier ReCaptured in FCP

    So my situation is that I have old Adobe Premier projects that I would like to have editing access to for future re-edits when I transition into Final Cut. The source videos are in MPEG-2. When I tried exporting the XML file and exporting the source

  • Redirecting Fault Response to JMS queue

    Hi Everyone, We have a proxy which will pole the request from RequestQueue and call a proxy service(backend) and wait for the response from the proxy service(backend). Once we get the response, it has to put the response to the ResponseQueue. Request

  • Sorting podcasts OUT of smart playlists

    I keep a "recently added" list but it also pulls in new podcasts, I don't see "podcast" as one of the criteria you can sort with ... how do I keep my music and podcasts separate? thanks

  • IPod disconnects after sync

    My iPod keeps disconnecting after it syncs. I connect it to my iMac; it syncs; and then the icon on the desk top disappears. It is, however, still in the iTunes menu under devices. The reason this is a problem, is when I connect my iPod to use it wit