Activity calender

Hello expert
i want to create activity calender form type(40005) like in  sap for that i want to help fro yours sides
can we develop in screen painter.
pls provide any sample for it

Hi Shridhar,
We faced the same problem earlier this year at a CRM 4.0 implementation and we raised an OSS message regarding the same. The response from SAP however was that the PC-UI application for Activity Calendar was not fully developed in CRM 4.0 and is supported only in CRM 5.0.
The message went back and forth a number of times but we could not even get a downport of the functionality from them.
We later chose to use to use the Microsoft Outlook Calendar with Groupware. Another option would be to use the Calendar Iview which is provided as part of the EP Communication Business Package.
Regards,
Rohini.

Similar Messages

  • Count of Active Customers each day between two dates

    Hi Folks
    I have a  table as shown in the screenshot. The id column is a customer id, and the activated and cancelled date columns represent when a customer signed-up or cancelled their subscription. I want to count how many customers were active each day (from
    the earliest activation date  to the current date, note non-cancelled customers have a cancelled date of 2099-01-01). Any suggestions on how to do this? 
    Regards
    Steve

    >> I have a  table as shown in the screenshot. <<
    Where is the DDL? Does your boss make you program from screenshots? So you have to type in the data by hand? And guess at keys and constraints? Wow! That is an awful place to work! 
    >> The “id” column is a “customer_id”, <<
    Why did you not call it that? Being rude is fine, but being vague is bad. :( Here is my guess.
    CREATE TABLE Customers
    (customer_id CHAR(5) NOT NULL  PRIMARY KEY, --- wild guess !
      activation_date DATE NOT NULL,
      cancellation_date DATE, 
     CHECK (activation_date < cancellation_date), --- second wild guess!
    >>  I want to count how many customers were active each day (from the earliest activation date to the current date. Note non-cancellation  customers have a cancellation date of 2099-01-01). <<
    You will need a Calendar table (Google it) and a book on basic data modeling. We use a NULL for missing data in SQL and RDBMS. This is how we implement the ISO half-open temporal model. We also use DATE for dates now. There is no need to use the old Sybase/UNIX
    datetime with '00:00:00.000' and in fact it is awful coding today. 
    WITH X (customer_id, cal_date)
    AS
    (SELECT A.customer_id, C.cal_date
      FROM Customers AS A, -– for active
            Calender AS C
      WHERE C.cal_date 
            BETWEEN MIN(A.activation_date) OVER() 
                AND (COALESCE(cancellation_date, 
                     CAST (CURRENT_TIMESTAMP AS DATE))
    SELECT COUNT(X.customer_id) AS active_customer_cnt
      FROM X
     GROUP BY cal_date;
    Untested due to lack of sample data. 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • I want to download recipes froma website and firefox tells me the adobe reader in use will not read

    i also wanted to check an activity calender from a website and it says : "The Adobe Acrobat/Reader that is running can not be used to view PDF files in the Web Browser Please exit Adobe Acrobat/Reader and exit your Web Browser and try again"> of course nothing works so can you help please?

    See if either of these help you.
    https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox
    https://support.mozilla.com/en-US/kb/Opening+PDF+files+within+Firefox

  • How can we remove the Calender,Active tasks,Recent activity and tags sectio

    Hi
    I want my landing page of my workspace (Keppel_Energy_EAP) to have only the WIKI home screen and want to remove the other sections like calender, Activie Tasks, Recent Activity and tags section.
    Can you please let me know how i can remove these sections.
    Thanks
    Ashok

    Hi,
    The teamcollab client is not modifiable unfortunately - what you have on the page is always there.
    Phil

  • N81 How to Show calender at active standby

    Hi, i just bought a N81, but i just cant seem to get the phone to show the calender details for the day at the active standby mode(the main page). I can do it previously on my 6280.
    Anyone can help?

    12-Jun-2008 11:42 AM
    psychomania wrote:
    Pass, it reads to me like they want to change the active standby shortcuts and can't find which application to use in the phone.
    It reads like that to me too.
    Grayburn @ www.nokiausers.net & www.dailymobile.se....come say Hello!!!
    If you appreciate ANY help from a member,then show it by clicking on the Blue Star button, cheers

  • Calender font specidfication stays active after closing the calender.

    The font specification used by the calender stays active when closing the calender form.
    The used font style like "BOLD"/"UNDERLINE" is still active when iI open a LOV.
    I think this is because the property of the visual attribute of the LOV is set on <UNSPECIFIED>.
    Now I've added a new visual attribute to the Object library especially for LOV's
    And in designer I've added the template to be used by the LOV's
    The problem however is that when generating the module the visual attribute isn't added to the .fmb/fmx file
    and the LOV uses the original visual attribute.
    Any suggestions?
    Thanks
    By the way, It's a Client/Server application.

    Visual attributes are included in generated forms because they are included in object groups that are included in the template form. To include a new visual attribute in every form, you could add the visual attribute to the group QMSSO$MODULE in qmsolm65.fmb and re-generating the qmsolb65.olb object library. Then, if you recompile new .fmx files for you forms, the visual attribute will be added to every form.
    Regards,
    Lauri

  • Activity Scheduling Calender problem in PCUI

    Hi Experts ,
    In Activity Scheduling calender does not show all the activities on calander in Application : CRMD_ACT_SCHEDULING.
    Thanks & Best Regards
    Mark

    Hi Mark,
    Activtiy scheduling calendar does not show all the activties in calendar.
    For that you have to see the calendar in activity.
    All the activities that have been scheduled using Activty scheduling will be shown in the calendar and they will have different colors like Blue (indicates a clash with other activity), Green (no clash) and White ( activity in calendar accepted).
    Instead of seeing through the week view the list of activities scheduled or having already appointments, it is possible to see the scheduled activities in graph format on calendar and once you accept the activity, you can see that it turns into Green or white or blue indicator.
    Thanks and reward points if it helps.
    Srini

  • Appearance of an activity in the calender

    Hello,
    I have maintained a new activity and it isn't shown in the calender. what could be the reason?

    Hi Iris,
    Activities appear in the calendar in SAP CRM if the calendar flag is active for the following:
    1. For the transaction type (in customizing header level data)
    Go to the following SAP CRM IMG Path:
    IMG->Customer Relationship Management->Transactions->Basic Settings->Define Transaction Types
    - Here select your transaction type and then go to dialog structure Assignment of Business Transaction Categories on left hand side of the menu
    - Here select transaction category Business Activity and again go to dialog structure Customizing header level
    - Please check whether the Calendar field is active here
    2. For the respective Partner Function (Default value from the partner determination procedure)
    Go to the following SAP CRM IMG Path:
    IMG->Customer Relationship Management->Basic Functions->Partner Processing->Define Partner Determination Procedure
    - Here select your partner determination procedure assigned to the transaction type
    - Then to to dialog structure Partner functions in procedure
    - Check whether the calendar maintenance field is active for the Partner Functions.
    Hope this is clear to you and will resolve your issue.
    regards
    Srikantan

  • I lost all of my calender info and did not have the cloud activated. Any ideas on why that happened?  Any idea if I can get that back?

    I lost all of my calender info and did not have the cloud activated. Any ideas on why that happened?  Any idea if I can get that back?

    Not sure why this happened, but are you syncing calendar events direct with a supported calendar app on your computer?
    If not, calendar events are included with your iPhone's backup which is updated by iTunes as the first step during the iTunes sync process. If you haven't synced your iPhone with iTunes since this data went missing, you can try restoring your iPhone with iTunes from your iPhone's backup. Do not sync with iTunes before doing so, and do not update your iPhone's backup before doing so when prompted.

  • Consideration of network activity factory calender

    Hi,
    I am facing problem regarding considering of  factory calendar.
    scenario: we are assigning the personnel nos in person assignment tab in internal activity. confirmation of activities will be done through CATS. at the time of confirmation it is considering the calender given in work scheduling in HR master data rather considering the factory calendar of network activity.
    i require how to select the factory calendar of network activity rather selecting the calendar from work scheduling of HR data.
    With Regards
    Prasanth.N

    Hi Prashant,
    This is solution for PS without HR integration..............Please do the following steps:
    1.  Create a person responsible using OPS6
    2.  Assign a desired factory calender in the particular activity at internal tab of the activity.
    3.  Then Plan your work and save and release.
    4.  Then do the confirmation in CATS
    Hope it will be clear now.  Appreciate if it is useful
    Thanks and Regards
    Vetrivelan

  • I installed ios 7 in iphone 4 - i am not able to create event in calender ,   icon is not active

    i installed ios 7 in iphone 4 - i am not able to create event in calender ,   icon is not active

    You will have to upgrade your operating system version and possibly your whole computer.  We cannot provide more information easily until we know more about your system.
    Get more information about your computer. Go to the Apple in the upper left corner of any window, then "About This Mac", then "More Info..."  Copy and paste the information here, but omit the serial number and Hardware UUID (if present).
    Apple does tell you about required equipment for the iPhone -- in 8 point medium gray type on a light gray box.   The Store associates kind of automatically assume everybody is running a new model computer and the one I met when we bought our iPhone had never seen a pre-2008 Mac and was somewhat puzzled why anybody would own such an antique.

  • Error while activating ODS Object

    Hi,
    I have loaded the data from R/3 to a ODS Object and the activation of ODS failed due to the following errors as shown below..
    -Value '20060 ' of characteristic 0CALQUARTER is     not  plausible
    -Error when assigning SID (details in long text)
    -Activation of data records from ODS object ZODS_02 terminated
    -Error getting SID for ODS object ZODS_02
    I could see that Calendar Quarter as 20060 in PSA. How should i get rid of this error. Any idea would be appreciated.
    Regards,
    Raj

    Raj,
       you are getting this calender qurter from SAP right... check in RSA3 fro the your Datasource. if you are getting same value like '20060'. you can do one thing... you can set 'No Update' in Transfer Rules. you can write a routine in Update Rules for populating the data for calender Week.
    you can call some standard function modules or you can write a small routine. If you want to write a routine check this thread...Re: Date to Quarter
    Possibilites:
    1. updtae rules
    2. if RSA3(PSA) shows the value of the Quarter as '20050', if it is custom extractor(Generic using FM) you can change this.
    3. If it is Standard Extractor or Generic Extractor (using either view/table or Infoset) you can enhance this. you can do the same thing in SAP Side.
    All the best.
    Regards,
    Nagesh Ganisetti.

  • Mobile Sales- The manger is unable to see activities in the calender view

    Hi,
    I have a Manager when he clicks on the calender option he is unable to see all the activities scheduled for a particular employee in his calender viwe whereas if i check that particular employee's calender he has all the details of the activities.
    Why is the manager  unable to see all the activites in his view.
    I have chekced for the Activities (by employee)subscription for teh Manager's site, that exists.
    If anyone has an idea please reply ASAP. Thank you.
    Best regards,
    Sanyogita

    Hi,
    the calendar functionality is not based on subscriptions but on the assigned employees for an activity.
    In other words a team hierarchy based (only) on subscriptions is not reflected in MSA.
    Therefore activities are only displayed in the calendar TS if the current user is assigned as responsible.
    If you really want to see all activities of all employees in the manager's calendar then these employees need to maintain this manager as (additional) responsible person for their activities.
    Regards,
    Wolfhard

  • Team Calender only shows 1 week in retropsect

    Hi,
    We use team calender in ESS in our portal, but we are unable to view records in retrospect further than one week.
    I have looked in IMG under ERP, but these options are not available:
    -  Personnel Management ® Employee Self-Service ® Service-Specific Settings ® Working Time ® Team Calendar.
    -  Integration with Other SAP Components ® Business Packages / Functional Packages ® Manager Self-Service (mySAP ERP) ® Working Time ® Team Calendar.
    I then looked at business functions and found that EA-HR isnt turned on (and when attempting activation tells me that it isnt necessary) and HCM_ESS_CI_1 doesnt even seem to exist!!
    Does anyone have any idea what is going wrong?!
    Many thanks

    team calendar customisation comes from this table
    V_PTARQ_TCONSTR., Please check for many months it is specified here
    customisation is possible , please check in trans code ptarq, you ll find all the customisaiton for portal
    Edited by: Siddharth Rajora on Jun 7, 2011 5:40 PM

  • Error while activation of ODS Object.

    Hi,
    I have loaded the data from R/3 to a ODS Object and the activation of ODS failed due to the following errors as shown below..
    -Value '20060 ' of characteristic 0CALQUARTER is not plausible
    -Error when assigning SID (details in long text)
    -Activation of data records from ODS object ZODS_02 terminated
    -Error getting SID for ODS object ZODS_02
    I could see that Calendar Quarter as 20060 in table /BIC/AZINV_O0240. There is a calendarday mapped to quarter and year in update rules of ODS object. How the calendar quarter is populated in update table in BW. How should i get rid of this error. Any idea would be appreciated.
    Regards,
    Raj

    don't post same issue twice. Bhanu working on your thread.
    check this ...
    Raj,
    you are getting this calender qurter from SAP right... check in RSA3 fro the your Datasource. if you are getting same value like '20060'. you can do one thing... you can set 'No Update' in Transfer Rules. you can write a routine in Update Rules for populating the data for calender Week.
    you can call some standard function modules or you can write a small routine. If you want to write a routine check this thread...Re: Date to Quarter
    Possibilites:
    1. updtae rules
    2. if RSA3(PSA) shows the value of the Quarter as '20050', if it is custom extractor(Generic using FM) you can change this.
    3. If it is Standard Extractor or Generic Extractor (using either view/table or Infoset) you can enhance this. you can do the same thing in SAP Side.
    All the best.
    Regards,
    Nagesh Ganisetti.

Maybe you are looking for

  • Folder being searched is included in search results & can be deleted!

    I don't know if this is a new problem, but it was potentially dangerous in my case. I have a lot of log files with a specific extension in a folder mixed with a lot of other files. For examples sake, lets say .storage is the extension. The folder tha

  • ARQ: GRC work items refresh problem in Work Inbox???

    Hi All, While accessing any GRC work items from Work Inbox in NWBC, I have to click on "Refresh" button manually to reflect the latest work items! I tried to look for any ABAP program which does this but could not succeed. May I know what is the prog

  • Creating multiple sites

    okay. I have a site that I made which is working fine. I have it linked to my personal domain at godaddy. I want to make a new site so I am just running a test and when I publish the new site, have no idea where it is being published to. I have anoth

  • Gestion de plusieurs fichiers

    Bonjour. Je viens ici en recherche d'aide. En effet, j'ai récement eu besoin de transférer u document pdf de 181 pages sur indesign. Pour ce faire j'ai utiliser pdf2id, mais j'ai dû diviser mon pdf d'origine en plusieurs parties, des pdf de 50 pages,

  • Control a Varian Gas Chromatograph with a 10 Base T Ethernet card and LabVIEW?

    I would like to control a relatively new Varian Gas Chromatograph using LabVIEW. The instrument is presently controlled by a Star workstation (software on PC, with 10 Base T Ethernet communication card through coaxial cable to BNC connector on instru