CRM program

Hi all,
I am new to CRM. My task is as follows.
Complete follow-on Business activities (Object type = CRMD_BUS2000126) that were created before today's for specific transcation type.
Create a new nethod that automatically completes business activities of some transaction type that exist as follow-on documents in specific complaint types when some conditions are met.
Can anyone have idea about this task, If so please explain me.
Regards,
Varun.

CRM code is written in same way as ABAP code but tables are different as compared to R/3.
here oops concept is used in crm-pcui.
crm middleware is used to connect diff systems like crm and r/3.
so go thru the transaction crmd_order.
regards
dheeraj

Similar Messages

  • I am trying connect to a SQL instance for our CRM program and I am receiving To Connect to this Server you must use SQL Management Studio or SQL Server Management

    I am trying connect to a SQL instance for our CRM program and I am receiving To Connect to this Server you must use SQL Management Studio or SQL Server Management 
    This is a Brand new Server 2012 that is running our CRM product and it is trying to connect to a Server 2008 R2 server with SQL Server 2008 R2 SP2 instance (10.50.4000)
    I have seen this in the past where it needed the 2005 backwards compatibility components installed but those are not supported on 2012 server and this is not a 2005 SQL instance.
    I am trying to install the Shared Management Objects for SQL Server 2008 but it tells me I need to install the CLR types, which I did install. But it continues to tell me to install the CLR types.
    Has anyone ran into any issues like this? (this happens trying to connect to multiple SQL Servers from this new 2012 Server)
    Thanks!
    -Max

    Hello,
    Which version and edition of the SQL Server instance did you installed on the new server machine?  If you install SQL Server 2012 Express edition, you can try to install SQL Server Management Studio 2012 from
    this link.
    You can connect to SQL Server 2008 R2 or earily verions with SSMS 2012.
    What's more, Microsoft SQL Server 2008 Management Objects Collection requires Microsoft Core XML Services (MSXML) 6.0, Microsoft SQL Server Native Client, and Microsoft SQL Server System CLR Types. You can try to download and install
    SQL Serve 2008 Feature Pack
    which contains packages above.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • How to debug crm programs

    hi abapers i need to know how to debug the crm programs.

    Hi Rockey,
    IF u have the integration with CRM and R/3.Then u will use the Middle ware BADI's to copy the data from CRm to r/3 or R73 to CRM.
    You can debug that that BADI and u can see where u are going wrong.
    Mainly in CRM
    we will have the FM's.Through this function modules we ill do evrything in the CRM.
    CRM_ORDER_SAVE.
    CRM_ORDER_MAINTAIN
    CRM_ORDER_READ.
    IF we want to get the Data from R73 to CRM. then you can write RFC'S toget the data.
    There are so many ways are there.JUst put the breakpoints.In ur middle ware BADI's
    then i hope it may help you.
    Thanks

  • CRM Program Manager opportunity (FTE)

    Reputable 100+ year old bay area company looking for a seasoned Program Manager with 10+ years experience managing highly complex projects. Must have broad CRM exp inlcuding implementing full project lifecycle for CRM solution. The program manager will drive the successful definition, execution and delivery of programs for contact centers, eBusiness and CRM while delivering on time, on buget and within scope while meeting business needs.

    How can i link the CRMC_OPPIMPOR_T, CRMC_SOURCE_T and CRMC_PHASE_T to CRMD_OPPORT_H tables? i need this urgently. i try to link the CRMC_OPPIMPOR_T.IMPORTANCE -> CRMD_OPPORT_H.IMPORTANCE, it works only if the CRMD_OPPORT_H.IMPORTANCE contain value, if CRMD_OPPORT_H.IMPORTANCE = " ". Then it did not return me the whole roles of values once i put the CRMC_OPPIMPOR_T.IMPORTANCE into my report. If i take it off, my report is back to normal.

  • How to write CRM Program.........

    Dear Frnds,
    I am familiar with ABAP but now i want to go with CRM but i have no idea about how to write simple program.
    Is it with scripting and abap code for run simple program..
    which are the transaction code to write program and execute. pls make me familiar with it.
    Regards,

    CRM code is written in same way as ABAP code but tables are different as compared to R/3.
    here oops concept is used in crm-pcui.
    crm middleware is used to connect diff systems like crm and r/3.
    so go thru the transaction crmd_order.
    regards
    dheeraj

  • CRM Interfaces with R/3 programming

    Hello Experts,
    I am new to CRM programming in ABAP. Can anyone send me some example programs for interfaces, BADIs and BDOCs in CRM which can be used as a reference for integrating CRM with R/3 interface developments.
    Thanks
    Ricky

    Hello Ricky,
    what data should be exchanged between CRM and R/3? I hope that you know of the SAP CRM Middleware which allows you to exchange Masterdata like Business Partners and Material and also transactional Data like Quotations and Orders.
    Regards
    Gregor

  • Making a java program on network

    Hi,
    I am not an expert in java. So far all my small programs were for fun but now I am thinking of making a small CRM program to help my friend in his business.
    His office has two computers which are networked. So this small program which I am going to make for him to record phone calls, should be of networking program type. This is one the reason why I want to do this, because I have never done this before.
    Users from both the computer will be using the program simultaneously.
    Can you please give me some idea how to get started for some thing like this? I mean, I just dont know any thing about making a program run over network.
    Thank you,

    First you need to find a decent little database... the JavaDB would be fine for this or pretty much any DBMS. I prefer Oracle implementations. Then you need to find out how JDBC works and how to work with multiuser Databases.
    I also strongly recommend you spend some time HERE, learning more about Java.

  • RFC connection - SAP CRM to SAP R/3

    Hello all,
                  We have a requirement in the project, where client is already using SAP R/3 ERP system, and is going for CRM for e-commerce. Now as they have most of the development already done in R/3, they want to use some Function Module or say Report Program already developed in R/3 to be used in CRM system.
    Please tell, if this thing is possible via RFC connection, and if yes, then how can we go about doing it? It is a critical requirement.
    Thanks in advance,
    Rohit Khetarpal

    In transaction sm59 define an rfc destination in CRM that connects back to R/3.
    You most likely already have one for bdocs etc. You can use this one or create one specific to your task.
    Create an RFC user in R/3 that will have sufficent authorization to run your remote enabled function modules in R/3. Assign the user to your new CRM rfc destination in sm59 if you've created a new rfc destination.
    Make sure the remote enabled check box in your R/3 function modlule attributes are ticked.
    In your CRM program call the R/3 function module with the name of the rfc destination you created, as below.
    call function ' my_r3_function_module_name' destination 'the_rfc_destination_name'.
    You will need to add in the fm interface manually, i.e. importing, exporting, etc.

  • Difference between Reports in normal ABAP and Reports in CRM

    Hi Experts,
    I am new to CRM. Can someone tell me the Difference between Reports in normal ABAP and Reports in CRM.
    It will be very useful if someone explains with example.
    Some where in SDN i read in CRM we should not select statment. Then how to fetch data?
    Please give me more basic concepts about CRM programming.
    Thanks,
    RAGU

    Hi Ragu,
    You can find much information at http://service.sap.com/crm-inst.
    Go to Installation & Upgrade Guides -> SAP Business Suite Applications -> SAP CRM
    Check the CRM version in which you are working and get the documents.
    FMs are specific to the requirement. Like all Business Partner related FMs generally start with BUPA* or BAPI_BUPA*.
    For CRM transaction data you can get info using FM CRM_ORDER_READ. To create a new transaction use CRM_ORDER_MAINTAIN and CRM_ORDER_SAVE.
    More information can be fetched by surfing through the SDN threads and checking in SE37 t-code.
    Hope this helps!
    Regards,
    Saumya

  • SAP SD + CRM training & certifications

    Dear all,
    I am new to this forum & i am interested in getting through SAP SD and SAP CRM certifications, i am a little confused about the timeline for the courses, i will break my doubts into points:
    1) Is SAP SD training/certification necessary in order to go through CRM training?
    2) What kind of functional experience is necessary for both the certifications? How does inside sales profile (with exposure to CRM system) stand as far as domain experience is concerned?
    3) Should i go for Back to back training's of SD & CRM or should i work in SD profile for some time & then opt for CRM? How will the back to back training affect, both positively as well as negatively?
    4)  Also, instead of SDCRM, will SDMM or SD+PP certification path be better? (i only have sales & marketing exp, no MM or PP exp)
    5) I noticed that CRM course is Instructor based & it is for 15 days, other functional courses such as SD,MM,FI etc are 25 days, what might be the difference?
    6) The CRM course is quite expensive, INR 3,30,000 ($7000+), is it worth to invest in an authorized CRM program?
    7) Apart from the authorized training programs, where else can i get additional knowledge on SD & CRM? Also, i believe that its difficult to know all the business processes in your respective domain, how can i enhance my knowledge on this?
    8) What is the difference between CRM 7 & CRM 2007 certifications?
    i know i have asked a lot of questions under one post, but i would really appreciate advice on these questions
    Thanks a lot in advance.
    Regards,
    Sunit

    Sunit,
    Hi! All very good questions! I suggest you contact your local SAP Education representative - https://training.sap.com
    Best regards,
    Richard

  • New Ipad User looking for some good CRM suggestions for small business

    Hello All,
    I am a new (and satisfied) Apple Ipad2 user.  I am the sales rep for a small business that is in the health care field.  I am looking for a good CRM program for the following reasons and I am wanting to know if there is a particular program that can provide any of these things for me:
    Ability to put in all of my customers information.  Seperate folders for each.
    Ability to add information to customer folders/files based on recent phoen conversations or actual on-site visits.
    Ability to set a reminder of when to call back on that customer to see status of his/her patient that was fit with our product.
    Ability to allow other members of the company to check in on this information as well.
    A little background, we are a small company in the health care field.  We have 90 customers currently and we are growing at a steady pace.  I would like for my upper management to look at the CRM at any point and see what is going on with each customer.  If I sell a product to Customer A, then I would like a reminder to pop up 6 months from now when that patient will be ready for another product.  I would also like to be able to update a customer file so that management can see when I called on a customer, etc.
    I appreciate everyone's input as I have never utilized a CRM program.  I am currently using Dropbox for all of this right now, but it seems like a CRM would be more organized,
    Thank you,
    --Ryan

    HI Ryan,
    Did you find an app for CRM, one thing that I'm also curious about, you may need to find one that is HIPPA compliant.
    James

  • Program Running from Long Time

    Hi Friends,
    There is a program running from long time. Can anybody let me know how can i analyse this program other than SM50, SM51, SM66. Its a CRM Program.....there are no logs.......
    Points will be rewarded....
    Thanks,
    Nagesh.

    Hi,
    I will suggest you to check a few places where you can see the status
    1) SM37 job log. If its active make sure that the job log is getting updated at frequent intervals.
    2) Get the job details (server name PID etc from SM37) and see in SM66 if the job is running or not. See if its accessing/updating some tables or is not doing anything at all.
    If its running and if you are able to see it active in SM66 you can wait for some time to let it finish.
    3) You can also try SM50 / SM51 to see what is happening in the system level like reading/inserting tables etc.
    If you feel its active and running you can verify by checking if the number of records getting updated/ inserted /deleted in table level.
    You can take the help of Basis/DB2 to find out what is actually happening in the background.
    This is the best way to identify of something is happening in the database level.
    Thanks,
    JituK

  • From ISU to CRM

    hi frnds
    My requirement is below
    I have created a BOR object in ISU which is related to CRM order item
    and in which the import parameters are date and status
    now when i enter them and execute object then according there should be reflected in CRM program crm_order_read but i dont know why these are not reflected
    i have also checked the FM it is retueming the correct values to CRM
    Can anybody has reason why these are not reflected.

    Hi we are proposing to use Emigall (Data migration workbench) to load the following into ISU:-
    BP
    CA
    Contract
    CO
    Premise
    Device
    Reg Structure
    Documents
    Dunning etc
    We are proposing to use CRM middleware to replicate the following objects from ISU to CRM:-
    BP
    CA
    Contract
    CO
    Premise
    Device
    My concern is that the replication from ISU to CRM is very slow and will be our bottleneck during migration weekend. I am looking for ways to speed up this replication including alternative ways of populating CRM.
    KR,
    Michelle

  • Function Modules to Upload document to DMS frm CRM

    Hello There,
    Please can  any body help me with FUNCTION Module/bapi which can be used to upload files of any type to DMS(Document Manage, System) from CRM program,
    Points would be awarded in FULL,
    Thanking you in advance,
    Raj

    Hi,
    thanks for reply
    I know gui_upload   am asking about   textconvert_xls_sap_ about this with example and description.
    thanks and regards
    zarah

  • Unified crm connector for salesforce

    I have the crm connector for salesforce installed.  It works however it works intermittently.  Sometimes in order to get click to dial to work I would have to click on the phone number 2 times.  Other times it works fine with just a single click.  How do I get it to work consistently with only one click?

    You need to be a Cisco partner to download software from Cisco. Even if somebody posts a link it will do you little good without a cco account (that part is no problem) that has the rights to download software (that only partners get).
    And if you plug in your search term into the earch field at the upper left of the cisco.com site (you'll see it even on this page) you'll get a bunch of links to connectors for various CRM programs that Cisco offers. This seems to the the main page for the product section: http://www.cisco.com/en/US/products/ps9117/index.html - in it you'll find access to all kinds of guides and a link for the software (but as I said, it requires the appropriate permissions to access them).

Maybe you are looking for

  • Finding a Lost iPhone

    I've tried to find my lost iPhone. Checking on iCloud, it says the iphone doesn't have a wi-fi connection. Is there a way to find it via the cellular service?

  • How to reverse canceled invoice

    HI gurus,        I have created an invoice through MIRO, it has posted one million to the exchange rate gl. It's very huge amount difference. so canceled that invoice through MR8M, then the forex amount is not totally reversed, it split into forex so

  • Cisco Trustsec using only ACS 5.2 and a 65k SXI with 802.1X

    Hi I hope that this is the correct place for this Q. I have setup an ACS 5.2 Server and enaled 802.1X authentication on a 65k running SXI5, as per the following section; Assigning SGT Using IEEE 802.1X User Authentication The link can be found below;

  • New process for Preview Kits

    To comply with Oracle's strict revenue recognition policies, preview kits of MapViewer and Spatial functionality are only available to existing Oracle customers and partners with a valid Customer Support Identification (CSI) number. We will be provid

  • How to maintain WORK for General Cost activity

    Hi, can anybody show me how to maintain WORK for a General Cost activity. In the detail screen I cannot find field WORK, so I also don't know how to confirm for a General Cost activity Thanks Long