How to set up meeting with sales employee & how to create activity in a emp

Hi all,
I have two scenarios to be configured for my client.
1. Sales manager should be able to set up a meeting with his sales team in CRM. can any one give me a idea how we can configure it in SAP CRM & what is the transaction type (Business activity) to be used to setup meeting with employees.
2. How to create an activity or task in employees calendar. where we configure calendar in SAP CRM, do we need to assign this calendar any where in order to create create activity for employees calendar.
Please do let me know how to achieve the above scenarios.
I got one more issue is that, I have created two transaction types (business activity types) 1 for transaction type for meeting with employee with category "meeting" in business activity and 2nd transaction type is for sending email to employees with category "email" in business activity. I have also assigned these transaction types to categories under sentings for activities ->assign transaction types to categories in SPRO. But I am not finding these two transaction types on UI under activities. If use different category for these transaction types like appointment then these are available on UI for activities. Please suggest me how to fix this issue too.
Thanks in advance
JM

Hi JM,
1. It depends how you want to configure this and your detailed requirements. One way would be to create an activity of type Appointment and from this, create a CRM E-mail activity that sends an e-mail to all the Attendees in order to setup the meeting.
2. Synchronizing Activities/Tasks is done with the Groupware Integration. I'm sure you can find some documents in SDN for it, but for now you can take a look at the IMG node (Customer Relationship Management->CRM Middleware and Related Components->Groupware Integration) and the help.sap.com (http://help.sap.com/saphelp_crm70/helpdata/EN/47/09e1c4cc8d4861e10000000a155369/frameset.htm) page.
The "New" button in the standard Activities Search will load everything under the "screen kind" ALLS, which means all Activities with Activity Class Appointment, Task, E-mail and Sales Call. You can see this in the method CL_CRM_UIU_BT_ACT_CUST_GET=>GET_ACT_CLASS_FOR_SCREEN_KIND. It is pure UI logic that you can influence if you make modifications or enhance the Appointment UI (for example the component BT126S_APPT, by changing the screen kind passed). You'd need to debug a little bit to understand the logic, however.
Hope this helps,
Kind regards,
YZ

Similar Messages

  • Customer Report with Sales Employee and Due date

    Hi,
    I need to configure a report for Customers with Sales Employee & Due date.is there any standard report for this combination in SAP or Do i need to Configure separate report for this.If i need to configure this -kindly help me with some guide lines to prepare this.It would be a great help if you provide some steps to configure this Report.
    Thanks in advance
    Suvarna

    Have you tried the txn code MC-Q or the report program RMCV0500.

  • How to create Activity type

    How to create Activity type
    below are the details
    x sales MnF Expenses
    y FMS MnF Expenses

    dear sudhir
    KA01 - Create Primary Cost Element for the new activities type.
    KL01 - Create Activity Type tied to the primary cost element.
    regards
    rohit

  • Enhancement of 2lis_11_vaitm with sales employee

    Hi,
    I have a scenario to display the sales employee and execution employee for sales order.
    i am using standard data source 2lis_11_vaitm, which has filed PVRTNR for which in data is coming from VBPA table PERNR filed.
    In cmod, customer exit , code is written to populate the data for this field PVRTNR from table VBPA.
    For every sales document there are two employees -- sales employee with partner function as VE and sales execution employee with partner function ZZ. But both the employee entries are getting stored in same table VBPA.
    But when we write the code in CMOD, the vales for the field PVRTNR, it is taking the values whose partner funtion is VE.
    Now user wants both the employees to be displayed i.e, employee with partner function VE and partner function ZZ.
    How can I do it?

    Hi,
    Check the Code writen in Cmod, select command must have where clause with condition on partner funtion is VE
    so after that add OR operator condition for ZZ
    post you code so I can give the proper solution for that
    Best Regards
    Obaid

  • Require Sales Employee Name when creating SO or AR Invoice

    Hi everyone,
    I would like to set up my Sales Orders and AR Invoices so that it is required to enter a Sales Employee Name.  Is there a way to make it so that if no Sales Employee name is entered, a pop up will require you to go back and enter one in the same manner it does for Posting Date.
    Thanks,
    Hayden

    Hello,
    Add this code in SQL .
    Open SQL>Select your Database(Comapny DataBAse)>Programbility>Find([dbo].[SBO_SP_TransactionNotification] ) >right click and modify it.
    and paste the code at that place between dot dot line.
    This Code for Invoice Docuement.
    if (@object_type = '13' and @transaction_type = 'A' )
    BEGIN
    IF exists ((SELECT     OINV.DocEntry
    FROM   OINV   where slpcode = -1 and OINV.Docentry = @list_of_cols_val_tab_del ))
    Begin
    select @error =@object_type
    select @error_message = N'Please fill Sales Employee in Business Partner master Data'
    End
    END
    This Code for SAles OrderDocuement.
    if (@object_type = '17' and @transaction_type = 'A' )
    BEGIN
    IF exists ((SELECT     OINV.DocEntry
    FROM   OINV   where slpcode = -1 and OINV.Docentry = @list_of_cols_val_tab_del ))
    Begin
    select @error =@object_type
    select @error_message = N'Please fill Sales Employee in Business Partner master Data'
    End
    END
    If you got any issue revert same.
    Thanks
    Manvendra Singh Niranjan

  • How to create activity template for email campaign in CRM 5.0

    Hi,
    I tried attaching only a simple activity transaction type (Z005) to communication type email in SPRO > CRM > Marketing > Marketing Planning and Campaign Management > Campaign Execution > Define communication medium.
    After doing this, I was expecting that when I execute my campaign for channel email, emails will be sent to the customers and activity transactions of type Z005 will be created for each outbound email.
    Activity transactions are created, but I think I would like to maintain more details (description, responsible org etc.), which should be possible using activity template.
    I am struggling with creating activity template. I created a normal transaction of type Z005 and tried to maintain it as a template (which was obviously wrong), and the system gave me a message that I need to attach a template transaction of template type D.
    How do I create an activity template of type D?
    Any help would be appreciated.
    Regards,
    Kaushal

    Hi Kushal,
    As your are in CRM 5.0 you can create Activity template from SAP GUI. Just execute CRMD_ORDER and select your Activity type (ZOO5) and in Menu click on Extras->Template->Create  just enter required details such as (description, responsible org etc.)  save the template it will create Activity template number. While creating Email Campaign just enter activity template number.
    Execute Email Campaign it should create Activity with required details.
    Regards,
    Dipesh.

  • How to create active state or current state in spry menu ?

    i have build a vertical menu with spry menu widget, Just
    wondering if any one can guide me how to create an active state or
    current state in the menu.
    I want the visitor to understand which page they are on, so
    just want to change the colour of the active link.

    <helpful but self-serving too>
    There are several ways to do this, but the easiest way, if I
    may say so,
    is to use my divaGPS Extension. It works with virtually any
    menu type
    and is designed to accomplish precisely what you are asking
    for quickly
    and easily.
    </back to our regularly scheduled programming>
    E. Michael Brandt
    www.divaHTML.com
    divaPOP : standards-compliant popup windows
    divaGPS : you-are-here menu highlighting
    divaFAQ : FAQ pages with pizazz
    www.valleywebdesigns.com
    JustSo PictureWindow
    JustSo PhotoAlbum

  • How to create Activity to a Service Call

    Hi,
    how can i create an activity to a service call?
    i have to create an activity first and then add a line in the activities collection of the service call, right?
    but i always get an error message, when i want to create the contact.
    Error-Message: "Invalid Code  [OCLG.CntctSbjct]"
    What is that? The contact has got a subject!

    ServiceCalls oSC = (ServiceCalls)oCompany.GetBusinessObject(BoObjectTypes.oServiceCalls);
            Contacts oContact = (Contacts)oCompany.GetBusinessObject(BoObjectTypes.oContacts);
            oContact.Activity = BoActivities.cn_Other;       
            oContact.Subject = sFreitext;
            oContact.StartTime = Convert.ToDateTime(dtDatum.ToString("yyyy-MM-dd") + " " + sVon);
            oContact.EndTime = Convert.ToDateTime(dtDatum.ToString("yyyy-MM-dd") + " " + sBis);
            oContact.CardCode = sKundennummer;
            int iRet=oContact.Add();
    what is wrong?

  • How to create activity workflow based on the Web API 2 services

    Hi,
    We have Web API 2 services and we want create activity workflow based on the Web API 2 services.
    Web API 2 services provide some application operations and based on this operations we would like to create custom activity workflow.
    Question:
    Is that possible?
    Could you please give best practices to create activity workflow based on the Web API 2 services ?
    Thanks for your support.

    HI Max_P,
    Welcome to workflow forum.
    ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.
    I researched relevant topic about creating workflow application using Web API 2, I just found these resources about it.
    Learn About ASP.NET Web API
    Hope it helps.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Tracking of Stock & Cheque/Cash with respect to sales employees

    Hi all,
    I am in an implementation project with ECC5. It is a cigarette and tobacco manufacturing company. The business keeps track of stock movement and as well as cash and bank receipt from customer as per sales employees. That is for example they keep track of stock when the finished good is coming out from depot and the depot clerk hands over the material to sales employee to deliver to customer, in this stage the stock should be recorded against employee. After that when the sales employee delivers the material to customer then the finance entry will be for stock with sales employee credited.
    When the sales employee receives the cheque from customer at that time the customer account will not be credited till the cheque is not cleared. The business will deposit the cheque to depot clerk , the depot clerk will deposit the cheque to bank and when the bank stmt will come at that time the customer account will be credited. In this cases also the business wants to keep track of cheque/cash what the sales employee has collected from customer.
    I am giving here the details of transaction in the cases of stock movement and as well cheque receipt and finance entry.
         Sales transaction entries
         Terminology:
         ESR     Excise Location
         DEPOT     Depo
         SALES REP     Territory
    1     Stock issue from ESR to DEPOTS
         1     Delivery Note at ESR
         2     GRN at DEPOT
    2     Stock issue from DEPOT to SALES REP
         1     INT Delivery Note
    3     SALES REP activities
         1     Cash or Cheque sales
         2     Daily sales record
         Entries in goods movement:
    1     When stock issued from ESR to DEPOT
         FG Stock Depot     Dr
         FG Stock ESR     Cr
         ( Should be tracked Qty and Value)
    2     When stock issued from DEPOT to SALES REP
         FG Stock Sales Rep     Dr
         FG Stock Depot     Cr
         ( Should be tracked Qty and Value)
    3     When SALES REP is selling stock
         Cost of Goods sold      Dr          Customer account
    Dr
         FG Stock Sales Rep     Cr          Sales Revenue     Cr
         ( Applicable taxes and SALES REP details should be tracked)
         CHEQUE ENTRIES
    4     When SALES REP is cllected CHEQUE from customer
         SALES REP     Dr
         SALES REP Cheque Holding     Cr
    5     When SALES REP is deposited CHEQUE to DEPOT
         DEPOT Cheque Holding     Dr
         SALES REP     Cr
    6     When DEPOT is deposited into bank
         BANK      Dr
         DEPOT Cheque Holding     Cr
    7     When Cheque realises
         SALES REP Cheque Holding     Dr
         Customer account     Cr
         Cash Entries
    4     When SALES REP is cllected cash from customer
         SALES REP     Dr
         Customer     Cr
    5     When SALES REP is deposited CASH to DEPOT
         DEPOT     Dr
         SALES REP     Cr
    6     When DEPOT is used some cash for office expenses and balance
    deposited
    into bank
         DEPOT OFFICE CASH     Dr
         BANK      Dr
         DEPOT     Cr
         (Some expenses kept for office expenses and balance deposited into bank)
    To track the stock with sales employees we have decided each sales employee will be considered as storage location  and we will define business areas with the combination of plant and storage location and these business areas will be as against the sales employee and when posting the cheque and cash transaction the business areas will be accepted and we will generate the report against sales employees. The business requires the stock and cheque/cash reconciliation report as against the sales employees.
    We want your input and suggestion in this scenario and will be waiting for your reply.
    If you need any clarification please let me know.We are not implementing HR.
    Thanks & Regards,
    Mitra

    Hi,
    Good morning and greetings,
    I dont think so that there is a standard report by which you can get the info...Better to do a bespoke development or use SQVI transaction to map the TABLE - TABLE joint option to get the requirement.
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • How to set this filters with 'or' relationship

    Hi Pros,
          I have a query as follows, rows and columns are all in structures.
                                                       regular_employees
                 active_employees
                 lay_off_employees
         I want to set up filter as ' employ_status = 0 or employ_subgroup =2' for this query, please tell me how to set this filters with 'or' relationship.

    Hi Yifei,
    Create a formula and enter this (let's name this FORMULA_KF):
    ((EMPLOY_STATUS = 0) OR (EMPLOY_SUBGROUP = 2)) * enter value IF_TRUE + enter value IF_FALSE
    Then create the condition to HIDE the rows having those values to be filtered (if this is your purpose)..
    Like,
    FORMULA_KF <> 1
    Is this what you want mate?
    Regards,
    Loed

  • More than one Sales employee

    Dear All,
    i am sales employee functionality. i created partner function P1 by copying the standard function PE. i created two sales emplyees and assigned in customer master dat with partner function PE&P1.
    i rasied the sales order& invoice , there i am getting the these partner functions.
    but when i am going to MCTI (Sales analysis of sales employees ), i am getting only PE partner function revenues. i am not getting the P1 partner function report.
    pealse help me out on above functionality.
    Thanks in advance.
    Regrds,
    Shekar

    Why use 2 different partner functions to identify two different sales employees? Why not just add both as partner type PE?
    You may need to check that PE is not setr to "Unique" (limited to only 1) in IMG: Sales and Distribution > Basic Functions > Partner Determination > Set Up Partner Determination >>Set Up Partner Determination for Customer Master >>>Partner Functions
    By identifying them both as PE, they will both show up in the Sales Analysis report.

  • Sales Employee Target in COPA

    Dear SAP Gurus,
    Can any one tell me how to put sales employee target in COPA thorugh characteristic and key fields? How exactly maintain the sales employee target in COPA? Please through some lights on this coz its very important...
    Regards,
    Mohsin

    Hiya,
    Sales Employee can be created as a partner function or can be represented in COPA as PAPARTNER. If you wish to plan by Sales Office, or Business Area, etc. all of these exist as Characteristics in COPA. You may however include these into your Org Structure.
    By targets, you probably mean Sales Targets. This could be Gorss Sales, Net Sales, Sales in a specific currency (say, company code), etc. Create a Value Field called "Target" and define it as a numeric value (Value Field, as opposed to a Quantity Field).
    You can plan on these using standard COPA planning functions, like KE11, KEPM, KEFC, etc. Enter Sales Values into these fields.
    When driving actual values, make sure the same Value field captures actual Sales Revenue as well (by mapping it to the appropriate Condition Type in SD).
    Create a report with the Characteristics and this VF in it and you have achieved your objective.
    Cheers.

  • Sales Employee wise Profitability in COPA

    Experts,
    Below mentioned are COPA characteristics in current structure. Mentioned in RED are characteristics based on Derivation Logic.
    Company Code
    Plant
    Sales Org.
    Distr. Channel
    Division
    Customer
    Product
    Sales employee
    Supervisor
    Manager
    Segment
    I am able to run COPA Assessment cycle for all other segmental level characteristics maintained in KEQ3, But for Sales Employee my logic failed i Have searched for some SAP notes in which SAP mentioned that Sales employee as a receiver characteristic  we can not run assessment cycle.
    SAP Note : 74399
    But in this case my derivation logic is failed as
    Supervisor
    Manager
    Segment
    Are based on Sales Employee based derivation logic.
    In this case how to run KEU5 with Sales employee as a receiver characteristic or else any work around is available for the same.
    Thanks
    Sagar C'kar

    Sir,
    Near to Resolve....
    Need your Approval & expert comments... :-)
    I have maintained 4 Custom Characteristic
    WW010 Sales employee
    WW011 Supervisor
    WW012 Manager
    WW013 Segment
    KEDR with Move Concept from(Std characteristic) KMVTNR to WW010 (Custom Characteristic)
    KEDR Maintained for Supervisor and manager based on Sales Employee (WW010) to flow Revenue & Cogs
    similarly KEDR maintained for Segment on different combination like customer grouping
    Now system has revenue posted with 
    WW011 Supervisor
    WW012 Manager
    WW013 Segment
    and the same can be used in Assessment cycle for OH allocation.
    But if i keep (Std characteristic) KMVTNR for assessment i am unable to allocate OH to this due to system constraints.
    So i am having WW010 (Custom Characteristic) with flow Revenue & Cogs and i am planning to allocate OH to this through COPA Assessment cycle..... And display only this characteristic in the COPA reports.
    Is it fine.... May i proceed with this which will resolve my issue for Sales Employee based profitability...
    Thanks
    Sagar C'kar

  • Sales employee / sales person

    Hi,
    I want to use the sales employee , and want report on the same. As there is a option that i can use sales employee without implementing HR. Since we Are not implementing HR.
    Plz guide me as how i will use this function,
    How to maintian master data for sales employee, what is configuration required the complete process.
    Thanks in advance

    Dear Rishi,
    To use Sale Employee without implementing HR Module, follow this:
    You have to Maintain Partner Determination in SPRO:
    SPRO --> IMG --> SD --> Basic Functions --> Partner Determination -->Set up Partner Determination
    As you want it in Sales Order (say, At Header), Click:
    -->Set Up Partner Determination for Sales Document Header
    Select TA - Standard Order.
    Now, From Left-hand side tree, click on:
    Partner determination procedure assignment.
    Here assign TA to your Sales Doc type (Say, OR - Sales Order).
    Again from Left-hand tree, select
    Account groups - Function Assignment
    Here, Link all Customer Acct Groups to PE/ VE
    Similarly configure Partner Determination for Customer Master & other Sales Documents.
    Now in Sales Order (T. Code: VA01/ 02), to include Sales Employee:
    Goto --> Header --> Partner
    here, in Column Partner. Function: Select VE/ PE as defined for Sales Employee.
    To Create Sales Employee / Representative - T. Code: VPE1 / PAC1
    Hope this helps...
    Give points if useful...
    Thanks,
    Jignesh Mehta

Maybe you are looking for

  • Viewing FCP on NTSC MONITOR

    In my days with PC I used to watch my timeling in Premier Pro on my NTSC monitor. I had a Matrox card with an outbox and connected the svideo out on the box to my monitor. Now in the Mac Pro I have dual outputs on my ATI Raden card and all I get on m

  • Is it possible to copy the iphoto library and albums from a G5 to a macpro

    I would like to copy my iphoto library and albums from a G5 10.5.8 iphoto 8 to a macpro 10.6.2 with iphoto 9. I would like all the photos and albums to appear in the macpro just as they were in the G5. I have vantecs ezshare adapter that allows you t

  • How to modify a table column name

    Hi all, How to modify a table column name... Thanks

  • New particles tutorial

    Hey All, Nipsey pointed out a method for a nice type treatment using particles, so here's a quick tutorial. Please let me know if you find any typos or mistakes. Thanks!

  • Configuring a Wvc2300 to work wiith an IR lamp (and other bits)

    Hi I've recently purchased a wvc2300, and i'm having a little trouble configuring it to do what I want it to. I've also purchased a nightime IR lamp to provide visibility in darkness. I want to be able to configure different "events" to run at differ