Error while creating change request via solman support desk message

I have configured CHARM and my change req. is working for urgent correction, I have tested the entire workflow.
however when i try to create a new change req. via support desk message --> create a change request open
I get following error
An action was terminated due to an exceptional situation.
Message no. SOCM_ACTION_LOG 090
Diagnosis
An exception has been triggered in PPF action processing.
System Response
Action processing has been terminated. The status of the transaction is still incorrect.
Procedure
You cannot execute the action until the cause of the error has been removed.
The error messages will be kept until the transaction is next checked for subsequent analysis.
Procedure for System Administration
If necessary, analyze other messages in the application log for the incorrect transaction. To analyze the termination, you can activate the breakpoints in the checkpoint group socm_exception.
Additional Information:
Exception CX_SOCM_PRECONDITION_VIOLATED occurred (program:
CL_HF_HELPER==================CP, include:
CL_HF_HELPER==================CM00A, line: 29).
pls help

Hi Yunus,
Your probably have changed the transaction type SLFN to a the customer namespace Z or Y. If this is the case you MUST also "Define Mapping Rules for Copy Control".
Goto SPRO -> SAP Solution Manager -> Scenario-Specific Settings -> Change Management -> Change Request Management -> Extended Configuration -> Change Transaction -> Change Transaction Types -> Copy Control for Change Request Management ->  Define Mapping Rules for Copy Control.
Once at this point in the IMG make a copy of SLFN -> ZLFN. This will resolve your problem.
Kind regards,
Latief

Similar Messages

  • No popup to select active implementation cycle, while creating change Request

    Hi,
    I have two active Implementation projects.
    While creating change requests, it is not giving any popup to select the specific cycle.
    It automatically assigns to newly activated Cycle.
    Please advise.
    Thanks & Best Regards,
    Kiran Sathyan

    Hi,
    if you would mention about sap solution manager version, this critical landscape transport and design before you state the problem, this would saved much time.
    Now I dont think so Popup functions applicable for implentation cycles.
    check out http://help.sap.com/saphelp_sm40/helpdata/en/1a/c39742042fc86ae10000000a155106/frameset.htm
    and regarding closing the project cycle check this out below informations,
    933705 - Closing inconsistent project cycles
    Change Request Management scenario: Usual questions and known errors
    question 10.
    Make sure you closed open tasks, chk in tcode scma
    Thanks
    Jansi

  • Error while creating/changing/desplay cost element

    Gents
    Need urgent help. I am getting a below error while creating/changing/Displaying the cost element.
    Table CI_CSKB is not an active table
    Message no. AD 228
    Kindly help me to get the resolve this issue.
    Thanks and Regards
    Vinay Thakre

    hi
    In Cost Elements (Data is Dependent on Controlling Area), please go to extras and check your controlling area while creating the cost element, and make sure if u r creating Primary CE, it has been created as a G/L account and also make sure you use correct CE Category.
    Thanks
    plz award points if helpful.

  • Error while Creating Travel Request ..thru TRIP

    Dear all,
    As I am suppose to creat a travel request thru TRIP but i am geting the below error and the msg no..............
    Error: Trip country IN / trip region do not exist in the system (T702O)
    Message no. PTRA_WEB_INTERFACE031
    As Mr. Paulo Vitoriano suggested me to Define Trip Areas, etc......... but my Trip Areas has already been defined and i have checked it also .... but still the error is same ....... so frnds pls tell me wat else may be the problem....
    I read thred Error while Creating Travel Request ..thru TRIP which is posted by prasanth but what they suggested i maitained already but still i am facing same problem could you pls suggest me where i missed.
    Waiting for Reply.
    Regards,
    Nagaraju

    Hi,
    Please check the following:
    1. Just check have you assigned country India to the trip provision variant you have created.
    2. Just check whether you have assigned the trip provision variant correctly to the respective country.
    Regards,
    S.Srikanth

  • Error while creating Travel request

    Dear All,
    ESS 2005/SP6
        While creating travel request in I am getting following error
    "Errors have been discovered when checking the Expense Report. Please correct them in order to proceed."
    Regards,
    Kamal Rawal

    Hello Kamal
    Did you manage to resolve the issue in relation to "Errors have been discovered when checking the Expense Report."?
    Best Regards
    Roger Earle
    [email protected]

  • CHARM - Ibase while creating change request document

    Dear All,
    When we open the transaction, crmd_order to create change request, the ibase / component came by default as 0 / 0. I want that field to be blank, so that we can make that as mandatory field.
    regds,
    CB

    Hi Yunus,
    Your probably have changed the transaction type SLFN to a the customer namespace Z or Y. If this is the case you MUST also "Define Mapping Rules for Copy Control".
    Goto SPRO -> SAP Solution Manager -> Scenario-Specific Settings -> Change Management -> Change Request Management -> Extended Configuration -> Change Transaction -> Change Transaction Types -> Copy Control for Change Request Management ->  Define Mapping Rules for Copy Control.
    Once at this point in the IMG make a copy of SLFN -> ZLFN. This will resolve your problem.
    Kind regards,
    Latief

  • Change Msg partner in support desk message

    Hi,
    I want to change the msg processor in support desk message from webdynpro. Which RFC Function module will be helpful ?
    Note : with the following function module we already tried , it is not changing msg processor in solution manager Sup dsk.
    crm_order_maintain
    crm_order_save
    bapi_transaction_commit
    Please refer the following code.
    FUNCTION zchange_msgpart.
    ""Local interface:
    *"  IMPORTING
    *"     VALUE(OBJECT_ID) TYPE  CRMT_OBJECT_ID OPTIONAL
    *"     VALUE(IT_LINES) TYPE  COMT_TEXT_LINES_T OPTIONAL
    *"     VALUE(I_STATUS) TYPE  CRM_J_STATUS OPTIONAL
    *"     VALUE(REF_PARTNER_NO) TYPE  COMT_PARTNER_NUMBER OPTIONAL
    *"     VALUE(PARTNER_NO) TYPE  CRMT_PARTNER_NO OPTIONAL
    *"  EXPORTING
    *"     VALUE(ET_EXCEPTION) TYPE  CRMT_EXCEPTION_T
    *"  TABLES
    *"      RETURN_N STRUCTURE  BAPIRET2 OPTIONAL
    Import Parameters for CRM_ORDER_MAINTAIN
      DATA :  lt_status  TYPE crmt_status_comt,
              lt_text    TYPE crmt_text_comt,
              lt_partner TYPE crmt_partner_comt,
              lt_billing TYPE crmt_billing_comt.
    changing Parameters for CRM_ORDER_MAINTAIN
    Local fields for CRM_ORDER_MAINTAIN
      DATA: lv_guid TYPE crmt_object_guid,
      lt_object_to_save TYPE crmt_object_guid_tab,
      ls_input_fields TYPE crmt_input_field,
      ls_status TYPE crmt_status_com,
      ls_field_names TYPE crmt_input_field_names,
      lt_field_names TYPE crmt_input_field_names_tab,
      it_partner TYPE crmt_partner_comt,
      ls_partner TYPE crmt_partner_com,
      lt_input_fields TYPE crmt_input_field_tab,
      l_logkey TYPE crmt_logical_key,
      ls_temp_input_fields TYPE crmt_input_field_tab,
      ls_billing TYPE crmt_billing_com,
      lt_saved_object TYPE  crmt_return_objects,
      ls_text TYPE crmt_text_com.
    Get the GUID for the Transanction no
      SELECT SINGLE guid
                    INTO lv_guid
                    FROM crmd_orderadm_h
                    WHERE object_id = object_id.
      CHECK sy-subrc EQ 0.
      ls_text-ref_guid = lv_guid.
      ls_text-ref_kind = 'A'.
      ls_text-tdid     = 'SU01'.
      ls_text-tdspras  = sy-langu.
      ls_text-tdstyle  = 'SYSTEM'.
      ls_text-tdform   = 'SYSTEM'.
      ls_text-mode     = 'A'.
      APPEND LINES OF it_lines TO ls_text-lines.
      APPEND ls_text TO lt_text.
      APPEND lv_guid TO lt_object_to_save.
      ls_status-ref_guid = lv_guid.
      ls_status-ref_kind = 'A'.
      ls_status-status = i_status.
      ls_status-user_stat_proc = 'ZENT0001'.   "MODIFIED BY SRINIVASULU
      ls_status-activate = 'X'.
      APPEND ls_status TO lt_status.
      ls_input_fields-ref_guid = lv_guid.
      ls_input_fields-ref_kind = 'A'.
      ls_input_fields-objectname = 'STATUS'.
    CONCATENATE ls_status-status  ls_status-user_stat_proc INTO l_logkey.
      DATA: lf_guidset TYPE crmt_object_guid.
      DATA: lf_par_guid TYPE comt_partner_guid.
      SELECT SINGLE guid_set FROM crmd_link INTO lf_guidset WHERE guid_hi = lv_guid AND objtype_set = '07'.
      SELECT SINGLE partner_guid FROM crmd_partner INTO lf_par_guid WHERE guid = lf_guidset.
    for message processor
      ls_partner-ref_guid           = lv_guid.
      ls_partner-ref_partner_no     = ref_partner_no.
      ls_partner-ref_partner_fct    = 'SDSM0004'.
      ls_partner-ref_no_type        = 'BP'.
      ls_partner-ref_display_type   = 'BP'.
      ls_partner-partner_guid       = lf_par_guid.
      ls_partner-ref_kind           = 'A'.
      ls_partner-ref_partner_handle = '0000'.
      ls_partner-kind_of_entry      = 'C'.
      ls_partner-partner_fct        = 'SDSM0004' .
      ls_partner-partner_no         = partner_no.
      ls_partner-display_type       = 'BP'.
      ls_partner-no_type            = 'BP'.
      ls_partner-mainpartner        = 'X'.
      APPEND ls_partner TO it_partner.
      ls_input_fields-ref_guid = lv_guid.
      ls_input_fields-ref_kind = 'A'.
      ls_input_fields-objectname = 'PARTNER'.
      CONCATENATE ls_partner-ref_partner_handle ls_partner-ref_partner_fct ls_partner-ref_partner_no
                  ls_partner-ref_no_type ls_partner-ref_display_type INTO ls_input_fields-logical_key.
      ls_field_names-fieldname = 'DISPLAY_TYPE'.
      APPEND ls_field_names TO lt_field_names.
      ls_field_names-fieldname = 'NO_TYPE'.
      APPEND ls_field_names TO lt_field_names.
      ls_field_names-fieldname = 'PARTNER_NO'.
      APPEND ls_field_names TO lt_field_names.
      APPEND LINES OF lt_field_names TO ls_input_fields-field_names.
      APPEND ls_input_fields TO lt_input_fields.
      CLEAR : ls_input_fields,lt_field_names[].
      MOVE l_logkey TO ls_input_fields-logical_key.
    ls_field_names-fieldname = 'ACTIVATE'.
      CLEAR : ls_field_names,
              lt_field_names[],
              ls_input_fields,
              ls_temp_input_fields[] .
      CALL FUNCTION 'CRM_ORDER_MAINTAIN'
       EXPORTING
          it_text                       = lt_text
      IT_SCHEDLIN_I                 =
          it_partner                    = it_partner
          it_status                     = lt_status
          it_billing                    = lt_billing
        CHANGING
          ct_input_fields               = lt_input_fields
       EXCEPTIONS
         error_occurred                = 1
         document_locked               = 2
         no_change_allowed             = 3
         no_authority                  = 4
         OTHERS                        = 5
      IF sy-subrc <> 0.
       MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    CALL FUNCTION 'ZCRM_ORDER_SAVE'
      EXPORTING
        it_objects_to_save         =  lt_object_to_save
       IV_UPDATE_TASK_LOCAL       = '-'
       IV_SAVE_FRAME_LOG          = TRUE
       IV_NO_BDOC_SEND            = TRUE
    IMPORTING
       ET_SAVED_OBJECTS           = lt_saved_object
       ET_EXCEPTION               = et_exception
      ET_OBJECTS_NOT_SAVED       =
    CHANGING
      CV_LOG_HANDLE              =
    EXCEPTIONS
       DOCUMENT_NOT_SAVED         = 1
       OTHERS                     = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    ENDFUNCTION.
    prakash

    Hi Jijo,
    a better solution may be to create a custom partner function called Main Message Processor and assign it to SLFN. I'm not sure how to flag one as the main any other way.
    regards,
    Jason

  • Error while creating creditmemo request with reference to invoice

    HI aLL,
    I am facing one issue while creating a credit memo request in VA01 with reference to invoice.
    Our project stock is valuated stock.In projects we always use valuated stock so i cannot change the valuated into non valuated.
    When we try top copy the error pops up" Valuated project stock not allowed with customer stock." and the line item is not copied in the credit memo.
    Diagnosis:The entered wbs manages a valuated project stock,at the same time sales order stock is maintained on sales order line item.this combo is not allowed as different valuation methods within a project is not allowed.
    Tarun Kapur

    Hi Arun,
    Have you check & maintained middleware setting for  document transfer
    (tcode R3AC1). Check object SALESDOCUMENT and try maintain transaction
    type there. Don't forget to activate use tcode R3AS.
    hope this helps.
    Gun

  • Error while Creating a request to assign PD profile

    Hello Experts,
    I am trying to create a Change request to assign only the PD profile to the user .
    However when i submit the request i get an error message "Select at least one role".
    I am not sure is it mandatory to select any role even when you just wish to assign the PD profile.
    For Auto Provisioning by system  i have provisioning type as Combined provisioning type as position.
    I am currently on GRC 5.3 SP16.
    Regards,
    Pranab Singh

    now its working fine. iam getting that error due to odbc connection.now i checked callinterface then it will working fine.
    thnks for your reply

  • Error while creating billing request thr tcode DP91

    hi,
    while creating a billing request through dp91 we are getting an error mesage : "Error during material determination for sales document item 40000067/000020". i have checked the material determination for the material, but there is no material determination maitained for the material, the material here is a service material, after creating a contract we are trying to create a billing request through DP91. this is where wer are getting the error message.

    Hi,
    It looks like the DIP Processor cannot determine a material.Go you your DIP Profile and check the Material Determination settings
    Also run TCode ODP2 to check the consistency of your DIP Profile and also chk Material Origin field was not checked in the Costing tab of the material master.
    Check above and revert back.
    Regards
    Ashu

  • Error while creating Generic Extractor via Function Module

    Hello Guys
    I have created a Generic Extractor through a Function Module. I took the Standard FM: RSAX_BIW_GET_DATA_SIMPLE, gave it a new name and activated it. I made a few changes in it, like giving my structure name for E_T_DATA and giving the list of tables, from where I need to get the data. Then I created the datasource in RSO2 by giving this function module and the extract structure.
    The DS was created properly, but when I check in RSA3 for records, its giving me an error: ---> <b>The extraction program does not support object YCNA_INVY_TRNS</b>
    What do i do now? Can someone please tell me, what changes I need to make in the standard FM to suit my requirements??
    Thanks.

    Hi,
            Just try to reactivate the structure once again. And when you open the function module, if the problem still persists just try to press Return key several times. The message you are getting is just a warning message.
    PS: I am not sure whether this is the correct way, but i personally resolved this by pressing the ENTER key 4 or 5 times. So just give a try.
    Regards
    Sunil

  • Error while create/change configuration an application

    Hi,
    while doing the configuration application.
    when i am trying to create/change configuration an application.
    i am getting following error.
    Error:
    Service cannot be reached
    What has happened?
    URL http://os1gvzg.gemsconsult.com:8000/sap/bc/webdynpro/sap/configure_application call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system RT1 with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:os1gvzg_RT1_00-v:0-s:403-r:Forbidden
    HTTP 403 - Forbidden
    Your SAP Internet Communication Framework Team
    can anybody help me out.
    thanks in advance,
    Kiran.

    Hi,
    please check [documentation|http://help.sap.com/saphelp_nw2004s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm]
    grtz,
    Koen

  • Run time Error while Creating Expense request

    Dear Friends ,
    In   E-Payment ( Expense  Claim )   creation , While clicking on Enter Receipts application is going to run time error for only one user.    
    Run time Error Info :
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    Exception              CX_SY_REF_IS_INITIAL
    Short text
         Access via 'NULL' object reference not possible.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_WDR_P13N_UTILITIES=========CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis  
        An exception occurred that is explained in detail below.
       The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
        caught in
       procedure "PRESET" "(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:
       You attempted to use a 'NULL' object reference (points to 'nothing')
       access a component (variable: "LR_CONTEXT_ELEMENT").
       An object reference must point to an object (an instance of a class)
       before it can be used to access components.
       Either the reference was never set or it was set to 'NULL' using the
       CLEAR statement.
    How to correct the error 
         Probably the only way to eliminate the error is to correct the program.
       If the error occures in a non-modified SAP program, you may be able to
       find an interim solution in an SAP Note.
       If you have access to SAP Notes, carry out a search with the following
       keywords:
       "OBJECTS_OBJREF_NOT_ASSIGNED" "CX_SY_REF_IS_INITIAL"
       "CL_WDR_P13N_UTILITIES=========CP" or "CL_WDR_P13N_UTILITIES=========CM002"
       "PRESET"
    Information on where terminated
        Termination occurred in the ABAP program "CL_WDR_P13N_UTILITIES=========CP" -
         in "PRESET".
        The main program was "SAPMHTTP ".
        In the source code you have the termination point in line 60
        of the (Include) program "CL_WDR_P13N_UTILITIES=========CM002".
        The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in
        procedure "PRESET" "(METHOD)", but it was neither handled locally nor declared
        in the RAISING clause of its signature.
        The procedure is in program "CL_WDR_P13N_UTILITIES=========CP "; its source
         code begins in line
        1 of the (Include program "CL_WDR_P13N_UTILITIES=========CM002 ".
    Regards,
    Suresh .

    Hi Agrawal
    As you are getting run-time error after entering the sold to party and material and the error is in SAPLV61Z ,
    close the session for sometime and open again and then create sales order and then enter sold to party and material and then check wheather you are getting or not. If you are still facing the problem then take the help of the ABAP & BASIS consultant's.
    Regards
    Srinath

  • Error while creating new user via new MDM API

    Hi
    I have two questions:
    1) Is it possible to create a user in MDM via MDM4J?
    2) I am trying to create a user through new MDM API (not the MDM4J). When I execute the command CreateUserCommand, I get following error:
    com.sap.mdm.commands.CommandException: com.sap.mdm.internal.protocol.manual.ServerException: MDM repository data is out-of-date or is locked by another MDM Server. Refresh the data and try the operation again. If the error persists, contact the system administrator.
         at com.sap.mdm.security.commands.CreateUserCommand.execute(CreateUserCommand.java:93)
         at demo.dm.GetRoleList.main(GetRoleList.java:206)
    Here is the code that I execute:
              CreateUserCommand createusercommand =
                   new CreateUserCommand(connections);
              createusercommand.setSession(repsessionId);
              UserProperties userpp = new UserProperties();
              userpp.setName("Vijendra");
              //userpp.setRoleIds(roleids);
              createusercommand.setUser(userpp);
              //createusercommand.setInChangeStamp(-1);
              //System.out.println(createusercommand.getOutChangeStamp());
              try {
                   createusercommand.execute();
              } catch (CommandException e) {
                   e.printStackTrace();
                   return;
    Thanks
    Vijendra
    Edited by: Vijendra Bhanot on Feb 22, 2008 6:42 PM
    Edited by: Vijendra Bhanot on Feb 22, 2008 6:49 PM

    Hi
    I am also getting same exception.
    com.sap.mdm.internal.protocol.manual.ServerException: MDM repository data is out-of-date or is locked by another MDM Server. Refresh the data and try the operation again. If the error persists, contact the system administrator.
    Please help me.
    Thanks & Regards
    Vinit

  • View display error while creating a request

    hi
    iam getting the follwing error
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. invalid call interface for Teradata, please use ODBC35 as call interface (HY000)
    SQL Issued: SELECT CMSA.Comments saw_0 FROM DV_CMSA_FINAL ORDER BY saw_0
    iam impoting tables from teradata server.the repositry is consistent.and i create a odbc connection for that.
    please hlep me if anybody have idea.
    thanks
    Edited by: user8767586 on Oct 23, 2009 5:01 AM

    now its working fine. iam getting that error due to odbc connection.now i checked callinterface then it will working fine.
    thnks for your reply

Maybe you are looking for