Issue in creating Lead Follow UP- Action Profile

Hi,
  I am creating a Lead From a Lead  automatically through Action Profile. The Condition is Based on the Questionaire Qualification level. When the follow up is created the Qualification level values disappered.
   We suspet that the lead copies the Qualification Level. Can any one help in Stoping the copy control of the Qualification level field alone.
Is their any Badi for this?
With Regards,
Selvam t

Hi,
Please check badi CRM_COPY_BADI. It is used to control which fields should be copied.
For qualification level, I think method LEAD_H should help.
Best regards,
Maggie

Similar Messages

  • How to create lead follow up opportunity....

    Hello,
    How to create lead follow up opportunity automatically... Also my clients need is when we change the status of Lead from Open or In-Process or Won to Completed then an automatic email should go to the employee responsible in the lead.
    Please help me in this.... I tried doing this by creating Action profile & assigning that action profile to transaction type but didn't get the expected result.
    I would really appreciate some one help on this.... Please describe it in steps for automatic Opportunity creation & also for email.
    Thanks,
    Ajeet

    Using action is correct approach. You just have to configure action properly. For follow-up use in action 'method call' and use method 'copy_document' and as parameter specify transaction type that you want to be created as follow-up.
    For mail, you can use in action trigger_alert method.

  • Can i Change/Update the Lead Status using Action profile of Activity.

    Hi,
    I have created one Lead, and on the basis of Qualification level action triggers and Ativity getting generated.
    I want to know that it is possible by using functions(Action Profile/conditions) in activity, If i change the status reason of Activity (as Accepted) Earlier Leads status would change.(as Close)
    Please resolve with solution.
    Regurds,
    Dipesh.

    Hi Dipesh,
    What I understand is, u wish to change the status of preceding lead transaction when the activity status reason is changed to accepted.
    1.  This functionality can be achieved using ORDER_SAVE Badi. This Badi implementation shall check the activity reason changed to accepted, if yes, read the doc flow, get the lead transaction and change its status to close.
    2. As per my knowledge use of action profiles and conditions will not be helpful in this case.Else, create an action definition as Activity reason changed, put a condition which like Activity reason= Accepted.
    In the action definition Processing type use method call.
    Here u will have to create a new implementation of the BADI of action profile, and put the same logic as stated in point 1.
    But in think implementing point 1 should be easier.
    Wish the information is useful.
    Regards,
    Shalini Chauhan

  • Notifications created as follow up action from a notification????

    Hi all,
                I am creating a Quality Notification as a folloup action of a MAintenance Notification.
                The Quality Notification is craeted in the background.
                Now I want which are the Quality Notifications created from a Maintenance Notification.
               In short I want the relation between Reference Notification and Notification created as Followup Action.
              How I can see the notifications creted with reference to current notification in IW220r IW23.
              Also how I can see which is the reference notification for current notification in IW22,IW23.
    With best regards,
    Narendra

    Hi,
    In IW22 or IW23 click document flow button or press CTRL+F4 you can get both  PM & QM Notification no.
    In QM notification you can see the PM notification no. as reference.
    Regards
    Chandru

  • Reference of sales area in follow-up action of sales support

    Hello Experts,
    our client need to create a follow-up action from a contact (sales support document) in reference of a billing document.
    In the follow-up action the system takes automatically the sales area of the contact and leaves these field unchangable.
    Because of internal reasons contact and billing document can have diferent sales area, especifically the sector can vary, as they have a comon sector 00 for all sales documents. The sales area of the follow-up action should always be the same as in the billing document. But in case of diferent sales areas the system does not permit the reference to the billing document.
    What can we do to make the system take the sales area from the reference document and not from the contact?
    I would be very greatful for your help!
    Cristina

    Hi Cristina,
    I am having the similar issue.If you have got the solution for this issue kindly share the same with me.
    Thanks,
    Bhushan

  • Mapping the Follow-up action to the Usage-Decision

    Hi All,
               I have a the following requirement in my development:
    The Usage decision needs three function-modules for the three cases of the follow-up process.
    In addition to that this ,service shall have a control table in Customizing, where the customer is able to decide which follow-up action should be made. (not standard customzing). The function-module for this process is not standard.
    1) Does the second requirement also require FM?
    2) Please give me the steps to map the Follow-up action to the Usage-Decision in SPRO
    Thanks,
    Vasuki

    Hi
    First create the follow up action which you want, and assign the same in QS51 t.code to your UD code group.
    Thanks
    S.Murali

  • Uncaught exception CX_OS_OBJECT_NOT_FOUND in Action Profile RSPPFPROCESS

    Hej All,
    Am facing a problem in email notifications dump in CRM 7.0 with support pack 4 ..
    The same batch job was working fine initially.Couldn't figure out what went wrong..
    Here is the ST22 dump is for your reference below
    The exception 'CX_OS_OBJECT_NOT_FOUND' was raised, but it was not caught
    anywhere along the call hierarchy.
    Since exceptions represent error situations and this error was not adequately responded to, the running ABAP program
    'CL_PARTNER_PPF================CP' has to be terminated.
    "UNCAUGHT_EXCEPTION" "CX_OS_OBJECT_NOT_FOUND"
    "CL_PARTNER_PPF================CP" or "CL_PARTNER_PPF================CM001"
    "IF_OS_STATE~HANDLE_EXCEPTION"
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_OS_OBJECT_NOT_FOUND', was not
    caught in
    procedure "COPY" "(METHOD)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    Could not find the referenced object with the OID
    "DF2108F7C61A11F1AB5118A905420075" (instance GUID) and
    "37B65114D0475B9EE10000009B38FA0B" (class GUID)
    Information on where terminated
    Termination occurred in the ABAP program "CL_PARTNER_PPF================CP" -
    in "IF_OS_STATE~HANDLE_EXCEPTION".
    The main program was "RSPPFPROCESS ".
    In the source code you have the termination point in line 32
    of the (Include) program "CL_PARTNER_PPF================CM001".
    The program "CL_PARTNER_PPF================CP" was started as a background job.
    Job Name....... "Z_XX_XX"
    Job Initiator.. "XXXX"
    Job Number..... 06001008
    The termination is caused because exception "CX_OS_OBJECT_NOT_FOUND" occurred
    in
    procedure "COPY" "(METHOD)", but it was neither handled locally nor declared
    in the RAISING clause of its signature.
    The procedure is in program "CL_PARTNER_PPF================CP "; its source
    code begins in line
    1 of the (Include program "CL_PARTNER_PPF================CM00O ".
    Action profile is used ZXXXX and action definition is ZXXXX
    Plesae provde your input to solve the issue.
    Regards
    Shan

    Processing type of action profile is method call and a method is Z_SLA_EMAIL_RES_TIME.Implemented in Badi ZCL_IM_SLA_EMAIL_RES_TIME(Interface name :IF_EX_EXEC_METHODCALL_PPF_ and definition name is EXEC_METHODCALL_PPF.     
    From the error it seems that it is not able to find the guid for the partner it is looking for.

  • Follow up task without using the action profile

    Hi,
    Is it possible to create the follow up task without using the action profile? If so, please let me know how we can do that?
    as per the requirements, i have to the custom coding that will automatically create follow-on task triggered by status change on the all the transaction type. Please guide me how can we do that.
    Task details (task id, description), I'm reading it from the custom table.
    Thanks for your help.
    Regards,
    Vaibhav

    Thanks Naresh for the response.
    Not sure if I can use the CRMV_EVENT. Even I'm not aware how to use that. Let me tell what i am doing in the logic.
    - implementing the logic in the badi order_save (method - CHECK_BEFORE_SAVE)
    - get the header and item details using the FM CRM_ORDER_READ.
    - get the status of header / item from the output of CRM_ORDER_READ.
    - compare the status with the custom table (having info of hearder type, item type, status, tast id, task description etc)
    - if status is different, create the task using the details from the custom table.
    now i want to write the logic to implement the last step. Do we have any standard FM where I can pass the task ID and it will create the task? Please help.

  • Change status of Follow-Up with an action profile

    Hi,
    I would like to create an action profile for the following function:
    After creating an opportunity with a Follow-UP (quotation), I would like to change the status of the quotation if the opportunity is saved.
    Is there any BADI which provides such a functionality?
    Has anyone an idea for solving that problem?
    Thanks in advance.
    Regards,
    Nicole

    Hi Masthan,
    yes, I solved that problem.
    There isn't any BADI which provides this functionality, you have to implement it on your own. (new BAdI under SPRO -> CRM -> Basic Functions -> Actions -> Actions in Transactions -> BAdI Processing Methods)
    Regards,
    Nicole

  • How to create an Action Profile for a Survey

    Hi
    Can you please help me with the steps to create an Action Profile for a Survey. Eg. If the user creates a like Lead / Service, Action profile assigned to the Transaction type has to trigger the Survey.
    Thx

    Hi Kalees,
                Survey is nothing but a Questioner that is Represent the Feedback for a Particular Transaction.
    Controlling Survey by a Action Profile is possible to some Extent indirectly.
    One way of Controlling the Survey Execution based on System Status
    Go To:Customer Relationship Management>Transactions>Settings for Activities>Questionnaires>Define Determination Criteria for Questionnaires Define a Criteria Set for a Particular Status,Here what ever Status Assigned are Responsible for the Survey Form to Appear in that Transaction Type at that Particular Status.
    In Define Determination for Questionnaires: Business Activity:assign the Criteria Set that you have Created to your Survey Form
    Go To:Customer Relationship Management>Transactions>Basic Settings>Status Management>Change Status Profile for User Status The Status Profile that you are using Ensure that the System Statuses are Assigned to a User Status on which you want the Survey Determination to Happen.
    Direct Action Trigger for Survy Form is not Possible
    This is one way to Control the Transaction Type Status and in mean you shall indirectly get Control over the Survey Form
    Hope it Answers your Queries..
    Thanks and Regards,
    RK.

  • SAP QM Issues regarding follow-up action after Usage Decision

    Dear Gurus -
    Kindly need your expertise to resolve these issues regarding follow-up action.
    1. After taking the UD i need to trigger the follow-up action to send an email with the long text to a group of people. As per standard SAP the email goes to the person taking the UD. Kindly can some one explain what & where do i need to make the changes. Also please let me know what is the customized Email ID table where mail ID's will be stored which fuction module can extract.
    2. Can i also use the same functionality for partial lots during inprocess inspection. I need to send an email to a group in case the valuation is rejected for that operation.
    Any response is highly appreciated.
    Thank You.
    Edited by: sunil t on Jan 6, 2010 7:03 PM

    Hi
    Please go through my recent thread
    Incomming Inspection Auto mail if Rejected
    Regards
    Sujit

  • Create  notification as follow up action

    Hi,
    Can anybody explain to me which functionmodule (follow up action) to use for creating a PM notification from an inspection lot UD.
    Thanks in advance
    Peter

    Hello Nehal,
    thanksfor your reply.
    I have linked the inspection type to a PM notification type and i want the Notification to be created on the Equipment.
    I can already create if manually, from the inspection lot, but i want to do this automatically. In the selected set for the Usage decission, you can define follow up actions, but when checking the follow up actions I'm not sure which function module to use.
    So which function module should i use? or are you saying that there is no standard function module and  that i should write the function module from scratch?
    There is no way to create a PM notification from the inspection lot with standard SAP?
    If somebody knows, please let me know. Thanks
    Peter

  • Quality Notification: Create Task as Follow-Up Action

    Hi QMu2019ers
    I have a requirement from my business, to create tasks as a follow up actions from completed tasks. Let me explain the process.
    We have a catalog with 4 codes e.g. ZTS1 u2013 0001 to ZTS1 u2013 0004
    When the user assigns ZTS1 u2013 0001 to a task in the notification and that task is set to complete, we want the system to automatically create the next task in the catalog, i.e. ZTS1 u2013 0002, when that task is complete the next task from the catalog is added and so on.
    I have looked into follow-up actions for tasks, but there does not seem to be a standard option for this.
    Does anyone know how I can implement such a solution?
    Many thanks for any advice given.
    Neil

    follow-up actions of  tasks is triger when the tasks are assigned into the notification, not when the task are completed.
    Try user-exit QQMA0014, you can assign additional tasks before notification is saved.

  • Create Action Profile for Service Complaint

    Hi All,
    How to create the action profile for service complaint. I am working in CRM Standalone server. I gone through that service complaint doc and found that for this transaction we have to define the actions like CREATE RETURN REQUEST, CREATE SPARE PART DELIVERY, CREATE QUALITY NOTIFICATION, CREATE CREDIT/DEBIT MEMO REQUEST AND CREATE TASK. Can Anybody guide me how can I achieve this ans assign to my transaction type ie Service Complaint.If any body has the doc to achieve this can send it to
    [email protected]
    Valuable answer will be appreciated.
    Thanx
    Saravana

    Hi saravana
    want actions in transactions then use this link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c87bb93d-0b01-0010-a0b4-b04d7fda745f
    regards
    Vinay

  • Issue with Creating Forecast Profiles/Forecasting

    Hello Experts,
    We are facing an issue with creating forecast profiles.
    We have two FYVs defined in our system, one with 52/53 fiscal weeks (Fiscal Variant W1) and the other with 12 fiscal months (FYV M1), Our storage buckets profile (STP) uses W1,  since we have many dataviews that use W1 as the FYV in the attached Planning buckets profile(PBP). We also have dataviews that display in fiscal months (use FYV M1 in the attached PBP), data from Fiscal weeks will be aggregated and shown in Fiscal months . We need to do forecasting using FYV M1, that is forecast in Fiscal Months , but since the storage bucket profile has W1 which is used in the Planning Area config. We are unable to create any Forecast profiles with FYV M1 . Please note that we cannot use M1 in STP because when we used M1 in STP, we could not create  dataviews in fiscal weeks (using W1)
    1. Is there any way we can forecast using M1 while having assinged W1 to the Planning area/STP ?
    2. OR we are willing to assing M1 to PA, provided we can use W1 in some of the dataviews, unfortunately we were unable to do this, though the vice versa is possible i,e. we could have W1 in STP and M1 in some of the related PBPs/ Weekly Dataviews.
    Please let me know if any of these are possible or if there is any alternative way to do forecasting in Fisc Months.
    Thanks
    Tej

    Hi,
    You are correct, the Storage bucket profile always has to be at a detailed level. Time bucket profile can be at higher levels like monthly, quarterly etc.,
    Coming to the root of your problem, which is you are unable to forecast at a level other that what is specified in your Storage bucket profile, unfortunately the answer is no.
    You can do a forecast only at the level at which the data is stored and not at the level at which the data is viewed.
    One work around for this is to create an additional planning area with the same MPOS and this addl PA can contain only those bare minimum KF required for your forecast. After you generate your forecast, you can copy it to your Weeks based PA and then proceed from there. This copy of KF between PA is much faster as it will happen at LC level and should not cause time delays.
    NOTE - You have to exercise caution when you are using 2 periodicities i.e., weeks and months, if you are using standard SAP calendar then you are good to go. If you are creating custom Fiscal variants pls ensure the start and end of a month is same in both the weekly and monthly variants. Failing which, there will be mismatch of data between the two dataviews.
    Hope this helps.
    Thanks
    Mani Suresh

Maybe you are looking for