BP_BPBT. Planned activities

Hi
Account overview. Planned activities.
I saw that component BP_BPBT view AccountActivities is not working properly.
view AccountActivities get all activities (with the status completed )
Is it right? I think this view have to show only planned activities (with status open and correctly dates)
Denis.

Yes, your point is correct but the question is if you are speaking of user status or system status. System status must be set to FINI to see activities under completed block.
Regards.

Similar Messages

  • Best practice for the test environment  &  DBA plan Activities    Documents

    Dears,,
    In our company, we made sizing for hardware.
    we have Three environments ( Test/Development , Training , Production ).
    But, the test environment servers less than Production environment servers.
    My question is:
    How to make the best practice for the test environment?
    ( Is there any recommendations from Oracle related to this , any PDF files help me ............ )
    Also please , Can I have a detail document regarding the DBA plan activities?
    I appreciate your help and advise
    Thanks
    Edited by: user4520487 on Mar 3, 2009 11:08 PM

    Follow your build document for the same steps you used to build production.
    You should know where all your code is. You can use the deployment manager to export your configurations. Export customized files from MDS. Just follow the process again, and you will have a clean instance not containing production data.
    It only takes a lot of time if your client is lacking documentation or if you re not familiar with all the parts of the environment. What's 2-3 hours compared to all the issues you will run into if you copy databases or import/export schemas?
    -Kevin

  • Unable to save Planned Activites created in Maintain Applicant Activites

    Hello to all SAP Experts,
    I am now trying out to Maintain Applicant Activities and create "Follow-up activies" for my particular applicant
    However i met this error when trying to save the planned activites:
    _Record 000000274003    00 201007192010071900020100719BT60 does not exist
    Message no. PG225_
    Please help me solve this issue please.
    Regards,
    Jenny

    Craete ur set type.
    Create Hierarchiy. Create category under that. Assign set type in the category.
    Assign Category Hierarchy to the application. This is also important step.
    But John generaly the std base hierarchy (SALE_PROD/BASE_PROD) is used , may be u can create the new category under that and can assign ur set type
    If does not solve. Pls send the detail screen print what u did in [email protected] It will be better to tell u what step u r missing.
    Thanks,
    Atin
    Reward points if it helps.

  • Planned activities assignment block not sorted by most recent first

    Hi,
    I have implemented BADI CRM_BP_UIU_BT of enhancement spot CRM_UIU_BP_ENHANCEMENT in order to increase the number of results in the planned activities assignment block on the BP overview page to 250 as the standard is 100 and this works fine.
    The problem is that the most recent transactions are not displayed first.
    Can someone tell me how where i can implement som ecode to influence the initial selection of the data so it only looks up the most recent 250.
    I don't believe this can be done in a sort on the BSP page, as only 250 records would have been selected.  If the BP has 250 or under this works fine, but as soon as they have more than 250 the sort obviously doens't include the other planned activities.
    If someone can suggest as way to do this I would really appreciate it.
    Thanks
    Matt.

    Matt,
    Please review OSS Notes 1246331 and 1226594 found by doing search on FM in service.sap.com
    CRM_BSP_OIC_1O_SEARCH_FROM_RF
    In addition this old thread explains more information:
    Re: Display 100 most recent entries in interaction history
    Take care,
    Stephen

  • Where to find debit entry for planned activities through cost centre?

    hello experts,
    our client would like to know the impact of planned activities cost debit entry. the scenario is as follows.
    1. at the year begining we are planning activity hrs against any cost centre.
    2. respective activity hours are being confirmed through PP/PM orders.
    this time orders are being credited and cost centres are being debited for the activty prices.
    Now the question is tracability of credit entry wrt corresponding entry debit entry in the cost centre.
    Can anyone help me out?
    Regards,
    Varsha.

    Hi,
    Let break this issue.
    1. If you maintain KP06, with reference to CE / CC / Activity, you get debit entries for the relevant cost centers
    2. If you maintain KP26 Planned Activities and Planned Rates, you get credit to the relevant cost centers
    So in the S_ALR_87013611 report referred to above, you would get both debit and credit to the cost centers in Plan Costs column + you can check the plan activities in the below section.
    As against this actuals:
    1. When you post your expenses to the cost centers / carry out assessment or distribution cycles for production cost centers (linked to the activity types), you ge the actual debits.
    2. When you confirm the operations of the production orders, you get the credit to the cost centers.
    Hope this clarifies your doubt.
    Cheers!!

  • Planned Activites in opportunity managment

    Hi Experts,
       I am working with CRM 7.0 . In opportunity managment I find two assignment blocks 'Planned Activites' and 'Completed Activities'. When I create a Follow up activity . I find the activity in my 'Planned activities' assignement block. Now when I click the action corresponding to the activities. The activity moves to the 'Completed Activities' assignment block. But to my suprise there is no change in status of the Activity.
    Is this the standard behaviour or I need to do some customization regarding this ?. Could you please then explain what is the use of the action link in both the 'Planned and Completed Activities'.
    Thanks in advance.
    Subhashis

    Hi Robert,
       Thanks for replying. You are right saying that the change from planned to completed activity in opportunity management is dependent on the system status. Only the system status is updated to 'completed' for the activity when I click the 'Close' Action.
    But I am wordering what could be the business case to set only the system status in this case ? is there any way to set both the statuses ?
    Regards,
    Subhashis

  • E-recruiting planned activities

    Dear experts,
    we are implementing EREC 6.0 on ECC 6.
    we created all activities in a process template. when logged in recruiter role under Applications, we are not able to see these planned activities.
    what could be the problem!
    Regards,
    Bharat

    Hi,
    this is no bug. In the list of application you work on the application level. So SAP shows only the activities which are customized on the application (ND) object type only. This is other to the candidate selection where you see the activities for application and candidacy.
    But to be clear - adding most / all activities to the candidacy only does not has to be wrong. This is a question of the process and application handling design. Here starts the difference between being able to find the IMG nodes to customize the activities and the propper design of the rollout. For what is right or wrong you need insight in the process and you need the discussion with the hr department.
    But as stated above in general i do not recomment using the application list and the candidacy selection together. To my experience this is too complicated for recruiters. They won't understand why creating an activity is one times this way and one time another.
    Best Regards
    Roman Weise

  • User Logging of planning activities

    Hello
    Is there a standard mechanism which logs all planning activities of the users?
    Please advise.
    Thanks
    BEO

    Hi.
    As I know there is no standard mechanism for it.
    You have 2 options for logging:
    1. write FOX that copies data to some "log" version on each save.
    2. implement IF_RSPLS_LOGGING_ON_SAVE interface and write logs to some DSO.
    Regards.

  • Planned Activities in the account

    I would like to know what controls that an activity is listed in the planned activities list in the account. What I'm trying to acomplish is when a task is assigned from the account to a sales employee a running record of task associated with the account and the status of that task.

    Phillip,
    The account needs to be listed as either the:
    Partner type (fct code without leading zeroes)
    Activity Partner (9)
    Competitor (23)
    Contact Person (15)
    Employee (12)
    Employee Responsible (22)
    Look at the class CL_BUPA_IL_ACTIVITY_COMP method READ if you want to review the code that retrieves the list of related activities.
    Take care,
    Stephen

  • Closing Planned activities

    Hi,
    When transferring an email from Outlook an activity gets created with type Incoming email and status Completed.
    If I go to my BP account, this activity has gone to the 'Planned activity' section, if I click on the 'Close' link and save my BP record, the activity disapears from the 'Planned activity' section but next time I go back to the BP account it has reappeared so I can never empty my 'Planned activity'.
    Also, is there a way of having these activities getting automatically closed so they only appear in the Interaction history?
    Any help appreciated.
    Thanks,
    Antoinette

    hi,
    me again
    The change was done for CRM 7.0, but there are two note released for customer in CRM 2007.
    Please check out Note 1238054 & 1237591 and applying those should fix your issue.
    If not, pls create an OSS for support
    cheers
    martin

  • RKP2 and RKP3 - Planning activities by cost center

    Hi people,
    I'm having a problem with planning in activity-based costing. I planned an activity in a cost center, executed transaction KP26 and then the transaction CP06. The plan is executed, but when i see Line items, for CO plan documents, i see that system created two documents, one with the object RKP3, which debit the activity and credit the cost center. This is what is supposed, but when i checked the cost center, the value was again debited, which used object RKP2, with just one debit in the cost center.
    My question is: why system restore the value that i wanted to distribute from the cost center to activity, first correctly in RKP3 and then (not supposed..), in RKP2.
    Thanks for the help.
    Cumps.

    Cost Centres are for planning costs.
    Revenue is planned on a Profitability Segment, Sales order which has been enabled for costing, or WBS or Internal order which has been enabled to receive revenue.
    BTW, Profit centres are not CO objects, which is why you need one of the above. Alternatively you can create your Revenue accounts as GL accounts only, then you don't need the cost objects.

  • Recruitment : Create planned activities automatically

    Hi all,
    I want to create activity  Confirmation of receipt after carry out action "Initial entry of basic data" automatically. I configured on the  path : (SPRO -> Personnel Management -> Recruitment ->Applicant Selection -> Change automatic creation of applicant activities )
    Finally, no activity appeared in PB60.
    I don't know which steps I need more for this purpose
    Please help me.
    Best Regards,
    Sushi_Intel

    Thanks all,
    I realized that I need configure dynamic action and feature PACTV . because I define new actions, new activity , my define are not suitable with Sap  configuration.
    Now, I sound out my solution.
    Best regards,
    Sushi-Intel

  • Recruitment - Complete planned activities automatically

    Hi Experts,
    I'm facing this issue:
    is it possible in the Recruitment component to set the system in order to change the status of a planned activity "completed" as soon as it has been completed.
    For example: I planned a "Rejection e-mail activity", then I execute the tcode PBA5 to perform the activity of sending the e-mail. Is it possible to turn this activity to status "complete" automatically just after I perform the pba5?
    Thank you very much!

    Thanks all,
    I realized that I need configure dynamic action and feature PACTV . because I define new actions, new activity , my define are not suitable with Sap  configuration.
    Now, I sound out my solution.
    Best regards,
    Sushi-Intel

  • Add Completed Activities assignment block to contacts

    On the opportunties page there is an assignment block for completed activities.
    When I hit "F2" I see that it is CUBTDocFlow_CA.MainWindow Component BTDocFlow.
    On the contacts page there is an assignment block for planned activities it appears to be for component BP_BPBT.
    I want to add an assignment block "Completed Activities" to this page as well.  Is this possible?
    If so what are the steps involved in doing this?  I see inside of BP_BPBT there is a view BP_BPBT/ContactActivitiesOV
    but this is for the planned activities I take it.  Would I just add a new view for the completed activities?
    So my question is how do I add the assignment block "Completed activities" to the contacts page?  If I try to personalize the page this assignment block is not there.

    Use this link to know more about documentation.
    [EEWB|http://help.sap.com/saphelp_crm50/helpdata/en/20/a4ffee7e0fcc4ebb7e5466d3903d38/frameset.htm]
    Regards,
    Shiva Kumar

  • No interaction history or planned acitivities in new year

    Hello,
    I face a strange issue, I have got certain planned activities and certain closed activities in interaction history for a corporate account, however i am not able to see them in them in the webclient. And this is for all the accounts, it looks to me that it has happened after the new year has begun.
    Please help in this regard
    Regards

    Thanks,
    its solved now, i had to refer to notes 1131623, 1226594 and related notes in these notes.
    Also one sdn post:
    IC Account Overview - Sales Transactions & Quote Transaction BP_BPBT
    Regards

Maybe you are looking for

  • How to get ISO week number?

    hi, I need to interact with a server that expects to be passed the ISO week number. The Calendar class doesn't seem to support this though (although the documentation claims that it is ISO 8601 compliant). For instance the web page here gives today (

  • ⌘-L: what does it do?

    How can I find out what certain keystrokes do in Mail? I pushed "⌘-L" [command-L] while a message subject was highlighted and it disappeared - where did it go? Thanks to any keyboard stroke gurus!

  • Load all content at once

    Is there a code to load all content at once? I know you can do it because when you go to websites all in flash they have a loading screen to start off with. I need one, but don't know how to get/use one. I have a lot of big images that take a while t

  • What is disk utility, what is used for?

    What is disk utlity, & what it used for?

  • Setting realm and kdc for kerberos authentication

    Hi there, I was wondering if it's possible to set the default realm and kdc from within the code or do they have to be specified when starting the program? I know that they can be specified in a configuration file, but then the config file must be sp