SAP KD

Archives

CRM Archive

May 27, 2010 @ 10:00 am

Middleware error warning

Do you wish to receive an e-mail everytime a middleware error occurs in your system?

You can achieve that by configuring t-code SMW00. Just:

- Define the configuration option (mostly used: Default error action)
- Hit ‘Maintain configuration’ button
- Enter your email address, email type ‘U’ (internet mail) and thick ‘express mail’ checkbox

Save the configuration and it’s done! :)

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under CRM · No Comments »

May 3, 2010 @ 8:37 am

Middleware: Partner exchange tables

In CRM, in the middleware partner-exchange context, there are very userful tables where we can check the data exchanged.

The table CRMM_BUT_CONTNO retains the contact persons information. The ORG_GUID represents the partner guid, the PERSON_GUID represents the contact person guid, and the CONTACT_NO represents the number in R3 (the relation between a partner guid and a partner number is in table BUT000). In R3, the corresponding table is CRMPARNR.

The table CRMM_BUT_CUSTNO retains the contact persons information. The PARTNER_GUID represents the partner guid, and the CUSTOMER_NO represents the number in R3. There, the corresponding table is CRMKUNNR.

See if this may be helpful to you :)

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: +1 (from 1 vote)

Filed under CRM · No Comments »

April 13, 2010 @ 8:15 am

Buffering organizational structure

Buffering the organization structure in SAP CRM, will improve performance when you need to read organizational data.

For that, a report HRBCI_ATTRIBUTES_BUFFER_UPDATE should be scheduled to run every night. But be careful, this report should only run after midnight for buffering the current day. If not, organizational data may be not available, and inconsistencies may occur.

For more information, check SAP Library.

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under CRM · No Comments »

April 6, 2010 @ 9:57 am

Get all partner documents

At SAP CRM, do you need a good Function Module to get all documents related to a partner?

Check out if CRM_BUPA_READ_ORDER_OBJECTS is the answer for you.We have a good feeling that it is! :)

CRM_BUPA_READ_ORDER_OBJECTS
VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under CRM · No Comments »

March 29, 2010 @ 12:15 am

SAP CRM building blocks / best practices

Building blocks are a very useful resource that SAP offers to you to help configuring a vast set of scenarios.
They’re  simple step-by-step instructions and they’re also called SAP best practices.

If you need a guide to start your CRM project, here’s a good starting point:
- Building blocks CRM 2007
- Building blocks CRM 7.0

Good readings and good luck!

VN:F [1.9.3_1094]
Rating: 5.0/5 (1 vote cast)
VN:F [1.9.3_1094]
Rating: +1 (from 1 vote)

Filed under CRM · No Comments »

March 24, 2010 @ 9:55 am

CRM Database View: Document + Related Information

Database views are very useful to gather information from various related tables. Especially when programming….

SAP CRM provides some database views in a way that can be easy to collect massive data about documents.

One example: if you want to get information about partners from a document, you can use database view CRMV_LINKPARTNER.

Another example: if you want to get information about organizational data from a document (header level), you can use database view CRMV_LINKORGMAN.

Check for database views with prefix CRMV_LINK*, for more combinations.

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under CRM · No Comments »

March 18, 2010 @ 10:52 am

Create activities

If you need to create activities via ABAP, the BAPI named ‘BAPI_ACTIVITYCRM_CREATEMULTI’ is the one you need.

Since parameters filling are not very intuitive for starters, report CRM_CALL_ACTIVITY_INTERFACE was designed to help you using this bapi, with a little help of our debug friend.

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under CRM · No Comments »

March 17, 2010 @ 4:32 pm

At CRM, how to get R/3 RFC

You are coding at SAP CRM. You want to get the R/3 RFC to do something integrated with R/3 system.

How?

DATA ls_erpsite             TYPE smof_erpsh.

*- Get R/3 RFC (ls_erpsite-rfcdest)
CALL FUNCTION ’SMOF_READ_SMOFERPSH’
EXPORTING
i_sitetypeid = ’SMOF_ERPSITE’
IMPORTING
e_smof_erpsh = ls_erpsite.
CHECK ls_erpsite IS NOT INITIAL.

*- Ping R/3 using obtained RFC to confirm communication
CALL FUNCTION ’RFC_PING’
DESTINATION ls_erpsite-rfcdest
EXCEPTIONS
system_failure        = 1
communication_failure = 2.
CHECK sy-subrc = 0.

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under CRM · 1 Comment »

March 15, 2010 @ 2:22 pm

SAP CRM 2007 Tutor Files

If you like to experiment yourself some SAP CRM processes, just download some tutor files at following path:

- Enter http://service.sap.com/bestpractices
- Enter navigation entry ‘SAP Business All-in-One’
- Then ‘Demonstrate and Experince’
- Then ‘Interactive Tutorials’
- Then ‘Customer Relationship Management’

You’ll need SAP Tutor to play these files. You can download it at:
https://service.sap.com/~sapidp/011000358700001572552002E

PS.: You’ll need an SAP service marketplace user for that

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under CRM · 1 Comment »

About

The absolute best damn Wordpress Gallery on the net. ArenaWP is the sandbox for various designs by Terry Ng of Kineda.
Read More

Social

Subscribe by email:

Delivered by FeedBurner

Pages

  • Loading...


    Loading...

    Login






    Register | Lost password?



    Register





    A password will be mailed to you.
    Log in | Lost password?

    Retrieve password





    A confirmation mail will be sent to your e-mail address.
    Log in | Register
  • Calendar

    September 2010
    M T W T F S S
    « Aug    
     12345
    6789101112
    13141516171819
    20212223242526
    27282930  

    Sap Websites

    Recent Posts

    Categories

    Disclaimer

    SAP and the SAP logo are registered trademarks of SAP AG. SAPKD.com is a personal blog and is not affiliated with SAP or other companies mentioned here. I capture the things I learn that might be helpful to others here. No warranties on the information provided are offered or implied. Please feel free to use at your own risk