System status in crm_jcds

Hello,
I get the information that the system status of an activity is saved in table crm_jcds.
Now I can´t find an explanation of the different system states which can be set here.
Can anybody explain me what is meaned with the states here? For example what means I1006?
Thanks
Regards
Philipp

Hi,
  The complete status (system and user ) will store in CRM_JEST table, system status table is TJ02 , system status text TJ02t.
User status : TJ30
User status Text : TJ30T.
I1006 means - distributed.
Regards
Srinu
Edited by: sreenivasulareddy eragamreddy on Mar 7, 2008 7:35 PM

Similar Messages

  • Fetching the sales order data using both system status and user status

    Hi,
    Could any one tell me how to fetch sales orders using both system status and user status.
    My requirement is to fetch sales order data in a report where the user enters the system status and user status in the selection screen fields.
    For example i need sales orders where the system status is I1002 i.e. OPEN and user status is E0002 (status profile CMSCON0) that is In Process
    Early replies are appreciated.
    Thanks
    Tanveer

    Hi,
    The system status and user status are stored in CRM_JCDS & CRM_JEST tables you can get the all the order GUID on particular status further pass the order GUID in table CRMD_ORDERADM_H to get transaction ID.
    Regards,
    Dipesh.

  • Contract Item System Status (Most recent system status)

    Hello folks,
    I am trying to extract Contract Item level System statuses by going through STATUS tab>SYSTEM STATUS area>STATUS ANALYSIS log icon>TRANSACTION ANALYSIS which are available in tables CRM_JSTO,CRM_JEST, and CRM_JCDS. However, I would like to get the most recent status changed. Can any body please help me to find out if there is any timestamp field in any other related table that I can use or any other function module.
    Thanks!
    Edited by: Shak Shak on Feb 6, 2012 8:27 AM

    Hi,
    you might already have checked the table CRM_JCDS.
    From that table you can retrieve the status history of a particular object. From status history you can identify the latest change based on time stamp.
    Thanks,
    Rajini Aleti.

  • Why not all fields dimmed or show in display mode after system status TECO and CLSD for Project

    Dear All,
    When Sets the system status TECO or even CLSD all fields for WBS Elements are not goes to Display mode. User can still edit them or change then.
    The fields are:
    1. WBS Element Description, technical name: PRPS-POST1
    2. Person responsible number, technical name: PRPS-VERNR
    Other Progress and Customer enhancement tab pages for WBS Element all fields there also editable in TECO and CLSD system status.
    The client do not want to set LOCK system status for master data option.
    Is there any enhancement or standard way of doing that?
    Regards
    Saqib Usman

    Dear Saqib,
    Its a standard behavior of the system. In CLSD status, transactional data like Procurement gets restricted along with WBSE no and its scheduling details. But it allows to you change like WBSE desc./Responsible person.
    Also go thru the below link for clarification of WBSE system status:
    http://help.sap.com/saphelp_470/helpdata/en/ee/41f82246ee11d189470000e829fbbd/content.htm
    For locking all master data, as above experts suggest, you should use MDLK/LKD.
    Regards
    Shishir

  • How to get system status and user status of service order

    Hi,
    I want to show user status and system status for service order in my report and i am using CRM_ORDER_READ function module to read the status, but it is returning lot of status records, could anyone please suggest how to get the system status and user status for service order.
    I did not find any clue for how to get user status, i can see the user status when i open the transaction using CRMD_ORDER.
    Regards,
    Kamesh Bathla

    Hi,
      Go to CRM_JEST table give your service order guid and get the status, pass this status into TJ02. You will get the status of your order.
    Regards
    Srinu

  • MR11 error message system status CLSD is active

    MR11 fails with error message system status CLSD is active . How to clear the PO line item which gives error message in MR11 system status CLSD is active .

    If you are using an account assigned PO then possibly the order(PM order, internal order etc) to which your PO refers might have status as CLSD.
    Check and reverse the status.

  • Report to check the WBS "system status"

    Hello friends,
    Would anyone know for a standard report where I can check for the WBS "system status"?
    i.e.: I want to know everything I have in AVAC status
    Thanks and Regards
    Alex

    You can get the system status of WBS in CN41, Execute the report , after it use the change layout option, select status.
    System will display you user / system status for all the PS Objects.
    With Regards
    Nitin P.

  • System Status at WBS level

    Hi friends.
             I have an issue in my report, my requirement is I have to fetch all the WBS Elements which are having System status as TECO . But in the selection screen i have given date range. Now i have to fetch all the WBS  having TECO as system status with in this date range . I have used JEST table also for checking this status .I have used  prps table for wbs elements.
    when i give the date range i am not getting all the wbs with in tht range.
    how can i validate date in this case.
    Is there any table which gives system status based on date .
    i want table with system status and date.
    please have a look over this .

    Hi,
       Try the fm STATUS_TEXT_EDIT.
    Regards
    Kiran Sure

  • System status INCM is active while doing the confirmation from SRM

    Hi,
    User is getting the below error while trying to create confirmation in SRM for some of the PO's.
    Partner XXX not found
    System status INCM is active (Confirmation XXXX)
    Partner not found XXX (Item 1)
    The version is SRM 4.0 (Classic scenario). We have already checked the user profile and it is consistent in the system. The BP record for this user in table BUT000 is all fine. User is able to create the confirmation for other PO's. Also we have checked the G/L account for any posting period issue. Everything is fine. The error is coming while user is trying to do the confirmation for some of the PO's.
    Any help is highly appreciated.
    Warm regards,
    Aswini

    The error is coming while user is trying to do the confirmation for some of the PO's.
    Check these POs to see if any of the partners are invalid. You could do this through "process purchase order" transaction. Sometimes this error occurs when one or several of the PO partners no longer exist, e.g. left the company, etc.

  • Error IW351-------System: Status object does not exist

    Hello,
    I am getting bleow error while saving service order.
    System: Status object does not exist. Message Numner IW351
    Actually I have done one enhcement in the User exit of the Sales order in the form Routine...
    USEREXIT_SAVE_DOCUMENT_PREPARE  in MV45afzz.
    When i Try to save the service order i get the error messages which is coming from my validation
    After the error messgae i press ENTER and then try to change the order by clcicking on the advance shipment.
    As soon as i click on that i get a STOP messgae.
    Which i as below.
    System: Status object does not exist
    If I comment all my code and write only error message then it comes.
    but it does't come for information and warning message.
    actually steps are
    1. go to IW51
    2. create notification then service order then sales order
    3. if product hierarchy is different for material then it should display error on saving
    4. it is giving error message(my error message)
    5. if i press enter and then click on advance shipment icon(truck) for change it display standard message.
    which turn me out of transaction.
    but if i click on advance shipment icon without pressing enter its working fine..
    my error message is a normal error message .
    message e038(zcrm)
    " service line must be same".
    pls suggest.
    Regards
    LOKESH

    Hi,
    After MESSAGE add STOP. :
    MESSAGE ixxx(xxx) with param1 param2 param3 DISPLAY LIKE 'E'.
    STOP.
    or If ambiguity with usage of  STOP being obselete use EXIT after message.
    MESSAGE ixxx(xxx) with param1 param2 param3 DISPLAY LIKE 'E'.
    EXIT.
    BR
    Dep

  • How to find out System Status of WBS Elements?

    Hi PS Experts!
    Please help me on my query.
    I want to get a list of WBS elements whose status is Released and can be used.
    If I try to search the table PRPS, it can only help me in finding WBS elements without deletion flag, with RA Key and so on.
    But the System status (such as Blocked for use) etc. is not present in the table.
    The one way I know is to get Object Number of WBS element from PRPS Table and insert it in JEST Table to get system status.
    Or alternatively, I give the WBS element no. in CJ20N t-code, and then check for System Status.
    These 2 methods work, if I do it one WBS Element at a time. If I need to get thousands of WBS elements in such a fashion, it's tedious.
    So could anyone help me on this issue?
    Thanks in advance,
    Vinitha.

    Hi Bala
    Yes, you have put it rather correctly.
    We use WBS elements for booking and posting time (client requirement). So what I am looking for is WBS Elements with the system status TERL (Time and Expense Released).
    I talked of the deletion flag also, because a WBS element flagged for deletion can't be used. It's one of the criteria to screen the WBS elements.
    I hope it's clearer now.
    Vinitha.

  • Change System Status of SO item dynamically based on Reason for Rejection

    Hi ppl,
    Our SAP user has raised a requirement as described below:
    In sales order (in creation mode (VA01) or change mode (VA02)), if at the item level, the reason for rejection is mentioned, then the system status for that item should be automatically set to Technically Complete SET (TECO); and if the user removes the reason for rejection for the item, then the system status Technically Complete should be RESET automatically.
    We are looking for any user-exit or BADI available which would be allow this dynamic change of system status based on the reason for rejection field. (No manual interaction for setting or resetting the system status).
    Technically, the functionality is based on the below fields:
    Reason for Rejection: VBAP-ABGRU
    System Status: JEST-STAT
    Please provide suitable inputs.
    Thanks,
    Dawood
    Edited by: Dawood.S.Ghasletwala on Jun 29, 2009 3:14 PM

    program: SAPMV45A
    User exit: USEREXIT_SAVE_DOCUMENT_PREPARE.
    loop at xvbap where updkz NE 'D'.
      if not xvbap-abgru is initital.
        "set your system state here.
      else.
       "reset your system state here.
      endif.
    endloop.
    hmmm you can as well try if you got all you need to know already in userexit: USEREXIT_CHECK_VBAP.
    Edited by: Florian Kemmer on Jun 29, 2009 11:53 AM

  • Change system status from PDLV to DLV

    Hi All
    Please help me with this error. Already tick the delivery compeleted in Goods Receipt Tab but then system status won't change from PDLV to DLV. Is there any other way wherein I could change it?
    Thank you
    Jesielle

    Hi Jesielle,
    We're facing the same issue with you. The status remains at PDLV even though we had set the "Delivery Completed" indicator. This only happens to Production Orders that having multiple Items.
    Please share on how you resolved this issue?
    Thanks.
    Regards,
    Hooi Chia

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

    Hello,
    in the component SRQM_INCIDENT_H i created a own button and eventhandler on the overview view.
    Here in this eventhandler i´m calling an own method from an own class. This method is doing a RFC in our ERP system.
    If i test the method this works fine.
    If i call this method in my eventhandler i get BSP error:
    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
    Error Name
    Program ZCL_CRM_CS_DATA_SERVICES======CP
    Include ZCL_CRM_CS_DATA_SERVICES======CM001
    ABAP Class ZCL_CRM_CS_DATA_SERVICES
    Method CREATE_CS_ORDER
    Line 54
    Long text -
    Error type: Exception
    Any ideas?
    thank you
    Best regards

    Hi,
           Web-UI cannot handle MESSAGE statements. if it's your own program, you should use the web-ui( view_manager->get_message_container or cl_crm_bol_core's global message container) alternatives to display the messages. If the message statement is being issued by a standard program, it's most usually deliberate attempt to fail on unrecoverable error. You can catch it by usin the try...catch CX_SY_MESSAGE_IN_PLUGIN_MODE ..where you call the standard functions.
    Regards,
    Arun Prakash

  • 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

Maybe you are looking for