System Status: SAP XI 7.0 SP 13 (TREX is not available on DXG)

Hi,
What does this information mean -System Status: SAP XI 7.0 SP 13 (TREX is not available on DXG)
What is SP? What are patches?
Ramya

Hi,
When a new service pack is first released, the patch level goes back to zero. Subsequent patches that apply to that service pack are then numbered from one onwards.
It would however be technically possible to install a service pack and the patch level still stay the same. For example if you were on V2005 SP0 Patch 0, and installed the Service Pack 1 upgrade, the patch level would remain at 0.
The version info on the file should also contain a property for the servicepack as well as the special build. You can check them both for completeness.
Regards
Pankaj Prasoon

Similar Messages

  • Validate the user and system status

    hi sap,
    i have a requirment where i need to validate
    if system status = ( ISTAT = 'I0002' AND " released
    ISTAT = 'I0098' AND " create
    ISTAT = 'I0119' ). " active
    if the system status ( ISTAT = I0119 Which is ACTIVE then
    it should CHANGE the user status.
    if the system status ( ISTAT = I0002 Which is RELEASED then
    It should NOT CHANGE the user status.
    if the system status ( ISTAT = I0098 Which is CREATE then
    It should NOT CHANGE the user status.
    I have and internal table like this but i dont get the data what is the worng can you pls tel me where i went wrong
    how do i validate the above formula?
    data:begin of wa_itab,
    spras TYPE tj02t-spras,
    istat TYPE tj02t-istat,
    end of wa_itab.
    data: sys_itab like standard table of wa_itab.
    SELECT spras
    istat FROM tj02t
    INTO TABLE sys_itab
    WHERE spras = 'E'
    AND ( istat = 'I0002' AND
    ISTAT = 'I0098' AND
    ISTAT = 'I0119' ).

    Hi ,
    Use this.
    DATA:BEGIN OF wa_itab,
       spras TYPE tj02t-spras,
       istat TYPE tj02t-istat,
      END OF wa_itab.
      DATA: sys_itab LIKE STANDARD TABLE OF wa_itab.
      SELECT spras
      istat FROM tj02t
      INTO TABLE sys_itab
      WHERE spras = 'EN'
      AND istat in ('I0002','I0098','I0119').
    Regards,
    Vijay

  • Reversing System Status

    Hi All,
    How can I change the System status from REL to back to CRTD? Please note: there are no costs on the WBS element.
    Thanks.
    Regards,

    This is not possible through standard SAP functions. You can use BAPIs for the same (refer to the SDN Wiki which has a good article on PS BAPIs).
    Regards,
    Ammar

  • WBS Report Showing Change logs - ex: system status

    Hi,
    I would like to know if there is any report that would show the change log for AVAC for WBS Elements (i.e. change data of system status).  I tried running CN60 but it does not give any results.
    Thanks!
    Vivian

    Hi Sarang,
    Thanks for your reply.
    Would you know if there is any specific report for this instead of having to look up individually?
    Also, in order to view the change document for both Project Definition and WBS Element, I understand there is some config that need to be done. Could you confirm if below are complete / correct?
    - project profile - tick on change document (OPSA)
    - Project Definition and WBS Element status profile (user status profile) - set business transaction to allow "create change document"
    Thanks!
    Vivian

  • System Status in QA32

    Dear,
    Can anyone explain me all the  SYSTEM STATUS  which are shown in QA32  with  Explanation  or can anyone provide me the link for it.
    Eg:-
    CRTD CHCR ,   CRTD CHCR SPRQ ,
    INSP RREC ,   INSP RREC PRII ,   INSP RREC PRII PRSI ,   INSP RREC SPRQ ,
    LKD CALC ,   LKD RREC ,   LKD RREC PRII ,
    LTCA CALC , LTCA CHCR ,  LTCA RREC ,   LTCA RREC PRII ,
    REL CALC SPRQ
    If more system status are there then plz provide me the complete detail.
    Thanks in Advance.

    Dear,
    Found nothing related to my Question , i.e, system status in qa32 .
    When an Inspection  plan is not made then System Status for a material is   CRTD CHCR SPRQ.
    After an Inspection Plan is created then the System Status changes to   REL CALC SPRQ.
    This kind of material is required for all the stated System Statuses.
    Thanks in Advance.

  • Configuration BIW system in SAP ECC 5

    Hi Expert
    How to configure BIW system in SAP ECC 5  any notes for support configuration BIW system in SAP ECC 5
    Regards,
    Rahul

    most of it is not a Basis jobs. you need to configure source systems in RSA1, this is directly linked to SM59.
    for the rest, you might need to install Plug-ins, but the rest is the job of the BW functional.

  • System status blank for equipment - no changes allowed

    Hi,
    We want to dismantle an equipment as it is no longer at the customer's location.
    When I go in IE02, I get following message.
    "Change technical object" is not allowed (EQU 10051040 )
        Message no. BS002
    Diagnosis
        The transaction 'Change technical object' is not allowed for  EQU
        10051040, because no status is set to permit it.
    System Response
        You cannot carry out the transaction 'Change technical object'.
    Procedure
        You can carry out this transaction if you set a user status, which
        permits 'Change technical object'.
    I put the User Status on "Released", but still not possible to change the equipment.
    When checking the System Status, I noticed that it is blank.
    As no changes are allowed, I cannot manually change the System Status.
    Also in IQ02 I get the same message and no System Status is filled.
    Anyone an idea how to workaround so we can dismantle the equipment?
    Thanks in advance for your inputs!
    Best regards,
    Geert

    Pete,
    Yes I have run that program, but it hasnt changed anything.  There is a user status AVLB in the equipment. When i checked in the status profile, this user status is not forbidden for any transactions. The program RISTEQ03 seems to work if there no user status also. But for my case, a user status is there, but there is no system status. Since there is no system status, the equipment could not be accessed through change mode (ie02).  I need the system status AVLB in the equipment.  The equipment does not even have any other details like functional location, maint. plant, sales area data, etc. in it.
    Nazeer

  • System status TECO only on parent level.

    Hi,
    Following is my scenario.
    This is how my project structure looks.
    Level1 WBS1
    Level2  WBS1.1
    Level3   WBS1.1.1
    Level3   WBS1.1.2
    Now I had to make the system status TECO on level 1 i.e WBS1 but not on the child level.What I mean to say that I had to only make the System status TECO on parent level not on the child level.
    Is there any function module where I had to make any enhancement or is there any configuration.I don't want to use User ststus here.
    Regards,
    Gagan

    Mr.Mehra wrote:
    make the System status TECO on parent level not on the child level.
    I do not think it is possible, as TECO system status is a standard functionality. If you are looking for some business requirements then either use user status or some validation to achieve this.

  • SAP Kernel release - Difference between SM51 and System- Status ?

    Dear SDN colleagues,
    I am a ABAP developer, and have been told by our Basis department that our SAP Kernel is 640.
    When I check the following, I get different values:
    1) System -> Status : SAP_BASIS is 620
    2) Transaction SM51 -> Release Notes: I see SAP R/3 Kernel              640_REL
    Can anyone explain why there is a difference in these informations? (and which is the correct one !)
    Thanks in advance.
    Best regards,
    Jodie

    Hello Jodie,
    First of all there is nothing to be "implemented" as per the note.
    Additionally the poor basis guy is saying the correct thing. Check this part:
    Solution
    The changes are activated with the following patch levels:
    4.6D : 1495
    6.20 : 764
    The paging administration was enhanced.
    The error is no longer passed on to other sessions and the trace outputs to determine the error cause have been improved.
    The patch levels mentioned are kernel patch levels and have nothing to do with your SAP_BASIS release.Since your kernel is 640 this note is no longer applicable.  In my opinion you need to dig for some other note.
    Regards.
    Ruchit.

  • Serial Number System Status is EDEL and ESTO, SAP does not allow to do PGI

    Hello All,
    We are unable to make PGI for Sales Order 2066904/10 because of wrong Serial Number Status.
    Delivery note was created on the 22.12.2012 and then due to errors deleted on 27.12.2012.
    Problem is that now we need to do PGI but Serial Number System Status is EDEL and ESTO, SAP does not allow to do PGI with Serial Number Status ESTO.
    These 8 products are in Stock and available for this Sales Order, one of the Serial Numbers is with OK Status
    8115001012
    8115001057
    8115001058
    8115001079
    8115001081 with OK status
    8115001180
    8115001181
    8115001690
    Please let us know how to correct the problem so we could do PGI for this Order?
    This scenario is not replicable in RST(Quality System)
    Our Findings:
    ** 1. We have tried IQ02>Edit>Special Serial No Functions>Manual Transactions>To Stock, But it still do not remove EDEL.
    2. Is it suggestible to use T Code BS22 and thereby change PMS8 to Warning? I am not sure regarding this since this a SAP managed Table
    Your help is highly obliged......This is very urgent..........
    Regards,
    Anirban
    SD Consultant

    Hi,
    I have encountered same issue today and here is the solution:
    1. Manually changed the status from EDEL/ESTO to ECUS
        Go to Edit > Special Serial Number Functions > Manual Transaction and select "To Customer", then save.
    2. Once status is in ECUS, change the serial number status back to ESTO.
        Go to Edit > Special Serial Number Functions > Manual Transaction and select "To Stock", then save.
    After doing the 2 steps above, you should be able to do PGI using the serial number.
    Kindly advise if it works for you.
    Regards,
    Vhanie

  • 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

  • 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

  • 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

  • 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