Lead Status in CRM

HI CRM experts,
Is there any way I can set all the leads existing in CRM from particular date to Inactive in one go. Doing it manually requires lot of efforts. Scenario is like that I some 1000 leads were loaded on 5th of January now I want to make them all inactive now currently they are in "Active" status in CRM. Any help in this regard will be appreciated.
Thanks,
Ashutosh

Hi
write ABAP program that, for number range of leads that you will provide, will check if they have date = 5th jan (eg with FM crm_order_read), and if yes with FM eg. crm_order_maintain, you will change its status.
Regards
Radek

Similar Messages

  • CRM - Lead Status in BI Report not loading

    Need to do reporting on CRM Customer Leads Management.
    (for reference we are using BI 7 and CRM 5)
    In the CRM system I have a field called status (with the data element being CRM_J_STATUS) and it has 6 different status values. E.g. Open, Assigned , in progress, closed etc
    I am using the standard content cube 0MKTG_C01 and I have loaded the master data texts to the info object 0STAONESYS4 , which managed to get the correct texts from the CRM data element CRM_J_STATUS
    I have loaded the data for the leads to the cube and even though I can see all other data, I can not see the status of the lead in any of the reports, (it just comes as not assigned) so I am trying to troubleshoot and I have found that when in the datasource/PSA on BI side the u201CBW Statusu201D field (which is mapped to what I believe is CRM_J_STATUS from CRM system) is not containing any data.  I know I am missing something here as the status of the lead can NEVER be empty, it has to be in one of the six states, and e.g as soon as it gets created it is in the open status.
    Can someone please tell me if we need to do any configuration for this or if there is a flaw which I have in the way I have implemented this above reporting solution?
    I have so far only used the BI Standard content stuff.
    Please let me know if you have any suggestions.
    Many thanks in advanceu2026u2026u2026 JACK

    I am having the same issue with Status Lead.
    In CRM for  Leads I have 3 transaction types, each using the Status field for storing there own list of statuses as Jack had mentioned.
    I am not sure if 0STAONESYS4 is the right field. This is being loaded as the navigational attribute for Lead GUID (0CRMLEAGUI).
    When I check the texts in 0STAONESYS4 it does not have any of the status texts defined for status as in the 3 transaction types. So I started wondering if that's the right field I am looking at. There is another 0STAONESYS0 in BW and CRM but does have the right Status text.
    1) Can anyone tell us if the datatype for 0STAONESYS4 and 0STAONESYS0 is different from Status and where are they used and stored?
    2) Is there another field we should be looking at in BW or do we have to model it separately?
    3) The datasource Leader header has the status field but its extract structure does not have it. So how will this field be extracted? Probably it is with attributes of leads but do I need to model it as it is not available in BW?
    Any insights on this issue will be greatly appreciated.
    Thanks
    Kumar.

  • BW Status for CRM Leads

    We have an issue where the leads are not picking up the user status from CRM in the 0CRM_LEAD_H extractor.
    I have read the associated notes and have gone through the customization of the extractor. I added an append structure for the field BWSTONELEAD and completed the necessary config in SBIW for that status object group and status object. The only thing extra I had to do was manually change the value in ROOSFIELD for the field to show up in RSA6.
    The strange thing is that we have done the same configuration for BWSTONEOPPT for the 0CRM_OPPT_H extractor, and the values come through perfectly fine. Everything seems to be the same between opportunities and leads in the extractors, yet values come in for Opportunities and not for leads.
    Anyone have any ideas? We're on CRM 5.0 -> BW 7.0
    Thanks!

    Hi,
    I have a similiar issue.
    If u have solved it, can u share, how u solved the issue.
    Thanks,
    Raja

  • Changing Lead Status

    Hi All,
    I am trying to change lead status when saving. I have configured action profile as follows:
    Created new action in action profile
    Processing type: Method Call
    Method Used: Complete_document ( Am I using right Method?)
    Processing Parameters: PROCESS_TYPE = LEAD (LEAD is my TX type)...Here I have dout ...which parameter I have to pass here.
    Created new condition
    Defined start condition as follows:
    &CRM Lead.System Status& = I0802 ( I0802 = Complete).
    Gun....Thanks for your inputs to my previous question...I have given max points..
    Please help in this issue.
    Thanks,
    Ajay

    Hi again Ajay,
    Using method COMPLETE_DOCUMENT, you don't need to set any parameter.
    I still don't get you for start condition :
    &CRM Lead.System Status& = I0802 ( I0802 = Complete).
    Because using COMPLETE_DOCUMENT, once you run it, it will set the document
    system status to I1005 - COMPLETED.
    Is &CRM Lead.System Status& = I0802 your last system status you want to
    change to I1005 ?
    Hope this could help.
    Gun.

  • Add value to Lead Status

    Hi All,
    How can I add new value's to Lead Status. Status field on the Lead Screen is a read only Pick list.
    Thanks

    Debendra, at this time it is not possible to add or change the values in the Lead Status field.

  • User Status Replication-CRM to R/3

    HI Gurus
    Our requirement is to replicate the Item level user statuses in CRM Service order to R/3.We will use BADI- CRM_DATAEXCHG_BADI and methodCRM_DATAEXCH_AFTER_MBDOC_FILL.
    Would appreciate if you can let me know how to fill the item status information into the MBDOC.By this,I mean which component to use pertaining to item level user status to fetch the info.
    Thanks in advance
    Madhav

    Use FM CRM_STATUS_READ
    Hope it helps.
    Lokesh
    PS. Pls. reward helpful posts.

  • Lead Status Field Updation Using Workflows

    Hi,
    Could anyone suggest me how to update Lead Status field using workflows since that field not visible at the workflow level. we can update using Lead Qualification Script . Is there any other way other then qualification script. Any help would be appreciated.
    Thanks & Regards,
    Ambarish.

    The Status field for Lead is a read-only field. The updates you see are done by the system. Workflow cannot update read-only fields.

  • 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

  • Replicate System Status to CRM

    Hi,
    we integrated quotation management in CRM and ECC using Scenario A. the quotation is created in CRM and beautifully replicated to R/3. when we create order in R/3 using reference to the quotation, the quotation in the R/3 will have system status "completed" as it should be.
    but somehow, the quotation status in ECC does not replicate back to CRM as we find the quotation status in CRM remains "in process". is there any way i can get it replicated?
    thanks in advance
    JD

    Hi Gunawan,
    how are you doing?
    i have implemented similar notes #1008685 which is relevant for CRM 5.0 and ECC 6. but still no luck yet.
    so what i did i tried making simple change in ECC such as entering PO#, to see if it replicates back to CRM. but the change in fact is not replicated while in data exchange scenario A it's supposed to. i guess to fix this issue i need to solve the replication issue from ECC to CRM.
    regards
    JD

  • Code to change LEAD status

    Hi Experts,
    I have a requirement, in which the user wants to change the LEADs STATUS via a Z-Code.
    Means, we have a WebDyn Pro report displaying the list of Leads in ALV with their status. User wants to change the staus of Lead their itself in the report and save it. User dont want extra work effort of opening LEAD maintainence screen and changing status their & then saving it, rather user wants to update the status then & their in the webdyn pro report.
    Hence to acheive this I found two Function module : CRM_ORDER_MAINTAIN & CRM_ORDER_SAVE. Unfortunately, I cannot figure out, what all IMPORTING/CHANGING paparameters need to be passed in those FM.
    Has anyone faced similar situation, if yes then please provide me a sample code.
    Or can anyone put some other idea to update that status. ??
    Waiting for replies..
    Rgds
    Pankaj Khare

    You can use CRM_ORDER_MAINTAIN and populate the parameter IT_SERVICE_OS
    or use BAPI_OPPORTUNITY_CHANGEMULTI and populate the parameter SERVICE_OS.
    BR,
    Florin

  • Lead - Follow up with Lead Owner regarding Lead Status

    Any thoughts to create an automated email notification for the below scenario;
    Manager creates and assigns NEW Leads to Sales Rep A, If Sales Rep A does not update the Lead status within 30 days.
    An email notification should be sent to Manager and Sales Rep or only to Manager that the Lead Status was not updated for past 30 days.
    Thanks,

    Create time based workflow to achieve this requirement

  • Lead Status Table?

    Dear all,
    We asssigned different status like OPEN, IN-PROCESS, WON and LOST to lead.
    In our system we have more then 5 thousand leads having different statuses.
    and i want to check how many lead are in status in lost.
    Can anybody tell me is there any table through that I can see the lead current status.
    I will reward the points
    Regards
    jayesh

    Hi Jayesh,
    pl. use CRM_JEST table is for lead status. You shall see the leads according to status . You can put all those GUID in CRMD_ORDERADM_H to view other details of the leads you found from CRM_JEST table.
    Allot points if helpts!!
    regards,
    PD

  • Automating the Lead Status "Rejected" to "Archived"

    Hi all,
    My Customer, wants the Rejected leads to be archived automatically. Manually we can do it from Lead Detail page, where as daily n number leads will be rejected so manually it might be a problem. Can we "update values"(Lead Status field) by writing workflows.Can this be done.
    Regards,
    Ratan

    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

  • Lead status flow

    Is there a way to rename/ update the lead status's - (we want to track more than just qualified and converted), but don't
    necessarily want it to become an opportunity.

    No. it's a read only picklist, in other words, a system field. you can't change the value in the picklist.
    when lead is created, it's qualifing. after that, you can only changed the status with the push bottons on the top, like convert, reject, archive and so one...

  • CRM LEAD STATUS CHANGE : BAPI_LEAD_CHANGEMULTI

    Hi everyone,
    I see that you were able to change status via BAPI_LEAD_CHANGEMULTI. I am currently using CRM 4.0
    trying to do the same thing; but unsuccessfully.
    Any help in this matter will be greatly appreciated.
    I undated statusx-status = 'X', filled out status table
    as well as the input_fields. But comes back with wrong object type (STATUS) error message.(input field invalid)
    Thanks in advance,
    David

    Hi David,
    If you want to change the status try CRM_MA_ACT_SAVE
    FM.
    Best Regards,
    Chetan

Maybe you are looking for

  • Can't install a .mpkg file - a Security Preferences issue?

    I'm having the  issue installiung a .mpkg file - it's an App from Pantone. The message says "Your security preferences allow installation of only apps from the Mac Store and identified developers" I went into the "get info" and made sure that "Instal

  • Creating 'app' launcher?

    I use Synapse to launch all my programs in Awesome WM... my question is, can I make a link or something, so that I can just type 'mail' into Synapse, and that will launch Google Chrome as an app with gmail as the url? Basically, the command I'd like

  • I cant use my iphone

    I recently bought a iphone 3 second hand i put in my virgin sim card but cannot use the internet facility on it because i dont have the settings virgin cant help and apple wont help because i dont have details of the person who owned it before me but

  • The dml not giving proper value in the returning into variable

    DELETE FROM temp_records_med WHERE slno NOT IN (SELECT COLUMN_VALUE FROM TABLE (v_slno_tab)); RETURNING COUNT(slno) INTO p_retval; There are 4 rows deleted but the the the variable has got 0 in it. Why?

  • IP SLA EEM/Tcl Scripts

    Hello Community, I have been testing a EEM/Tcl scripts for IP SLA. However, after testing I realised that the script didn't go far enough in identifying the link(s) that has actually gone down. I was wondering if someone knows any good EEM/Tcl script