ABAP WD in CRM 5.1 WebClient

Hello,
Our project includes ECC, CRM 5.1, SRM6.0 and Portal.
The CRM 5.1 UI technology is BSP WebClient.
SRM UI technology is ABAP WebDynpro.
For our portal customers and vendors self-service, we have decided that ABAP WebDynpro will be used for new developments.
If I need to develop new and simple web quote screens for our customer on the portal, can I mix ABAP webdynpro with CRM WebClient? For example, can I create a ABAP WD view and use existing classes used in the WebClient as controllers or is it better to stick with BSP webclient for this case?
Thanks

Hello,
Do you have any solution to your problem. Can you share with us how did you implement it? what was your findings. Thanks.
Regards,
Malik

Similar Messages

  • CRM 4 IC webClient cookbook

    hi
    Can any one send me the CRM 4 IC webClient cookbook to my email id [email protected]
    Note: Points will be rewarded.
    Regards,
    Vinod

    Done.
    Check your email, it should be there.
    Edited by: Mike Powals on Dec 19, 2007 2:04 PM

  • For R/3 to CRM Scenario ,creating ABAP Proxy for CRM which is in Target

    In R/3 to CRM scenario it is ok creating ABAP Proxy for CRM which is Target system.if it is possible it is Client Proxy.it is correct or not

    Hi,
    Client Proxy. When you need to create Proxy for your Sender system then the proxy is generated on the client side and the Class created in Proxy generation is called in a report/FM etc.
    Server proxy. The server proxy is created when you are sending the data from SAP XI to the receiving system.
    The generation of proxy in both the cases happens on the sender or the receiver system.
    Regards
    Vijaya

  • ABAP requirements in  CRM

    Friends,
    I am an ABAP programmer and have started learning SAP CRM. Can someone tell me how ABAP integrates with CRM.
    Thanks.
    -cbk

    CBK,
    Okay the answer is what business process do you want to support?
    -- Sales Force Automation/Mobile Sales
    -- Pricing/IPC
    -- E-Commerce/Internet Sales
    -- Call Center Management/Interaction Center
    -- Marketing
    -- Plus many more...
    Based on the business process you want to support, it will require different technical skills.  In general I recommend learning the following:
    Classroom
    - Take the SAP CRM Technical Overview Class, CR555.  It won't cover all the details but will help.
    - Take a CRM customizing class in the business area you will be supporting.
    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
    Practical
    -- Start learning on a CRM 40 system.  CRM is no different than any SAP solution.  Until you get your hands dirty using the software, you will never learn how it works.
    Someday somebody will write a decent ABAP development guide for CRM.  However until that somebody gets time to write that book, some weblogs will be published in the in between period.  I personally want to write a few more CRM weblogs, however I been on a CRM mini-project for the last month. 
    If anyone has suggestions of CRM ABAP development topics you would like to see as a weblog please post it here.  I will pick one topic suggested that I am able to elborate on further as a weblog.
    Take care,
    Stephen

  • ABAP interfacing to CRM

    Hi CRM Tech guys,
       plz tell me what are the reuirements in ABAP interfacing to CRM.  i want some function modules , bapis,  and needed middleware concepts.
    plz answer me.
    regards
    ram.

    Hi Ram Krishna,
    Some of the FM in CRM:
    GUID_CREATE     Create GUID for a Business Transaction
    BAPI_BUSPROCESSND_CREATEMULTI     Bapi to create Service Contracts programmatically. Pass the inputfields to be created in the contract.
    Note: BAPI_BUSPROCESSND_SAVE must be called after this function call to save the Service Contract.
    BAPI_BUSPROCESSND_SAVE     Bapi to save the Service Contracts.
    BAPI_ECRMISUTO_INIT     Initialize the creation of Ibase in CRM
    BAPI_ECRMISUTO_CREATEMULTIPLE     Create the Installed Base and its components.
    Note:
             Always call the function module 
             ‘BAPI_TRANSACTION_COMMIT’
             after call to any Bapi
    CRM_IBASE_INITIALIZE     Initialize the changes to be done in Ibase in CRM
    CRM_IBASE_SAVE     Call this FM to save the changes in the Ibase
    BAPI_BUPA_FRG0130_CREATE     Bapi to create Business Agreement for a customer
    BAPI_BUPA_ADDRESS_ADD      Add invoice address for business partner. Pass the address type as 'rechnung' to add invoice address
    BAPI_BUPA_BANKDETAIL_ADD        Add bank details for the business partner
    BAPI_BUPA_CREATE_FROM_DATA        BAPI for business partner creation as Organization, Person or Group in general role. Same BAPI can be used to create Contact Person for the Business Partner
    BAPI_BUPR_RELATIONSHIP_CREATE     Function module to establish the Business Partner and Contact Person
    Relationship. Pass the Relationship Category as ‘BUR001’
    BAPI_BUPA_ROLE_ADD        Add Role to Business Partner for e.g. Sold to Party ‘CRM001’, Contact Person ‘BUP001’
    BAPI_BUPA_TAX_ADD     BAPI Add Tax Number for the existing Business Partner
    BAPI_BUPA_FRG0040_CREATE     Create Classification Data for a Business Partner
    BAPI_BUPA_FRG0130_CREATE     Create Business Agreement
    BAPI_BUSPROCESSND_CREATEMULTI     BAPI to create Contract. Populate the Header and Line Item Details before calling the BAPI
    BAPI_BUPA_ADDRESSES_GET      Determine All Addresses
    BAPI_BUPA_ADDRESS_GETDETAIL        Read Address
    BAPI_BUPA_ADDRESS_GET_NUMBERS        Read Address Numbers
    BAPI_BUPA_BANKDETAILS_GET        Determine All Bank Details
    BAPI_BUPA_BANKDETAIL_GETDETAIL        Read Bank Details
    BAPI_BUPA_BANKDETAIL_NUMBERS        Read Bank Details Numbers
    BAPI_BUPA_CENTRAL_GETDETAIL        Read Central Data
    BAPI_BUPA_EXISTENCE_CHECK        Check Existence of Business Partner
    BAPI_BUPA_GET_NUMBERS        Read Business Partner Numbers
    BAPI_BUPA_RELATIONSHIPS_GET        Determine All BP Relationships
    BAPI_BUPA_ROLES_GET        Determine All Roles
    BAPI_BUPA_ROLE_EXISTENCE_CHECK        Check Existence of Role
    BAPI_BUPA_SEARCH        Search Business Partner for Telephone, E-Mail, Address
    BAPI_BUPA_STATUS_GETDETAIL      Business Partner: Read Status
    BAPI_BUPR_ACTIVITYP_EXISTCHECK      Check Existence of Contact Partner Relationship
    BAPI_BUPR_CONTP_ADDRESSES_GET        Read Contact Person Relationship Addresses
    BAPI_BUPR_CONTP_ADDR_GETDETAIL        Read Contact Person Relationship Addresses
    BAPI_BUPR_CONTP_GETDETAIL        Read Contact Person Relationship
    BAPI_BUPR_EMPLO_ADDRESSES_GET        Read Contact Person Relationship Addresses
    BAPI_BUPR_EMPLO_ADDR_GETDETAIL        Read Employee Relationship Address
    BAPI_BUPR_EMPLO_GETDETAIL        Read Employee Relationship
    BAPI_BUPR_RELATIONSHIP_GET        Read General Relationship
    BAPI_BUPR_RELSHIP_CHECKEXIST        Check Existence of General Relationship
    BAPI_BUPR_RELSHIP_GET_DETAIL        Read General Relationship
    BAPI_BUPR_RESP_EMPLO_CHEKEXIST        Read Relationship of Employee Responsible
    BUPA_PARTNER_CONTACT_SEARCH      Searches business partners for telephone, E-Mail, address
    ECRM_ISU_COMP_BY_ADDRESS     Check for Existence of Ibase
    CRM_ORDER_GET_HEADER_GUID     Get Header GUID for Item GUID pass ref_kind as b
    CRM_ORDERADM_H_READ_OW     Read the Header Details for a Business Transaction. Pass the Header guid.
    CRM_ORDERADM_I_READ_OW     Read the Line Item Details for a line item. Pass the line item guid.
    CRM_ORDER_READ     Get all the Service Contract details.
    Note: Pass the requested objects to fetch only the required details.
    This can also be used to get the details of activities/leads/opportunities etc.
    CRM_ORDER_GETSTATUS     Get status of the Service Contract
    Note: CRM_ORDER_READ Function Module
    1.     CRM_ORDER_READ is a function module which can be used to get the details of any business transaction based on the Header GUID, Item GUID or both.
    2.     Always pass the IT_REQUESTED_OBJECTS structure to this function module to fetch the required details only.
    3.     This function module can not be executed directly instead SAP has provided a report CRM_ORDER_READ for the same for testing purpose. We can pass Business Transaction Number (Object ID), Header GUID or Item GUID to this report to get the required details.
    For other Details: just go through : http://help.sap.com/saphelp_crm50/helpdata/en/1a/023d63b8387c4a8dfea6592f3a23a7/frameset.htm
    Hope it will help
    Regards,
    Arjun
    <b>Reward points if it helps</b>

  • ABAP & Workflow for CRM

    Hello  Buddies,
            I have seen so mail threads somewhat near to my doubt but could you please tell me some good link for learning ABAP & Workflow for CRM. Also please advise me, being ABAP-Workflow Consultant which section of CRM is best suitable for me.
    Thanks in advance. Your guidance is appreciated.
    Warm Regards,
    N. Singh

    Hi,
    ABAP    and Workflow for CRM is nothing different and specific to CRM. They are same and at least all the basic concepts are present. There might be some implementation and conceptual differences but they are more of functionality driven.
    You start learning SAP CRM Fucntionality which will help you to understand SAP CRM much better. And then you can have a feel of the CRM feature and where and how it's been used to drive the ABAP and Workflow functionality.
    Hope this helps. You can scan the forum for good links and resources.
    Best Regards,
    Samantak

  • Z Transaction Types not showing up at creation in CRM 5.2 WebClient

    Hi Experts,
    I am using CRM 5.2 with webclient.
    I have just created 3 transaction types (BUS2000126 & BUS2000125) copied from standard ones.
    I passed all other transactions as Inactive in SPRO.
    In GUI everything is OK, I can create each of these transactions properly.
    But in WebClient, when I click on "New", the pop-up appears but there is no value in it.
    Is there anything I would have forget in my customizing, anything I should do in the BOL???
    I 'd appreciate any help and reward with maximum points for any helpful answer,
    Thanks,
    Aldo

    Aldo,
    I know for activities (BUS2000126) they must have the correct category assigned in order to show up in the creation list.  This is set under Assignment of Business Transactions Categories, and the customizing header data for the category Activity for the transaction you created.
    The class CL_CRM_UIU_BT_ACT_CUST_GET controls this logic.  There are calls to CRM_BSP_SALES_GET_PROC_TYPE which will retrieve the list of possible transaction types.  You can look at the method GET_PROC_TYPES_FOR_SCREEN_KIND in class CL_CRM_UI_BT_ACT_CUST_GET to see this logic.
    The class of the category of the activity must correspond to the allow values.
    Take care,
    Stephen

  • ABAP Objects for CRM

    Preparing for a project in CRm ABAP .Please help with list of ABAP objects related to CRM which I need to know

    Hi Bhole,
    Welcome to SDN.
    Why dont you put a search on SCN by using your subject line. You will get a lot of information
    related to your query.
    See [this.|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=abapObjectsfor+CRM&adv=false&sortby=cm_rnd_rankvalue]
    Thanks
    Nitesh

  • CRM Analyst IC WebClient Consultant needed in Franklin Lakes, NJ

    This runs through 2013
    Skill Requirements:
    u2022 Ideal resource will be a person with strong experience in IC WebClient configuration and Complaints processing.
    u2022 Must able to handle tasks independently with minimal support.
    u2022 CRM IC WebClient u2013 Basic IC WebConfig including Alerts, Interactive Scripts, Surveys, Broadcast messaging, Categorization Schema, TREX Search etc
    u2022 Working knowledge on Component Workbench and Business Roles
    u2022 Experience in Complaints and Returns processing u2013 with good ECC Integration experience. u2022 Experience in ECC Sales Order processing is a huge plus
    Other Requirements:
    u2022 Excellent communication, interpersonal, and presentation skills.
    u2022 Proven experience on a cross-functional project
    u2022 Work authorization for the US through 2013
    Edited by: GR_RCMT on Dec 22, 2011 4:00 PM
    Edited by: GR_RCMT on Dec 22, 2011 4:03 PM

    Hello specialists,
    is there now one who can help. Where are the sap-gurus ?
    The Accountingdata is impossible to see and fill in in the PC-UI in the CRM-SI ADDON, too.
    Please help. Because if there is some data and functinality is missing in the PCUI, we have no arguments to our customer to start a project to change from classic gui to pcui......
    Best regards,
    André Borrmann

  • Role of ABAP ers In CRM Technology

    Hi All,
    can any one send me the documents/Link related to ABAP CRM  & WAS 6.0.
    Its very Urgent.
    Thanks & regards

    Please send me too if possible to [email protected]
    Thanks in advance
    Javier

  • ABAP - XI - BI - CRM

    Hi
    I am an ABAP consultant.
    I am joining to BI( may be XI or CRM ) course on this saturday..
    however I am really confused.. i dont know whether to join for BI or XI or CRM.
    I am very weak in codin.. could someone please  let me know which one would be good for me.
    which one has more scopes and demand.
    Thnx n cheers
    Nalina

    hi 
      every thing has demand , depends upon ur skills level ,
    any how u have to improve ur coding skills , more then that conceptual  level ,
          when ever u working on SAP , ABAP is base u mast be very comfertable with it.
          BI and XI are more related modules for a technical developer then CRM , even XI is first in queue.
    XI earlier know as Exchange Infrastructure now also knows as Process Integration ,
        Basic purpose of XI is to give best possible integration b/w two system , weather SAP to SAP or SAP to Non-SAP system.
         it based on XML based messaging .
    BIW/BI is for Database optimization , to performance enhancement .
    it is used to manipulates data to generates reports to help management for decision making . it has all programing process like ABAP.
    CRM is more a functional module rather then technical ,  but it also based on Netweaver Technology and WebDynpro so it require technical skills .

  • Having multiple J2EE stacks connected to one CRM ABAP instance for CRM IPC

    Hello Experts,
    The situation we were looking at is this.
    We have 3 distinct teams doing Java development for CRM IPC configurators
    Team A - IPC/Ecommerce
    Team B - UI
    Team C - Order Wrapper
    They each wanted to do development in their own landscape (Java Stack)
    Additionally, two more landscapes are needed:
    a landscape for end 2 end testing of the configuration scenarios
    another for a Performance Assessment
    To get 5 full dual stack CRM instances was deemed unlikely.
    Trying to explore if multiple J2EE's, can be connected to one CRM ABAP system.
    It seems we can not, as the CRM ABAP to JEE comminucation is via RFC and there is excatly one RFC_Destination defined per CRM (across all clients). Is this correct?
    Thanks
    Rocky

    May be you can wordsmith your requirement to make it clear what each team is doing. Also, please mention what version of CRM / IPC you are talking about.
    From what you have said, I guess IPC/E-Commerce is E-Commerce enhancement. If NWDI is in the picture, you have one track for this enhancement.
    The UI - I assume is IPC UI. This is also a Java based web application that shares the same Java stack with the E-Commerce application.
    What is Order Wrapper? - If it a custom web application you guys are into, I still don't see why they can't use the same Java "stack".
    In the development lifecycle, it is sufficient to have only one IPC environment for each phase. The development team needs only one, unless they have a valid reason to have their own Java stack. I bet they need only one.
    If the developers are asking about "Sandbox", they can have their own NetWeaver Developer Workplace in their laptop / desktop.
    Easwar Ram
    http://www.parxlns.com

  • ABAP Tools for CRM Web Application

    Hello,
    I am creating a Web Dynpro Java Application for OM/CRM. I am working with CRM_ORDER_READ, and CRM_ORDER_MAINTAIN Rfcs.
    Please tell me the important transactions, tables, etc to trace and evaluate on whats going on when I update from Portal.
    Also, Could somebody please help how to debug in ABAP.
    Thanks,
    Sunita.,

    HI
    Check this out:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ffd5ce90-0201-0010-0e8a-95c5f3e6e703
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5f27e290-0201-0010-ff82-c21557572da1
    You can debug in abap by placing a "/h" while executing your program,.place the "/h" in the bar where you type in your tcodes.
    alternatively, you can set breakpoints in your source code and then run it.
    Regards
    Ravish Garg<b>
    *Reward if useful</b>

  • BW report for interactive scripts in CRM 4.0 webclient

    Hi, experts,
    good day,
    currently we have a requirement to develop interctive scripts in webclient environment , and developing in Interactive scripting editor,
    after developing the scripts we attch the profile  and  when we run it in the webclient , scripts runs automatically, so far all these functionalities working ,
    but i want to generate a report for , where i want to see the the number of scripts used perday, most frequently used scripts in the day  ,
    , where i can do this report,
    as i know that , i can generate a report for survey scripts, but these interactive scripts developed in external editor  and all we will do in the SPRO is attch the script name in the profile with the valid date , thats all,
    i am suspecting about a custome development , if am not wrong ????
    urgent help needed ,
    full point will be awarded, becuse, this is a limited functionality in SAP , across the projects in the world,
    thanks regards
    sree

    Hi, john
    thanks for the info,
    Yes i know that scripting evolution,
    but i dont know where i can see that screen with the statistics.
    can you please tell me which TR code i need to use , to run the evolution screen, or which BSP i need to run to see that type of report, i went through the CR410_Col42_ICWEB document
    but i didnt find any clue, all i got is only explanation of scripting evolution,
    currently  scripts are storing at crmc_ic_SCRIPTS table , and it is storing the profile,name  script ID, date valid from, date valid to, fields
    when i run the above table i got a option on menu bar "" check table"" when i click this  system taking me to the below table called CRMD_IC_SCATTR  table, this table have fields like  objuect type ,object name , catogory,begin date , end date , logged by, fileds,
    I am confusing about these 2 tables, 1st table can not serve my need , 2nd table can serve my need a bit ,
    but it has another type of transactions like object name , object type....
    and in scripting profile , i have a field called ""History "" in this i have  2 options ""record script data in BW"" and ""Do not record"",
    can i use this to generate a report ??? as a standard format
    so i am planning like, i can go for a custom table, with the required fields like, user , date of run, time of run, department name , average time to run the script, ... etc
    this table record the data from actions in the webclient where CRA runs the scripts daily ,
    then we can generate a report from the BW or can run in CRM ,
    i think if you want i can write a new functionality  document for SAP AG , to add this functionality ,
    but please guide me in the above issue,
    regards
    sree

  • CRM 5.0 Webclient - Survey

    Hi Gurus
    We would like to implement a Survey into our Webclient environment.
    Are there any tutorials for how this is done. There's a lot of over view documentation on Help.sap.com, but nothing that really goes into detail.
    Many Thanks in advance
    Regards
    Panduranga

    Hello Panduranga,
    In addition to the attached thread provided by sreekanth that describes how to integrate a survey into the service ticket, you can also include a survey inside an interactive script used in the Interaction Center. This can be done using the default "Survey" template that is delivered with the Interactive Script Editor tool. You could also use the Lead template if you wanted to automatically create and qualify a lead based on the results of the survey. The online documentation for Interactive Scripting mentions both of these templates.
    Warm regards,
    John
    P.S. I am also covering this process in more detail in the book I am writing, "Maximizing Your SAP CRM Interaction Center" which should be available in September 2008 from SAP Press / Galileo Press

Maybe you are looking for

  • Using Quick time with UDF movies

    It seems that most of my movies are UDF format, and they work fine with Windows media player, but they dont work with quicktime play. Is there something I can do here. I am using a PC XP Thanks Gary

  • Share your opinion on Adobe Contribute for a chance to win $500USD!

    Share your opinion on Adobe Contribute for a chance to win one of five $100USD gift checks or one $500USD gift check! Take the survey now: http://direct.adobe.com/r?xJvPqWTEJcqTHEcHqTJlH In exchange for taking a short survey about your opinions of Ad

  • Sharepoint 2013 Permission Management Tool

    Hey,       I'm currently working for a small lab group that routinely fluctuates members. We are looking to create a new site collection with various unique permissions in the sub-sites. I was wondering if there is any third party application that ca

  • Crash after just installing Mavericks. Error Report Analysis please

    Hi, I needed more hdd space so I did I fresh install onto a Crucial M500 240GB. I followed these steps and made a bootable mavericks 10.9.2 installer on an external usb drive. I had Lion previously and never had any crashes like this. Sometimes I'd l

  • LDOM multipathing feature: failback of disk io?

    Hello, I have two io domains and have passed a FC LUN to a guest LDOM via both io domains using the LDOM multipathing feature ("mpgroup"). When one io domain is shut down, failing over the io to the other io domain works without a problem. But when t