CRM technical books

Gurus,
      I am new to CRM, Can any body please send me the links to technical books?My email id is [email protected] Full points will be assigned.
Thanks in advance,
Vinod.
Edited by: Vinod M on Jan 23, 2008 1:52 AM
Edited by: Vinod M on Jan 23, 2008 6:21 AM

Vinod
    There are differnet varities of Technical/Cookbooks available depending upon the CRM business type.
    Refer the Cookbook/Installation area of the following link:   
    [Lnk to CRM Documentation|Links to CRM Documentation;
Thanks
Allot points if this thread helps!

Similar Messages

  • Need CRM Technical book

    Hi CRM Techies,
    Can anybody please send CRM Technical Book and any kind of technical documents which are useful for an ABAP developer to ream up his skills in CRM. My id is [email protected]
    Appreciate if sombody helps me getting the PDF's.
    Thanks in advance,
    Naresh

    Hi Naresh,
       Before sending pdf's.. look at this thread Brainstorming Discussion - Links to CRM Documentation
    Regards.
    Manuel

  • Required CRM Technical book

    Hi All,
    I need CRM Technical book. Can anyone there to provide this.
    Thanks in advance.
    Thanx & Regards,
    Santosh

    Self Study
    -- http://service.sap.com/crm - Read and download every piece of material on CRM you can find there
    -- There is an Online Knowledge Product for CRM 40 that SAP produces that is worth the cost. You get code and configuration tutorials for this.
    -- http://help.sap.com - Read this
    -- There is a book on CRM published by SAP Press

  • What is CRM technical?

    Hi
    what is CRM technical book? is it for CRM technical consultants of ABAP?? If so , can u plz send me the book at [email protected] I wont forget to give points to whoever helps.
    thanks,
    gautam

    Hi Gaurav,
    When we talk of CRM Technical, Its ABAP OOPS with XML, HTMLB and some Java knowledge.
    Fir CRM technical, its important to have ABAP with OOPS concept.
    Have send you the CRM Webclient Cook book, may thats of some help to you.
    //BR
    Bipin.

  • CRM Technical (CookBook)

    Friends,
    I worked in ABAP and Java(For 7 years). Now i have to move to CRM technical side and i come to know that CRM CookBook is the best for that. I searched and found there are already many people asked about that and first i tried to catch those guys who has that pdf book of CRM. But i didnt get any reply from that. So once again i put the same subject here, if anyone has the pdf of CookBook will you forward it to [email protected]
    Thanks for your help.
    Hitesh

    Hello everyone requesting the PC-UI Cookbook,
    the actual CRM 5.0 Cookbook is available in the SAP Service Marketplace at:
    <a href="http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000647974&">CRM Business Packages and PC UI</a>
    The path is:
    http://service.sap.com/instguides -> mySAP Business Suite Applications -> mySAP CRM -> mySAP CRM 2005 -> CRM Business Packages and PC UI.
    Because of this availability I will close this topic.
    Best regards
    Gregor

  • Need CRM Technical Cookbook

    Hai,
    Anyone can send me the CRM Technical cookbook to mail id.
    I will give points, if it is worth, Please send me any thing related CRM BSP and Workflow also.
    My mail Id is : [email protected]
    Thanks,
    Tamil.

    Hi Tamil,
    I have sent you the required docs at [email protected]
    For Workflows refer the following thread:
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://www.sapgenie.com/workflow/index.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-press.com/product.cfm?account=&product=H950
    /people/ginger.gatling/blog/2005/12/01/link-workflow-business-objects-to-your-collaboration-tasks
    http://help.sap.com/saphelp_erp2005/helpdata/en/fb/135962457311d189440000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    http://help.sap.com/saphelp_bw33/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw31/helpdata/en/8d/25f94b454311d189430000e829fbbd/content.htm
    Check the below PDF file on Workflow:
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    There is a good book from SAP Press that I would
    recommend as a starting point.It's called Practical Workflow for SAP and it is by Alan Rickayzen.
    <b>Reward points if it helps.</b>
    Message was edited by: Amit Mishra

  • Re: switching to CRM technical

    Hi Guys,
    I'm a certified SAP ABAP consulatnat with over 4 years of exp. Now as you know there is lots of demand of ABAP CRM.
    So please suggest how to switch to ABAP CRM technical.
    What areas i need to cover?
    What are the basic prequisite required to learn SAP?
    Is there any such Book available?
    As an ABAP what exactly the scope of work ?
    Please Suggest.
    Thanks.
    Anshuman

    Hello,
    These are all the technologies you might encounter in CRM:
    BSP/Webdynpro for the WebUI interface
    Java for IPC and e-sales/e-service scenarios
    General HTML and javascript knowledge
    XML for interfacing and webservices (SOA)
    ABAP OO and BOL (business object layer, just a complete model written in ABAP OO, this is a layer on top of the APIs specificly written for the WebUI and WebClient)
    Quite some technologies but it all comes down to which scenarios you need to develop in.
    The "core" is the BOL layer (as from 5.0 in IC WebClient and in WebUI and WebClient as from 5.1 and upwards) which is a layer on top of the (B)APIs written in ABAP OO implementing the Model/View/Controller (MVC) design pattern.
    Check out the SAP Library books, there are quite some on CRM specific and one specificly on the BOL layer if I recall correctly.
    It's quite challenging since SAP has not yet released that many documentation on it.
    Hope this helps you in the good direction,
    Kind regards,
    Joost

  • Need help for CRM Technical

    Hi,
    I am a ABAP guy and want to know about CRM Technical.
    Is it make sense to learn CRM Technical for ABAP guys ?
    If yes than share some documents name.
    I will appreciate your help.
    Thanks.

    I would say that this depends on what you want to focus in the future of your career. If you want to be just programer, then you don't need to know the customization of CRM processes. If your company wants from you also this part, then you are pushed in to this. But in our company the programers are on one side and "proccess users" on the other. I would say it's more important for techncal guy to know a bit about abap, then the way around.
    But if you want to look also to technical aspect, thene there is a lot documentation. Maybe the best way would be to start with one of SAP books about Basics of CRM or at sap.help.com (http://help.sap.com/content/documentation/sbs/docu_sbs_crm_design.htm) and then continue with building blocks also available in SAP.

  • Role of a CRM  Technical consultant in SAP C4C and CRM on HANA

    Hi,
    What would be the role of a CRM Technical consultant in the following.
    SAP C4C
    SAP S4/HANA
    SAP CRM on HANA
    Thanks & Regards
    Sunil

    Sunil,
    I have got privileged of working on some C4C assignments & as far as my vision goes. A CRM Technical consultant is an integral part of any C4C/implementation or AMS environment.
    C4C has a real time integration/initial migration and a day to day basis data flow possible from Backend SAP CRM system. At Backend CRM, XIF adapter is tapped extensively to leverage these functionalities & as a CRM consultant it is not tough to adapt to the Cloud environment of C4C as well but Yes the UI technology has changed as well the view layouts.
    Thanks,
    Ravi

  • Opportunities in CRM Technical

    Hi,
    would like to know about opportunities in CRM Technical.
    Regards,
    Sandesh.

    hi
    good
    i would suggest you go though the url
    www.techtarget.com
    thanks
    mrutyun^

  • About learning CRM-Technical

    Hi all,
    I am new to CRM (I have experience on ABAP).
    for my project needs I have to learn CRM technical.
    Please suggest what are the SAP certificationa available (CRnnn).
    Also suggest some useful websites (only for CRM technical).
    Points will be rewarded for useful helps.
    -B S B

    Hi B S B,
    Better option to get into CRM for ABAP er's is learn crm Middleware.If you are good in abap easy to learn middleware.
    Go through the below url for further information on CRM certification.
    https://websmp208.sap-ag.de/certification
    <b>Allot Ponts If my post Helps!!!</b>
    Regards,
    Sathya Reddy.

  • CRM Technical for Tech beginner (Basically ABAP)

    Dear All
    I am a beginner in CRM Technical domain. Though I have 7 years exp in ABAP and would be pursuing CRM Technical now.
    I would like to know from you the links and documents for CRM Technical side
    Amol

    Hi Amol,
    7 years of ABAP experience will be very helpful for landing into SAP CRM. So, best of luck for you CRM Technical journey. have a look at this thread for your Technical Requirement.
    ABAP TO CRM please guide
    Hope this helps.
    Thanks,
    Samantak.

  • BTE in SAP CRM technical

    Hi Experts,
    I am new to SAP CRM technical, and as per my knowledge just like AET and EEWB we could use BTE too for enhancing the data model.
    I know and have used AET and EEWB, but not used BTE yet. I have an overview knowledge about BTE and its role in CRM, but I haven't used it practically.
    Could any body please share some example on BTE practical implementation, so that I could follow the same to test and analyse. This would help me to implement BTE in solving real time problems faced by my clients.

    Hi Anuj,
    Certification is added advantage for any consultant working in SAP.
    If you attempt for certification with SAP. your skill sets will be registered and you will get SAP USERID.
    With that you can browse  latest SAP Product releases and notes etc.... from SAP support portal.
    There are two ways you can attempt for certification.
    1) You need to go through from your current employeer.
    2) You need to attend trainings from SAP.
    Thanks,
    Prabhanjan Reddy G

  • CRM Technical Help

    Can anybody send me some material or notes on CRM Technical ( ABAP point of view). As I am a ABAP er and trying to learn CRM so i need some documents on CRM Technical like  Enhancements (eg. Badi), Forms etc.
    Thanks in advance.

    Hello,
    I close this Topic because the Documents requested are available via the Topic Links to CRM Documentation.
    Regards
    Gregor Wolf
    SDN CRM Forum Moderator

  • CRM Technical Presentation

    Hi all
        I have been asked to present a CRM Technical presentation to all the Non-CRM Developers here in my company.  This presentation should be more of Technical One than speaking Business/Functional Points.
       But i am really donot know, what are the topics to be covered even having idea on SAP CRM Cababilitiies!  What are the real Technical areas very important in the CRM ?
       Any ideas/Suggestions  are really Welcome !
    Thanks
    Jack

    Thanks Animesh !
    If you have a Documents/details on FMs Type(_OW or _OB), please let me know or post it to [email protected]
    Also the Data Model which i have are in German, Do you have the English Version or any easy way to intepret the German Model ?
    Thanks
    Jack

Maybe you are looking for

  • *HELP* Adobe Flash Player Has Stopped Working

    Problem signature:   Problem Event Name:    APPCRASH   Application Name:    install_flashplayer11x32_mssd_aih(1).exe   Application Version:    3.3.3.0   Application Timestamp:    5010882b   Fault Module Name:    setueout.dll   Fault Module Version:  

  • Merge patch question

    Hi All, my system is ebs R12 12.1.1 db 11gr1 i will apply these patches to the system before i would apply us patch first and merge all languages to one patch then apply it. my question is if i can merge ALL languages including US into one patch and

  • JMS on different physical servers

    I have about 4 different weblogic instances running same application and running on different physical machines. One server has a topic defined and a deployed messaging bean is to listen to the messages comes to this topic. I have a foreign server an

  • I have a pavilion dv5-1235dx

    i ran a performance check and was told i need to free up d drive which is down to 13%. i used disk clean up, deleted all temporary files and browser files. which i do this everytime befoer i log off, also i defraged. im not sure what to do now there

  • Noted Item for GL & to be displayed  in notes to accounts

    Hi, We want to post noted items for GL account items only (Not to customer or Vendor) And then this has to be reported in FSV as notes to accounts. Do we have any standard solution for this or any work around? Regards Utkarsh