How to add business Transactions and areas to CIC

Hi
I have assigned IC_AGENT under CRM_UI_PROFILE.
when I login in web I see the CIC default menu
Upto this point it is perfect.
If I want to see sales, service marketing menus what should I do.
I tried to add SALESPRO under CRM_UI_PROFILE , it take only one parameter value at time either IC_AGENT or SALESPRO
If want to add more than one parameter what should i DO
2) I tried
Assign Business Role to the Position in Org. Model (Org. Unit -> double click on position (eg: Sales Manager) -> select Goto (Main Menu) -> select Detail Object -> select enhanced object description -> select business role in active tab page -> click on create -> select/assign business role (ex: sales manager)
I dont see bussienss trasactions related to sales manager in CIC
3)  If want to test calls from my home telephone is this possible in test systems?

Hi Rama,
Using the CRM_UI_PROFILE parameter in transaction SU3 is a great way to test a profile, however these parameters can only
accept one value.
In CRM 7.0 you can now use the value "*" (without quotes) which will give you access to all business roles.
If you want to be able to choose between different business roles when you log on, then, in organzational mangement, enhance the object description at different levels (person, BP, position, etc..) and your user will have access to the different roles through inheritance.  Be certain to delete the value from CRM_UI_PROFILE first before testing though, as that setting with supercede the customizing in Org Management.
If you wish to see views from the SALESPRO business role in IC_AGENT, do the following:
1)Create a Z-copy of the IC_AGENT role;
2)Create a Z-copy of the IC_AGENT navigation bar profile (transaction CRMC_UI_NBLINKS);
3)Assign the new Z-navigation bar profile to your new Z-copy of the IC_AGENT role;
4)In transaction CRMC_UI_NBLINKS copy the relevant Work Center IDs to your Z-navigation bar profile;
5)In transaction CRMC_UI_PROFILE activate the relevant work centers for your business role:
     a) Select your new business role;
     b) Double-click on 'Adjust Work Centers";
     c) Field "Inactive" must NOT be checked for the new Work Center IDs that you added in step 4;
     d) Make certain there is at least ONE active link that is assigned to the Group Link of the Workcenter;
     e) Double-click on Adjust Work Center Group Links;
     f) Compare against the same settings for the SALESPRO business role and make certain that the workcenter entries are checked 'visible' - and 'in menu', if desired.
This article might be of interest:
/people/john.burton/blog/2009/10/02/which-crm-70-webclient-business-role-is-right-for-you-interaction-center-or-service-sales-professional
Which CRM 7.0 WebClient Business Role is Right for You: Interaction Center or Service / Sales Professional   by John Burton
With regard to telephony...
That's a big topic, but if you integrate a CTI then yes, you can test that way.
The simplest way, however, is to set up your Contact Center Simulator.  Please see the following link:
/people/stephen.johannes/blog/2008/05/21/crm-contact-center-simulator-setup
CRM: Contact Center Simulator Setup   by Stephen Johannes
These might also be of interest:
/people/john.burton/blog/2009/11/11/how-to-implement-computer-telephony-integration-cti-with-the-sap-crm-interaction-center
How to Implement Computer Telephony Integration (CTI) with the SAP CRM Interaction Center   by John Burton
Good luck with your efforts!
Best regards,
Scott

Similar Messages

  • How to add z transaction to area menu fo sap initial screen

    Hi,
      we have created 'z transaction'. how to attach it in area menu of sap initial screen.
    we need to attach it to logistics>financial accounting> clients.
    could you please help me .

    Hi,
    There is no need of creating any t-code for a area menu. The area menu name given by is the t-code to acces the area menu.
    SO create the area enu with the name which you want to create the t-code.
    To create a t-code to a standard area menu just go to se43 and copy the standard area menu to your z area menu (z area menu name should be the t-code you want to create.)
    If you know the transaction code of that clients then goto se43 and give that transaction code and then copy to z_transaction code.
    If you dont kow the transaction code of that clients then open clients throuch the path logictics->fiancial accounting->clients then look at the status to find the t-code.
    Thanks
    Kiran.
    Edited by: kiran Pasala on Feb 28, 2008 8:39 AM

  • How to required Business Place and Section Code in FB60 screen

    Dear Guru
    Please guide me  how to required Business Place and Section Code in FB60 screen. in SAP
    Regards
    Tapan Maity

    Hi Tapan,
    Theer are various discussion over this issue . You can apply validation specific to transaction code as well as on the document type.
    Hope this would help you.
    Regards
    Pankaj P

  • HOW TO ADD BUSINESS RULES

    HI EVERY ONE,
      I HAVE A REQUIREMENT WORKING ON MM , I HAVE SOME BUSINESS RULES IN FUNCTIONAL DESIGN DOCUMENT AND I NEED TO WRITE THE TECH DESIGN . MY QUESTION IS HOW TO ADD BUSINESS RULES IN TECH SPEC. EXAMPLE I HAVE FINAL DUE DATE AS BUSINESS RULE i.e,
    Final Due Date = Baseline Date + Maximum Day Term
    If Clearing Date is = Final Due Date = Invoice is Paid-On Time
    If Clearing Date is < Final Due Date = Invoice is Paid Early.
    If Clearing Date is > Final Due Date = Invoice is Paid Late
       I have the data available for Final Due date from R3 .
    So after creating the Info Object( characteristic), where can I add this formula for that Z INFO OBJECT ?  I have total of 5 business rules like this in my funtional doc
    Help will be appreciated . Points will be assigned if my problem solved...
    thanks

    Hi Harish,
    With the assumptions:
    1. You are using a BI 2004s system
    2. The fields Baseline Date, Clearing Date & Maximum Day Term are being sourced from R/3
    The rules can be coded into the End Routine in the Transformation.
    If you are using a BW 3.x system, this logic can be coded in the Start Routine at the Transfer Rules or the Start Routine at the Update Rules.
    Hope this helps.
    Regards,
    Shrikant

  • How to add new row and update existing rows at a time form the upload file

    hi
    How to add new row and update existing rows at a time form the upload file
    example:ztable(existing table)
    bcent                      smh            nsmh         valid date
    0001112465      7.4                       26.06.2007
    0001112466      7.5                       26.06.2007
    000111801                      7.6                       26.06.2007
    1982                      7.8                       26.06.2007
    Flat file structure
    bcent                       nsmh         valid date
    0001112465     7.8     26.06.2007  ( update into above table in nsmh)
    0001112466     7.9     26.06.2007  ( update into above table in nsmh) 
    000111801                     7.6      26.06.2007 ( update into above table in nsmh
    1985                      11              26.06.2007   new row it should insert in table
    thanks,
    Sivagopal R

    Hi,
    First upload the file into an internal table. If you are using a file that is on application server. Use open dataset and close dataset.
    Then :
    Loop at it.
    *insert or modify as per your requirement.
    Endloop.
    Regards,
    Srilatha.

  • Add Business intelligence and forms to existing 9iAS

    How do I add Business intelligence and forms to a existing installation of 9iAS (Portal and wireless).
    Vinodh R.

    i am also facing the same problem with reports . can anybody helpme on this. here is my problem
    Oracle Home : C:\ora9ias1
    Deploying Reports for OC4J
    Reports deployment was successful
    Starting file instantiation
    File instantiation succeeded
    Registering Reports as a database provider
    Queue null
    Number of actions : 1
    Done
    Starting Action : SQLPlus
    Command C:\ora9ias1/bin/sqlplus.exe -s "PORTAL/XXXX@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=mphi4180.mphi.org)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=iasdb.mphi4180.mphi.org)))" @"C:\ora9ias1/portal/admin/plsql/wwd/rwaddpag.sql"
    Process destroyed
    Process err
    Process out
    Action queue failedoracle.ifs.utils.common.ProcessDestroyedException
    Error executing : rwaddpag.sql
    Reports registration failed
    Starting EM integration
    EM integration was successful
    Reports Configuration failed

  • How to add the new dep area in existing cod

    Dear all,
    how to add the new dep area in existing cod we are planing to implement the IFRS by using leading ledger and non leading ledger present we are using OL leading ledger
    present we are using dep area 01 ,15
    how to achive the parallel accounting in asset accounting how to add new dep area 30 in existing COD
    if any document plz refer me  

    Hi Bhayyapu,
    Please refer to the links given below.
    New Depreciation area
    Adding a New Depreciation Area to Existing Assets - Financial Accounting (FI) - SAP Library
    Hope this will help you.
    Regards
    Eugene

  • How to ADD reference table and make a field as currency field in dictionary

    pls render some info on how to add refernce table and ref field if i want to make an added field as a currency or quantity field...

    Hi Kiran,
    It sounds like you are creating a "Z" table or structure and have defined a quantity (eg MENGE). But when you run the syntax check, the system is saying you need to define a reference table / field.
    Well when you are in SE11, click on the "Currency / Quantity Fields" tab. You will see 2 columns called "Reference Table" and "Reference Field". These 2 columns define the unit of measure for the currency / qty.
    If you have defined in your table MENGE and MEINS and the MEINS field is the unit of measure for the MENGE field you should define your fields as such (inthe Currency/Quantity Fields" tab:
    Table - ZVBAP
    MENGE MENGE_D QUAN ZVBAP MEINS
    MEINS MEINS   UNIT
    Hope this makes sense.
    Cheers,
    Pat.
    PS. Kindly assign Reward Points to the posts you find helpful.

  • Difference between Add from transaction and Add from Authorisatio default

    Hi All,
    Could anyone tell me the difference, from PFCG -> Menu -> Add from transaction and Add from Authorisatio default?
    Thanks and Regards, Pradeep

    I'm not a fan of "hiding" stuff from users so the not appearing in the menu part isn't a biggie for me.  If you do need to give background auths for something but don't want it to appear in a menu then this will let you do it without adding manual auths or changing standard object values
    Where I find it useful is that it allows you to assign & maintain indicators for stuff like Function Modules and Services.  No real business advantage other than it makes your security implementation cleaner.

  • How to enter Business place and section code of already posted documents

    Hello All,
    We have some posted documents from month of July, in which user has not entered business place and section code
    Please tell me how to enter business place and section code in these posted documents..
    I have already searched on other links, but were not useful..
    Thanks...

    Hi
    Can you share the screen shot and message no for the error? Also check if you have specified the actual MIRO Document No and not the FI Document No of MIRO Document.
    regards
    Sanil Bhandari

  • How to add Business area  in t code S_ALR_87012082 for dynamic selection.

    Hi Gurus,
    I need  to add Business area field in T-code S_ALR_87012082.
    On choosing  dynamic selection, i found that Business area is not there. 
    Can any one please tell me how can i add Business area field  over there.
    Thanks in advance.

    Please check following SAP notes for this.
    188663 and 832997 and 310886

  • How to export Business process and application area from Backend.

    Hi ,
    I am new to SAP. I want to export Business process, sub business process, and application area from backend SAP system to my desktop in the excel or flat file format. How can I do this ?? what are the transactions to do this ?.
    Thanks in advance for Reply

    Hi,
    You can deactivate the business process itself if you do not want at all. So that the header will not available for the entity.
    Regards,
    Priya

  • How to add a field and table control to BP transaction.

    Hi,
    I have a requirement to add a field and table control to the 'Control data' tab of the Transaction BP.
    Can some on please help me if having a solution and with any relavant documents.
    Thanks in advance.
    Raj & Khader.

    Also explore with EEWB tcode.
    Refer this threads
    Re: EEWB
    Created New fields in Business Activity with EEWB
    Cheers
    Manohar

  • How to map business process and enterprise service?

    Recently, I read some documents about ESA. I'm confusing about the relationship between business process and enterprise service. In other word, how to map the business process to enterprise service after the business process is analyzed? Is there any methodology/rule to define business process and wrap them into service in ESA?

    Hi Sherry,
    I like to add some of my thoughts about that discussion. From my point of view ESA is much more than just another BPM or Enterprise BPM. ESA is adresses six key areas and I think all of them are really needed:
    - <b>People Productivity</b> as the word itself describes...it's about portals and productivity.
    - <b>Embedded Analytics</b> has to integrate transactional and analytical content.
    - <b>Service Composition</b> is used for model-driven service composition and services orchestration.
    - <b>Service Enablement</b> is about a Enterprise Services Repository filled with business meaningful Enterprise Services and service patterns for enabled objects. Excactly this is where SAP has years of experiences.
    - <b>Business Process Platform</b> is about service enablement of all application platform objects and engines. This is the place where "BPM" for core business processes resits.
    - <b>Life-Cycle Management</b> has to cover the deployment, configuration, operation and change management for ESA based processes.
    Therefore the term "BPM" is located in serveral layers of an ESA approach. On the level of <u>Business Process Platform</u> BPM is providing the choreography for core business preocesses.
    At <u>Service Enablement</u> BPM needs to compose out of granular services (I would say "atomic" services)
    buiness meaningful services (here we have "molecular" services).
    The third level where BPM could be used is <u>Service Composition</u> because exactly this is the place
    where serveral Enterprise Services could be combined to a process representation.
    To come back to the discussion:
    1. The question should be how to indentify business meaningful services which could represent single process steps. ATP check, Credit card check, ... could be examples. In theory this service could be out-tasked, defined more flexible etc. This means that processes needs to be evaluated for Enterprise Service candidates. Afterwards you can check against SAP's Enterprise Services Repository for already existing Enterprise Services. The evalution for enterprise services candidates will be supported by the metodology mentioned by Kaj and David.
    2. I think domains in this context should be motivated by business and/or functional areas. Depending on the granularity. For example Order Fulfilment Services, Master Data Services, Search Services... These kind of serices can be combined again to services such as "Search of Master Data" (Search Service + Read Master Data Service) etc. or can be used to generate UI to be used in a ESA application.
    Your thoughts?
    Very best regards
    Wulff

  • How to see system status in spro. How to assign business transaction to user status.

    Hi All,
    How to see system status in spro. can we change system status in spro for maintenance order.kindly share.
    Also share how can we assign business transaction to user status for maintenance order

    Peter,
    You cannot see the system-status in SPRO.
    You can view the system-statuses via BS23.
    Be warned - it is NOT advisable to change the system-status setting as you may screw-up your system. Remember that many statuses are used across multiple objects and multiple modules.
    PeteA

Maybe you are looking for

  • Considering a refurbished 24" Imac ... video card question?

    I've been a lifelong Microhell Winblows user and am finally ready to move over to an Apple. I don't have a lot of money to drop on a Mac Pro with a separate screen so I've been thinking either a 20" or 24" iMac. Then, of course, bumping it to 4 gigs

  • Adapter Module for receiver IDOC adapter?

    Hi, I have a scenario where i need to do some custom logging in the receiver adapters. For all receiver file adapters, i have written an adapter module which fulfills this custom requirement but how will i do this in the receiver IDOC adapter as its

  • Itunes keeps opening up even though i have not connected it to my phone

    1) Itunes keeps opening up and playing random episodes of a series i bought from itunes stores and even when i force quit it it still opens up 2) when I'm watching an episode on itunes and i move it stops playing and even if i just move slightly it s

  • BAPI or FM for MD81

    Hi All, Is there any BAPI or FM to create "Customer Independent Requirements" (MD81)??

  • Create directory with FileOutputStream

    I'm on a directory dir1. I write out = new FileOutputStream(./dir2/doc.html); and when I execute I have : ./dir2/doc.html : no such file or directory of course this directory doesn't exist. Is it possible that the constructor create the directory ? O