Find Activity status and date

hi,
i wont to now in which table i can find Activity status ,
i now that tr. cj20n but i don't now where i can find it in  tables (if open,close).
i need to the  date of opening Activity .
Regards

Hello Ricardo,
You mean to say that does a WBS element has a active status are not Right !!!.
Then it is very simple. Read the table JEST with the OBJNR and INACT = SPACE. If the select statement returns any record then the WBS element has a active status.
Hope this helps you.
If yoiu have further queries please revert back to me.
Cheers,
Vasanth

Similar Messages

  • Find Activity status

    hi,
    i wont to now in which table i can find Activity status ,
    i now that tr. cj20n but i don't now where this in tables (if open,close)
    and date of opening Activity .
    regards

    Hi,
    AFVC is the table for operation (activity).
    The exhaustive list of system statuses is available in tables TJ02 / TJ02T. Apart from above, all the tables related to system statuses are listed below:
    TJ01 Business Transactions
    TJ01T Business Transaction Texts
    TJ01V Responsible for business processes
    TJ02 System status
    TJ02T System status texts
    TJ02V Responsible for system status
    TJ03 Object types
    TJ03T Texts for object types
    TJ03V Responsible for object types
    TJ04 Status control for object type
    TJ05 Permitted transactions per object type
    TJ06 System statuses set/deleted by process
    TJ07 Influence of system status on transaction
    Muraleedharan.R

  • Activity status , and partner changed by FM CRM_ORDER_MAINTAIN

    Hi any one used FM CRM_ORDER_MAINTAIN to change the Activity status and the BP assign to the activity. If yes please help me.
    Import parameters:
            it_partner 
            it_status
    CHANGING
            ct_orderadm_i
            ct_input_fields

    Hello Sachin,
    Search for the thread "CRM_ORDER_MAINTAIN - Appointments" on SDN. This talks of your problem and should give u the exact solution.
    https://forums.sdn.sap.com/post!reply.jspa?threadID=47889
    Reward points if it helps !!
    Rgds
    Priyanka Bansal

  • Archiving flag for BP based on activity status and delete archvied BP

    Hi All,
    Can we flag archiving check box for BP based on specific activity status and delete these archived BP's using BUPA_DEL.
    Thanks

    Use Function module
    BAPI_BUPA_CENTRAL_CHANGE and set the flag CENTRALARCHIVINGFLAG to true in the structure
    BAPIBUS1006_CENTRAL.
    Thanks,
    Thirumala.

  • Unable to find Transfer Rules and Data Source for 0PERSON Info Source

    Hi,
    I'am working on SALES ANALYSIS Configuration with the help of SAP Best Practices.
    I'am trying to load Master Data Attributes/Texts/Hierarchies.
    I'am able to load for allmost all the InfoPackages which i created for particular DataSource.
    Now i need to load master data for 0PERSON InfoObject under that Person (Attributes) and Person (texts) are there,for this 2 Transfer Rules and the DataSource has to be defined by default as it is defined for other Attributes/Texts/Hierarchies.But i'am unable to find a DataSource and Transfer Rules to create a infopackage for PERSON Attributes and Texts.
    Please gudie me with a solution in order to get these Transfer Rules and DataSource for this Attributes and Texts.
    With regards,
    Pradeep.B

    Hi,
    Install the corresponding master data objects from Business content. Go to data source find out the needed datasource, replicate it. If you want you can migrate it also.
    If still you are not getting 0person masterdata object datasource & transformation structure, then you have to create the transformation, Infopackage.
    Hope if you will install the business content again, it will solve your problem.

  • The find function (Ctl+F) , doesn't not expanding the xml file , to search for given search. If the the xml file is expanded , then find function finds the tag and data. How to fix this.

    The find function doesn't expanding the xml nodes to search. If the xml is expanded , then find function highlights both matching tag and data. how to fix this.
    == This happened ==
    Every time Firefox opened

    <xsl:value-of select="x"/> produces a string that consists of all text nodes in x.
    <xsl:copy-of select="x"/> produces an exact copy of x.
    Go to http://www.zvon.org/ for more information like this.

  • Cannot find icloud documents and data on iphone 6

    I have NOT upgraded to iCloud drive. I went into my settings to use documents and data as I have a few apps that need to sync. The option is not present on the menu anymore.

    I have this same issue.  I had to restore my NEW iphone 6 to factory settings yesterday and upgrade to 8.2 after having issues with syncing  in itunes (and an explosion in my "other' category of 28gb). And after three hours on the phone with Apple I still cannot sync (128 gb phone and cannot load my music)!  I did however go into my Icloud settings this morning and turned off "documents and data" for my backup and now the whole line item option is not even in the menu anymore it has completely disappeared.  It seems every day brings a new issue!  Not liking my new phone  I do not want to hear one more person tell me to restore!  I simply did not pay all this money to have to restore everytime I make a change to my iphone!!!!  Oh and I also have NOT upgraded to iCloud drive.

  • Viewset - active view and data validation problem

    Hey there,
    I've a problem while using a viewset (1 col, 2 rows) and the data-validation in the wdDoBeforeAction() method.
    My application works basically like this:
    The first view is displayed with 2 mandatory input fields. Upon the evaluation result of the entered data in these fields, a corresponding second view will be displayed. The input fields in the first view are set to read only and a button named "Change" appears. This button triggers an action which fires and outbound-plug to an empty view, so that the second view disappears and resets the "read only" properties of the input fields in the first view, so that the user can enter new data.
    The problem is, that the second view contains input fields itself, which are validated in the wdDoBeforeAction() method of this view. The navigation is cancelled if an error occurs. Well, this is fine if i want to submit (pressing the button "Approve" in the second view) this data and proceed, but if i want to go back to the first view (by hitting the "Change" button), i want to discard all information entered in the second view and i dont want this data to be validated. It's quite annoying if u just want to correct the first views data but have to enter correct values for the second view in order to get through the second views checks..
    I hope that's clear enough, otherwise i will upload a screenshot to clarify.
    Thx in advance
    Regards
    Pascal

    Hi Pascal,
    although I wont prefer to do so for reasons of readability, you could use wdDoProcessbeforeAction to control your view-flow.
    Take a look at the example, I have two Buttons with two actions, one is set on "Validate", the other is not (guess which on is the validating ).
    You can get the action triggered inside the doBefore ... method and determine whether or not the checkbox is set.
    So put your code to validate the input in the i(isValidting) branch and your problems are solved.
    Keep in Mind: I would delegate the Validation from the view to the controller, handle the validation myself with custom coding and then check in the view controller if any errors occured.
    hope that helped,
    Jan
      //@@end
      public void wdDoBeforeAction(com.sap.tc.webdynpro.progmodel.api.IWDBeforeAction validation)
        //@@begin wdDoBeforeAction
           IWDAction currentAction = validation.getCurrentAction();
           if (currentAction == null) return;
           String action = currentAction.getText();
           boolean isValidating = currentAction.isValidating();
           if (isValidating) {
                wdComponentAPI.getMessageManager().reportException(action);
           } else {
                wdComponentAPI.getMessageManager().reportSuccess(action);
        //@@end
    Edited by: Jan Galinski (Holisticon) on Sep 8, 2009 3:15 PM

  • One plant with ML active status and another plant without ML active status

    We have one ML active plant under the company code X. We need to create another new plant under the same Company code  but we don't want to activate Material Ledger for the same as all the material in this plant are of consumable nature and maintained at Price control "V". Can we do that? Please give your advice.
    Mukesh

    Hi Mukesh
    usually, this is not recommended by SAP... I read this in one of the notes, I dont have the note now...
    However, if you are not going to have any stock transfers from the ML Active Plant to the ML Not active plant - you can think of it
    But, as far as I know, this is not recommended by SAP, Though technically it is possible
    br, Ajay M

  • HT4413 Why can't I find the files and data I transferred from time machine on my new mac?

    So I just got a new mac and I always backed up my old mac. I used the migration assistant to transferr all the stuff from my old mac to the new one. After it completed I tried  to find all my pictures, music, and documents but couldn't. Where did all my stuff go and why can't I find it? Migration Assistant said everything transferred and went ok.

    Peruse Pondini's Setup New Mac guide and seriously consider starting over. I'm a firm believer in only using the Setup Assistant and not creating a new account on first boot.

  • To QM people - status and cancelling date of cancelled inspection lots

    In what table/fields do I know that an inspection lot is cancelled and the cancelling date?
    Transaction QA33 shows an LTCA system status.
    JEST table shows only the status (I believe that it registers all the status the lot passed by), but not the cancelling date.
    Thanks
    César Menezes

    Thanks Alfred
    I posted the below message on these two threads.
    Anyway,  I'll appreciate if you can help.
    César
    I need to know not only that the inspection lot is cancelled (I get this on JEST table), but also when it was cancelled. For ex. on monday night I loaded from QM to BW an inspection lot that was registered during the day. This lot was cancelled for ex. on thursday. At the night load I have to identify it and load the lot to BW, to maintain is as cancelled also in BW.
    What I discovered until now:
    - The OBJNR on QALS is the constant "QL" plus the lot number (prueflos).
    - On JEST table I have all my lots (from QALS), with the correct status. The cancelled lots have STAT = I0224. But the table doesn't have the cancelling date.
    - JCDS table seems to be a good chance, it has status and date fields. But my lots (from QALS) are not there. And, curious, I didn't find any I0224 status.
    Everything on the project is OK, this is the only unsolved question, so I'll appreciate any quick answer.
    César

  • Status of data in Bex query shows wrong date

    Dear Experts,
    The Bex qurey after sucessful execution, show the Status of data as old date i.e. feb 2012. but we observed that the data uplaod happens regularly and sucessful.
    we tried executing the same query using RSRT/Bex Analyzer/Portal. the results are same i.e. showing incorrect status of data.
    Note: The Bex query is built on BI Infoset which sources from DSOs and Master Data infoobjects, and  BI version is 7.0.
    Kindly please help for resolving the issue.
    Best Regards,
    Mannu.

    Hi Vijay,
    The data upload has happend today also and it is sucessful, the reporing status is available for requests from respective infoproviders.
    'Status of data' is not a filed. if it an information to tell the status of data in query result.
    Please find the following steps to find the 'status of data'
    go to RSRT->give the query name and execute-> now after query results-> go to last page-> you can find the 'status of data'.
    Best Regards,
    Mannu

  • WF activity remains in ACTIVE status

    Hi,
    There are situations when a wf activity remains in active status for long time. The sql procedure, this activity runs, is successfully completed (updates took place) but the wf does not move to the next activity (until we SKIP it with handle_error()). This behavior randomly happens (ex. 2 blocks from 1000 runs) and we cannot identify the cause.
    Any suggestion about a possible cause for this behavior?
    Thank you.

    wfstat.sql output is the best data to troubleshoot such issues. Typically the work item will be in ACTIVE status and the last executed activity will be in NOTIFIED, DEFERRED, ERROR statuses.

  • Hide "Last Active" status on profile

    I would like to see an option for hiding your last active status on your profile.  Even though you can sign in as invisible, your active status always shows when you have been on line.  This causes problems amongst friends sometimes, because you would like to jump on tagged to check messages only or pets, and you may not always have time to reply to them.  Then you get it in the neck from friends saying they were on line at the same time and you get accused of ignoring them.  I feel this is a privacy issue and we all should be able to have this feature. There is actually one profile I have come across that shows no "Last Active" status and was wondering if they have found a way around this or there is something wrong with their profile.

    +2 

  • Workflow Process stuck in Active status

    Hi,
    My workflow stuck in Active status and user is not able to proceed further. But it is not happening every time. Sometimes the process activty gets stuck. Could anyone please let me know the reason for this behaviour and how to fix this issue?
    Thanks

    You need to get more information as to what is going on, identify more facts around the issue:
    1. First off, run wfstat.sql to get a history of the activities of the process as well as its attribute values.
    2. Once the workflow gets 'stuck' what makes it progress? For instance, does running the background engine with parameter Stuck processes=Yes fix the problem?
    3. Are there activities deferred that do not get process by the background engine?
    4. Does the process get stuck after a notification is responded to but 'nothing' happens?
    It would also be useful to have the complete DB version.
    Regards,
    Alejandro

Maybe you are looking for

  • How do I transfer iPhone content back to laptop after hard disk crash

    My old hard disk crashed a week ago. How do I transfer all my iPhone content (music, apps, podcasts, ...) back to my laptop after having a new hard disk installed?

  • Open application in LV window

    I would like to run an apllication with labview and make it run in a labview window so I can operate application. For example I want to be able to open lets say the windows calculater and operate from a distant computer with remote panel. Anybody now

  • Regarding excise

    HI Guru's I have a problem regarding gr cancellation.User had made wrong excise entries and with out knowing they have transfered the stock to production.So i have taken necessary action to bring the stock back to raw material store.So when i was can

  • Special characters through gateway !

    Hi, I've a portlet. In Edit->preferences, I've a textarea where user can enter <HTML> content. If user enters " " for a extra space and hit finish, it is replaced by junk character like "__" . Response.Type="text/html". I'm using GDK.

  • Join Configuration cannot be resolved

    Hi, I am using Disco 10. I have created and shared a query that uses a join on an intersection table. I, as the query owner, can open the query with no problems, however when I share it, those whom I share it with cannot open it and get the error "Jo