Regarding History of System Status in CRM BI

Hi BW Experts,
   I am currently working on CRM datasources.I have analysed the standard datasources related to CRM Services (0CRM_SRV_PROCESS_I,0CRM_SRV_PROCESS_H,0CRM_SRV_CONFIRM_H,0CRM_SRV_CONFIRM_I). I am just looking for History of System Status ie) At what time and date the status is set. Can i able to get this informations in Standard datasources.
Please help on this issue.
Thanks,
Jelina.

HI
Sorry for the late reply.
we dont have routine for date but v have for the status..please go through the below code if it can help u
PROGRAM UPDATE_ROUTINE.
$$ begin of global - insert your declaration only below this line  -
TABLES: ...
DATA:   it_times TYPE STANDARD TABLE OF zbw_escl_times,
        wa_times LIKE LINE OF it_times,
        timestamp1 TYPE  timestamp,
        timestamp2 TYPE  timestamp,
        w_temp_timestamp TYPE string,
        w_temp_timestamp1 TYPE string,
        w_secs TYPE i.
$$ end of global - insert your declaration only before this line   -
FORM compute_data_field
  TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring
  USING    COMM_STRUCTURE LIKE /BIC/CS0CRM_SERVICE_PROCESS_I
           RECORD_NO LIKE SY-TABIX
           RECORD_ALL LIKE SY-TABIX
           SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS
  CHANGING RESULT LIKE /BIC/AZCRM_O0100-/BIC/ZCRM_STAT
           RETURNCODE LIKE SY-SUBRC "Do not use!
           ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update
$$ begin of routine - insert your code only below this line        -
fill the internal table "MONITOR", to make monitor entries
data: wa_usstat type /BI0/TCRM_USSTAT,
      it_usstat type table of /BI0/TCRM_USSTAT.
DATA : w_usstat_txt TYPE /bi0/tcrm_usstat-txtsh.
CLEAR : wa_usstat, w_usstat_txt.
select single * from /BI0/TCRM_USSTAT into wa_usstat
  where CRM_STSMA = COMM_STRUCTURE-CRM_STSMA
   and CRM_USSTAT = COMM_STRUCTURE-CRM_USSTAT
   and LANGU = 'E'.
result value of the routine
  w_usstat_txt = wa_usstat-TXTSH.
  RESULT = w_usstat_txt.
if abort is not equal zero, the update process will be canceled
  ABORT = 0.
$$ end of routine - insert your code only before this line         -
ENDFORM.

Similar Messages

  • User & System Status in CRM Quotation

    Hi 
    In Quotation we are able to change the System status and User Status.But Client want only to change User status but not System Status.Can any body help how to make System Status not Changable( only in Display Mode).
    Is their any Customizing or any Badi Program to change this
    Thanks in advance
    Regards
    SK.Ahmed

    Hi,
    You can make the system status into display and this will get updated as per the user status. This is a normal configuration process.
    Please go to SPRO-> CRM-> basic Functions-> Status and then try to configure the status profile and assign this to your Order type/item category.
    I hope this will help.

  • 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

  • Setting System Status for CRM Contract

    Hi
    I need urgent help for changing the system status in CRMD_ORDER, once the Contract is saved.
    I tried to use the Function Module CRM_ORDER_MAINTAIN for setting the status. But this FM provides status change on user level.
    Please guide me how to set the system status for this scenario.
    Thanks in advance

    Hi.
    Try using CRM_ORDER_CHANGE_STATUS to change the system status.
    Regards,
    Timo.

  • Set System status in CRM

    Hi ,
    This is requirment
    Based on the guid & status the FM CRM_STATUS_MAINTAIN_OW would update the order user status as approved/not approved & the system status as u201CDistribution locku201D.
    As per the above requirement how to set the system status? please guide me
    Thanks,
    Sen
    Edited by: sentchan on Apr 14, 2010 8:54 PM

    Hi Wiktor,
      Look at Changing system status depending on user status maybe it helps.
    Regards.
    Manuel

  • Qm system status

    hi,
    pleas suggest me how to relese in system status in QA32 screen presently it shows a "CRTD CHCR SPRO" and "CRTD CHCR"
    Regards
    Maashish

    Hi,
    The system status you are experiencing is due to the inspection lot created but no quality plan maintained.
    what you need to do now is create an inspection plan for the concerned material and then use QAC3 to reset the said inspection lots. Then use transaction code QA02 to assign the inspection plan to the already created inpsection lot.
    Then you will be able to do the result entry and UD
    Regards
    Merwyn

  • How does system status influence the crm transactions?

    Dear CRM Experts,
    Can you please clarify the use of system status in the crm transactions?how it's control or influence the crm transactions.can we link  the R/3 and CRM transactions using system or user status?how user status & system status are linked?
    Please provideme the solution for  the above mention points.
    Warm regards,
    Ronnit

    hi
    Using status management, you can find out about the processing status of a business transaction, and change individual statuses. Each status informs you at header and item level that a specific status has occurred (for example, quotation has been released), and specifies which step may be executed next (for example, release is allowed).
    *user status*
    A status set by the user to complement the system status for a given status object.
    You can use only a user status belonging to a status profile (defined in Customizing) and assigned to the relevant status object.
    User statuses enable you to extend the control of business processes managed by the system status. You can set and delete user statuses manually when carrying out business transactions.
    *System Status*
    A status the SAP System sets internally as a part of general status management.
    This status tells the user that a certain business transaction was performed for an object.
    moreover using user status is customised,you can mainatian your own user uset status and control the system response as decided by the system status
    for this you can make your status profile which when you atach to your transaction can be used in particular transaction*
    *Status Profile*
    A profile used to control user statuses.
    A status profile is created by the user in general status management.
    In a status profile you can:
    Define the sequence in which user statuses can be activated*
    Define initial statuses*
    Allow or prohibit certain business transactions*
    *more about system status*
    Each marketing project goes through various system statuses, one of which is always set:
    ·        Created
    ·        Released
    ·        Finished or Rejected
    ·        Locked
    ·        In Process
    ·        Approved
    *System Status Overview*
    *Created (CRTE)*
    Use
    In the Created status, you structure the marketing project and enter plan values and dates.
    Features
    This system status is the initial status for new marketing projects. The status is set automatically when you create a new marketing project.
    The status does not allow you to:
    ·        Transfer to ERP
    ·        Transfer the target group to the channel
    *Released (REL)*
    *Use*
    Structuring is complete and the marketing project is released for the operative execution of the marketing activities.
    Prerequisites
    The marketing project has the Created status.
    Features
    In the Released status, you can create new, lower-level marketing projects and change the hierarchy. The Released status is passed on automatically to lower-level marketing projects.
    *Finished (FINI)*
    Use
    This status identifies a finished/completed marketing project. A marketing project with the Finished status can no longer be changed.
    Prerequisites
    The marketing project has the Released status.
    Features
    Lower-level marketing projects belonging to the same marketing project are also finished automatically. This does not apply to lower-level marketing projects that have the Finished or Rejected status.
    You can revoke the Finished status. The system then automatically revokes the status for all upper-level marketing projects in the relevant marketing project. For this, it is prerequisite that none of the marketing projects on a higher level to the relevant marketing project are finished or rejected.
    more details you can see in
    http://help.sap.com/saphelp_crm50/helpdata/en/81/1ba63a28195840e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_crm50/helpdata/en/c5/e4aed5453d11d189430000e829fbbd/frameset.htm
    check out table JEST and TBOJ!,for system status and object relationship,along with user status.
    guess i have cleared your doubt
    best regards
    ashish

  • System Status Vs User Status updates from ECC to CRM

    Hi Frnds,
        Am facing a problem in Status Management , We have ECC as Backend , When ever we save the order in CRM it is Relicated to ECC thrgh CRM Middleware.
       (I) I have created User Status 'Z' Status Profile in CRM and Assigned that Profile to Status Triggering Business Transaction and to the Transaction Type.
              I have assigned this Status to INProcess and Released , with my 'Z' Status.
    I have Maintained the Same User Status Profile in ECC also.
    My questions are
    1) How can i Maintain the System Status with User Status in ECC (For example in CRM we maintain thrgh Business Transaction ,last field in Status Profile.) ?
    2)When ever i change the status in ECC that Status as to be update in the CRM?
            But here Order in CRM is not updated , For example , if i change the status to "COMPLETED" in ECC ,the Status "COMPLETED" is not triggered in CRM.  
            Here i need write a BadI or is there any Config settings that i need to Mainatain ??? or anything different approach ??
       Helpful Answer will be Rewarded with Points .
    Thanks in Advance
    Reagards
    Ram

    Hello Charitha,
    In txnn:R3AC4 of CRM , check INACTIVE flag for object MATERIAL (and any other objects whose data is not required in CRM)
    for your RFC destination (ECC).
    This would prevent any automatic data flow for this object from R/3 to CRM.
    Hope this helps!
    Best Regards,
    Shanthala Kudva.

  • Check SAP CRM System status - Web service

    is there a way to check a SAP CRM system status - is it available? just simple check to see it SAP CRM system is up and running? Is web service available?
    Jawahar

    Hello
    This u can check in SICF transaction.
    Also u can check in CCMS monitoring

  • Regarding TECO system status in Plant maintenance

    Can anyone suggest me the BADI or exit for blocking TECO status along with SDRQ user status

    Hi,
         Please check the user exit : IWO10004 Maintenance order: Customer check for order completion
    I believe the above user exit gets triggered when TECO is set ..
    Check whether FMs STATUS_READ or STATUS_CHECK is helpful or no
    If system status or user status is not there in DB Table then u may have to read via structure ..
    Check this link Block Order TECO on the basis of operation User Status
    regrds
    pushpa

  • System status to complete

    Hi,
    I am working on CRM Service implementation. Currently my client is using non-sap system for Service orders. Post go-live with SAP, the non-sap system will be shut down. So we need to move all the complete Service, Sales orders to SAP system for past time. and set the system status of complete orders to "complete" so that no one can process them further. I cannot go thru normal new Service/Sales order process as these orders are already complete. Just for history we need them in CRM.
    Please advice how can I do that?
    thanks in advance,
    LSP

    Hi LearnSAP,
    You will have to create the contracts in the CRM system and set the status to complete.
    <b>Steps to achieve the desired result :</b>
    1. Create an IDOC that matches with the fields of the sales order in the non-SAP system.
    2. Maintain the ALE IDOC settings required for inbound processing of the IDOC.
    3. Write an inbound processing function module to process the IDOC.
    4. In the function module you can read the IDOC data and populate the bapi BAPI_BUSPROCESSND_CREATEMULTI with the required data that you want in the contract.
    5. While populating the status table in the BAPI put the status as 'complete', you can get the corresponding code for the status from the table TJ30 and TJ30T tables, because the BAPI expects the code.
    6. Call BAPI_BUSPROCESSND_SAVE to save the contract.
    7. Call BAPI_TRANSACTION_COMMIT to commit the transaction.
    <b>Reward points if it helps.</b>
    Regards,
    Amit Mishra

  • Updating service order status in CRM from R3 after the invoice is created

    Hi all ;
    I need to update the user status of an service order in CRM when the invoice related to it in R3 is created, so I have already know  the service order no .
    How can i achieve this by sending BDOC from R3 to CRM? Which BDOC should i use?and is it enough to fill only status data in BDOC?
    Thanks.

    Hi sushant,
    When the R/3 Order status is set to 'Completed' then the system status for order in CRM system is automatically changed to 'Completed'.
    So firstly check whether the User status ('Completed')in SAP CRM has the Business transaction event set to 'FINI'. So when the system status is set to 'Completed' the user status will also change to 'Completed.'
    Secondly even check what are the statuses of item in the Orders.
    regards,
    Anubhav

  • Sales order not set to complete status in CRM from R/3

    Hi Gurus,
    I need some advice. We are working on CRM 2007 and the issue we are facing is....when a sales order is created in CRM it gets successfully copied over to R/3. It is then processed in R/3 and is then set to a Completed status. But this status is never updated across to the original sales order in CRM which hence stays in Incomplete status...
    We know this is a config issue and we have also looked at program "CRM_SET_STATUS_COMPLETED" but can anyone point us where exactly we need to change the configuration.
    Thanks,
    Sushant.

    Hi sushant,
    When the R/3 Order status is set to 'Completed' then the system status for order in CRM system is automatically changed to 'Completed'.
    So firstly check whether the User status ('Completed')in SAP CRM has the Business transaction event set to 'FINI'. So when the system status is set to 'Completed' the user status will also change to 'Completed.'
    Secondly even check what are the statuses of item in the Orders.
    regards,
    Anubhav

  • CRM70 Use of dynpro services is not possible in the current system status

    Hi all,
    i programmed in Webclient UI an own button which calls a Method of a zclass. Within this method i do a remote function call in ERP.
    I can test the method successfully but if i call it from CRM Webclient UI i have a BSP error:
    Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:
    Use of dynpro services is not possible in the current system status
    Exception Class CX_SY_MESSAGE_IN_PLUGIN_MODE
    Could one of you experts please give me a hind?
    Thank you
    Kind regards
    Manfred

    Solved,
    there was a SAP GUI "MESSAGE" in the ERP function call which is not possible for CRM Webclient UI.
    Kind regards
    Manfred

  • Use of dynpro services is not possible in the current system status

    Hi,
    I am new to all of this and new to SAP. I will bew self learing my way into CRM SOA,  working with the web service creaiton i keep getting the following errlr when rtying to Activate a new created web service:
    "Use of dynpro services is not possible in the current system status"
    not knowing the system that well i wonderin if there is missing configuration. This is CRM 7.0
    Exception Class CX_SY_SEND_DYNPRO_NO_RECEIVER
    Error Name DYNPRO_SEND_IN_BACKGROUND
    Program SAPLSKEY
    Include LSKEYU03
    Line 33

    Hi Keith,
    Welcome to the SCN forums!
    SAPLSKEY
    You should first check your Abap dumps using tranaction code ST22, this usually provides more detail on the problem.
    In this case I think it's trying to return a screen (or pop-up message) that can't be handled while activating the web service. The "SAPLSKEY" tells me that it might be licence related, do you have a valid developer's licence for Abap development work? If not apply for one (find out the procedure from other Abap developer's that you may work with) & check if that makes a difference while activating.
    Regards, Trevor

Maybe you are looking for