Friday, January 30, 2009

Actions In SAP CRM

You can create schedule condition which is two weeks( or whatever date you wish to give) before the contract date and assign it to an action definition which has processing type Smart Forms Mail or Workflow, which is meant to send a reminder mail to the business partner.

And to trigger creation of lead or opportunity use Processing type METHOD CALL and method COPY_DOCUMENT where you can specify the follow to be created.

There is a standard workflow available for contracts which send reminder email to the business partner Two weeks before the expiration date.
Define Action Profiles and Actions
All maximal allowed actions are defined for a transaction type. You also specify general conditions in the action profile for the actions contained in the profile, for example:

o The time period at which the system starts the action (for example, when saving the document)
o The way in which the system executes the action (workflow, method call or Smart Forms).

In this activity, you create an action profile and templates for actions. You can define the action templates more closely in the following step “Change action profiles and define conditions”.

For the action profile, the class which provides the attributes for your business object must be entered. These business objects can be used for planning actions.

When creating an action profile, note for which business transaction type you can use this action profile. You must assign the relevant business object type to the action profile. The assignment of the business object type makes sure that the attributes for the relevant business transaction type (for example, sales contract) can be used for defining and processing the conditions. If, for example, you wish to make the action depend on the net value of the transaction, the profile must be assigned to a business object type which contains the attribute net value. Only one business object can be assigned for each actionProfile. You can find out the business object type for the transaction type or the item category in Customizing for transactions under Define transaction types or Define item categories.
If you work with time-dependent conditions, you must also assign a date profile to the action definition. This makes sure that the date rules which you use for the action definitions are also available. You can also assign the date profile to the entire action profile. It is then inherited as the default value in every action definition you create for this profile. You also define here whether an action is to be partner-dependent.

When defining the follow-up documents, consider the copying control for the relevant transaction types.

Note also the copying control for the relevant transaction types, when defining subsequent documents.

You can enter several processing types for one action definition. Under processing, choose:

o Method call: If the action consists of one single step, for example, create subsequent document or create credit memo item. During the method call, processing is carried out via Business-Add-Ins (BAdIs). Standard methods (BAdIs) are available. You can also use actions to trigger alerts, for example, in the Enterprise Portal. For more information, see Using Actions to Trigger Alerts.

o When creating your own BAdI implementations, make sure that the method 'get_ref_object' is always called from the class 'CL_ACTION_EXECUTE', and the method 'register_for_save' always at the end. You can use the implementations 'COPY_DOCUMENT' and 'COPY_ITEM_LOCAL' as a template.

o Workflow: If the action consists of a process with several steps, for example, a subsequent document with approval procedure.

o Smart Forms for issuing documents via fax, printing or e-mail.


Requirements


In order to create action profiles, you must have defined the necessary transaction types or item categories.

If you are using time-dependent conditions, you need to have defined date profiles. You define date profiles in the IMG under Basic Functions -> Date Management.

Standard settings

SAP delivers the following standard action profiles:

o For activities: ACTIVITY Contains the following action definitions:

- ACTIVITY_FOLLOWUP: creates a task for the responsible employee if a business activity is overdue

- ACTIVITY_PRINT: makes it possible to print the activity

- ACTIVITY_REMINDER_MAIL: sends an e-mail to the responsible employee if a business activity is overdue

o For opportunities: OPPORTUNITY_SALES_ASSISTANT This action profile contains the actions necessary for sales methodology for opportunities.

o For quotations: QUOTATION Contains the action definition Complete quotation. When the validity period for the quotation has expired, the quotation is automatically
Set to 'completed'. This action profile is assigned to the transaction type quotation.

o For sales contracts: SALES_CONTRACT_HEAD Contains action template COPY_DOCUMENT. The action generates a follow- up document, and returns the number of the follow-up document to the original document. The transaction type for the follow-up document must be entered in the processing parameters.

o For sales contract items: SALES_CONTRACT_ITEM contains action template COPY_ITEM_LOCAL .

o VALUE_QUANTITY_CONTRACT_ITEM
o For Leasing contracts: LEASING_MESSAGES Contains action definitions for messages and subsequent documents. The subsequent documents include:

- CONT COPY DOCUMENT Generate subsequent document (activity) generates a telephone call two weeks before the contract end date.

- CONT COPY DOCUMENT SCHEDULED Generate subsequent document via
Selection report When a specific net value is reached, the system automatically
Creates a subsequent document. The net value is checked using a selection report.

o For complaints: COMPLAINT

o For complaints items: COMPLAINT_ITEM

We recommend that you do not change the delivered profiles, but copy and adapt them if necessary.



Recommendation


If you create your own action profiles and action definitions, these should begin with Y or Z, because this name range is not overwritten for a SAP import.

Activities

In order to create an action profile with action templates, you proceed as follows:

1. Choose new entries in the Change action profile view, and enter a name and a description for the action profile. Assign the context class CL_DOC_CONTEXT_CRM_ORDER in CRM Sales and Service in the field context class. If necessary, assign a date profile and a business transaction type (business object type) to the action profile. In order to assign business transaction type, choose the relevant business transaction type with input help in the category BO - BOR object type and object type fields.

2. Go into the action definition screen and choose new entries. The screen for the definition of actions appears.

3. Enter a name and a description for the action.

4. Specify the default values for the action in the action definition screen. Consider the following notes for these input possibilities: Processing time period:

- Immediate processing - the action is started as soon as the start condition is fulfilled.

- Processing when saving document - the action is started directly after the update.

- Processing using selection report - the action is started by a report after expiration and evaluation. After selection using the report, the system first checks whether a start condition is available. If no start condition is available, or the condition is correct, the action is started.

If you select the partner-dependent field, you can define a partner function or partner function category for which the action is valid. For example, you can use partner function categories if you want a reminder e-mail to be sent to all business partners who are involved in the transaction and assigned to the specific partner function category. You and use partner functions to trigger an action for a specific partner function, for example, to send a reminder e-mail to the employee responsible for the transaction. You can, however, also define the action partner-dependently via the conditions. Select the field changeable in dialog if you want the user to be able to change the condition and processing parameter for the action in the document. Select the field executable in dialog if you want the user to be able to trigger the action manually on the Actions tab page.
Select the display in toolbar field if you want the action to be displayed as a symbol in the toolbar for the document, and the user to be able to plan it from here. In the determination technology field, choose Determination via transportable conditions.
In the field action aggregation, choose:
• a maximum of one action for each action definition, if the action is to be executed exactly once
- a maximum of one unprocessed action for each action definition if you want to be able to call up the action several times.

5. Go to the Processing screen, in order to set how (with which technique) the action is executed.

6. Choose new entries and, in the list, choose Processing Processing types (workflow, method call or Smart Forms). In the case of several processing types, select the standard processing type with the default indicator.

7. Select the processing type and choose Set processing..

- For processing via method call: Select a method (Business-Add-In) in the Filter value field via the input help. If you wish to be able to print an activity, use the processing
Method CRM_ACTIVITY_EXEC_SMART_FORM. This processing method is delivered with the standard configuration. Using the symbol for BAdI implementation, you can display the coding for the selected method. Using the symbol New BAdI
Implementation, you can define your own methods (BAdI).

Define the processing parameters (container) and maintain the standard values, for example, import, transaction type, export: external document number.

- For processing via workflow. Enter a workflow dummy.

8. For processing via Smart Forms:
Choose print, fax or e-mail, and enter a form name, a processing class, and a processing method. If you want the responsible employee to be sent a reminder e-mail if a contract is overdue, use smart form CRM_REMINDER_MAIL_01. This smart form is delivered with the standard configuration.

9. Repeat the steps as of 2 for each action template you wish to define.

Further notes

If you also wish to specify messages for a transaction type (for example, order confirmation by fax), you must define the message output and the actions (for example, follow-up documents) in the same action profile.
The action profile ACTIVITY is assigned to transaction type 0000 in the standard configuration.

You can find information about the BAdI implementation in the SAP Library under Basis -> ABAP Workbench -> ABAP Workbench: Tools -> Further Concepts -> Business Add-Ins

You can find information about the SAP Business Workflow in the SAP Library under Basis -> Business Management (BC-BMT) ->

SAP Business Workflow (BC-BMT-WFM)

1 comment:

Followers

About Me

My photo
ENERGY is my SECOND NAME because LOYALTY is my FIRST. I NEVER LET PEOPLE DOWN and NEVER FORGIVE BETRAYERS. WORDS are my WEAPONS and STYLE is my ATTITUDE. FRIENDSHIP is my biggest STRENGTH and FRIENDS are my biggest WEAKNESS. I LIKE it when PRESSURE PILES ON ME & TEACHES me how to LIVE LIFE EASY. I know NO BARRIERS, NO LIMITS & LOVE to do THINGS in my WAY. That's when the whole WORLD is AGAINST YOU, but I LOVE OPPOSING FORCES!! That MAKES me more STRONGER as a PERSON. CREATIVITY is my USP and out-of-the-box thinking is my SPECIALISATION. I WEAR my ATTITUDE & I am who I am. Change is the only static thing in the world but I never let it cross me. FAILURE is my BIGGEST FEAR & FEAR is my BIGGEST FAILURE. I NEVER FOLLOW FASHION but LET FASHION FOLLOW ME. I never exaggerate by saying I am so and so, but I am enough GOOD for people to LOVE me and enough BAD to be put behind the bars. ;-). I don't know the straight road to approach life, instead I make my own roads. People who love me get addicted to me and I get addicted to them. So just be in touch and let me touch your life!! My One and only funda: "NEVER STICK TO BASICS"