Support Team Determination

Hello,
I've seen the blog for the Support team determination. But still i'm not getting the support team in my message. But when I use through IBase, i can able to get the partner. It wont be help for multiple cases.
So, can anyone guide me what else i need to do for getting the support team and message processor in my messages ??
Regards,
JMB

Hey Senthil,
I will give you an hint for doing this, you can achieve  this, however the Rule in PFAC will not Support this..So that Rule need not be implemented.
Follow:
1) Maintain a Ztable for region and Support team Mapping
2) The Imlement Order_SAVE BADI to suit your requirement.
Following Function Modules would be helpfull.
CRM_ORDER_READ_OW to get the "reported By" BP.
BUPA_ADDRESS_GET_DETAIL to get the Region of the reported By
I would have designed the whole code for , but spoonfeeding would do no good.
Get in touch with CRM Team for implementing this..
Reward points for usefull answer.
Regards,
Anand.

Similar Messages

  • Service Desk: Support team determination - Action Logs error

    Hello experts,
    I have customized the service desk functionality in Solman 7.0 EHP1 according to SAP help and the various (very helpful blogs from sdn). When I create a message from satelite system the "Support Team" field is already filled with the correct  business partner, but when I look into the ACTIONS tab I see the following error message (red light) "Find support team responsible, when message is created". In the processing log I have the following entries:
    "Processing CRM_DNO_PARTNER_1 Is Started"
    "Action could not be successfully executed".
    Additional no Email is sent to the BP SUpport team even I have customized it accourding to the blog from Tammy Powlas "Service Desk Support Team E-mail Notification".
    When I open the created message in change mode and save the message (without any changes), then the email is sent correctly.
    Can anyone give me a hint, what I did wrong.
    Thanks in advance,
    Thomas

    Hi Thomas,
    When the PDF is generated during the creation of the message, some information is not yet available to the smartform program, so most of the fields are not filled. In order to have the complete PDF, you have to send the e-mail after the document is completely created, which means using the processing time "Processing when saved" (and then you have to open the message and save), or via Job using the Processing time "Processing using selection report", and scheduling the job as mentioned by Cristiano. In this case no e-mail will be created immediately as you wish (I did not use "sent immediately" , but "created immediately", because it also depends on your SCOT job which will send the e-mail). In my case I did not need to send in the e-mail details such as System ID, SAP Component and System details to the Support team, only the message number, priority and description.
    If you decide to schedule the job, create a variant as explained by Cristiano. Enter the Application CRMD_ORDER, Action profile, Action definition if you want to specify which action or actions you want to execute (if you only want to schedule the job for your email to support team action, put this action definition here), Promotion status "0", keep empty field Processing type (do not put INT for e-mail), and select Processing Time "Processing using selection report". Keep dates in blank. Set  "Processing without dialog" on. It's very important that you configure your action to be executed via report, as I said in the beginning, otherwise the job will not work and you will have the "0 actions have been selected" message. Also schedule your job periodically with a very short interval if you have many messages created each hour. It also depends on your SCOT configuration. The CRM action job will only send the e-mails to the queue.
    The business partner assigned to the user that holds the position below the org unit should be entered in the message processor field, but this should not cause any error in the action that determines the Support Team business partner, as this field is correctly determined. Did you configure any other action or BADI to fulfill the message processor automatically? The standard SLFN0001_ADVANCED_FIND_PARTNER action as far as I know will not do it.  I have Solution Manager 7.0 with SP25 and I don't have any error message in the FIND_PARTNER action, it is all green.
    If you did not create yet any action or BADI implementation for the message processor, and if you have only one business partner (person) assigned to your support team, as you described (one Org Unit, with one position and one member), you can do the following:
    - Go to the Access Sequences definition and copy access sequence 0009 (organizational data: employee for an org. unit). In the Individual Accesses change the Source from Department to Support Team.
    - Go to the partner determination procedure and for the SLFN0004 select the access sequence just created.
    This access sequence uses Rule AC10000258 to determine the business partner Employee of an Org Unit.
    Try to create a new message and check if it works. This rule does not work if you have many members below one support team.
    You may also check SAP note [1041455|https://websmp130.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=1041455].
    Regards,
    Raquel
    Edited by: Raquel Cunha on Mar 3, 2011 4:30 PM

  • SolMan 4.0: Support Team determination via Access Sequence not working

    Hi,
    from all the documentation I've read I got the following understanding for automatically determination of Support Team via Access Sequence (well, for one possibillity at least):
    - Maintain Sold-to-Party in IBase IB52, especially country attribute. DONE
    - Maintain Organizational Structure in PPOMA_CRM and create Org. Units, Business Partner No. get assigned automatically. DONE
    - The Organizational Unit "Support Team" has the same country attribute as the Sold-to-Party and was marked "Obj. Permitted in Determination". DONE
    - In IMG under SolMan -> Sc.-Specific Settings -> Partner Det. Proc. -> Def. Partner Det. Procedure select Procedure "SLFN0001" -> Partner Functions in Procedure -> Select "Support Team" -> Details, in block "Partner Determination" under "Access Sequence" select "Organizational data: Support Team by org. model". DONE
    If I now create a support message in a satellite system the Support-Team will NOT be assigned. Instead if I have a look into transaction data of the message under tab "Actions" there is an entry "When message is created, find support team responsible" with processing parameters RULE AC13200137, PARTNER_FCT SLFN0003.
    This makes absolutely no sense to me, why is the determination rule 13200137 used (which contains no entries at the moment) instead of the assigned Access Sequence?
    Am I missing something?
    Regards,
    Marco Kipka

    Hi,
    no hint for solving the problem?
    This is getting quite urgent, since I'm working at a customers site and try to implement the describted scenario.
    Regards,
    Marco

  • Support team determination based on message creators - how to

    Hello, dear experts,
    I try to implement the following scenario:
    We have several user groups with numerous users (they create messages).
    Support team needs to be determined based on the user group. How can we implement this?
    Standart decision with rule AC13200137 seems not applicable in that case. I try to do it with org. structure: create org. unit corresponding to user groups, assign business partners/users to them but I don't know what access sequence can I use for this (in Partner Determination). Could you give a piece of advice about this scenario?
    Any help is really appreciated.

    Hi Remy
    I have configured service desk message and determination of message support procesors
    Users can change status of service desk message trough B_USERSTAT  Authorization object if the Actions are available regarding the ticket status
    I like to set conditions, sou2026 if service message are assigned to BASIS TEAM only this group must change service message status or edit  service message data
    Thereu2019s any way to do this trough authorization objects?? B_USERST_T  maybe ?  combination of B_USERSTAT & B_USERST_T (activation) ?? Status profiles & Authorization key & transactions types, actions profiles??
    Best regards

  • Support team determination-Rule 13200137 at PFAC_RESPO

    Dear Gurus,
    I Maintained  Rule 13200137 at PFAC_RESPO.
    Craeted a responsibility called  MM support and assigned a user called MMUSER
    Expression in a Responsibility maintained all with * for SAP component Maintained MM* and Priority with 1-4.
    BP maintained as employee for the user MMUSER.
    While going for simulation it si coorcetly picking that MMUSER
    But when I create a message from solman by menuHelp>>create support message and in the component maintained as MM-INV
    But it didnu2019t determined the support person.
    In the action log I am getting the following log
    Date: 26.06.2008      Time: 10:35:26
    Processing CRM_DNO_PARTNER_1 Is Started
    Incorrect parameter transfer ()
    Action could not be successfully executed
    Pl guide me in thisu2026..

    Dear gurus,
    i maintained entries in : Set up integration with organizational management as
    1. Activate global HR integration by setting the main switch HRALX/HRAC to 'X'.
    2. Activate the integration between business partners and organizational units by setting the switch HRALX/OBPON to 'ON'.
    3. Activate the integration between business partners and employees by setting the switch HRALX/PBPON to 'ON'.
    I am getting different error as below
    Date: 26.06.2008      Time: 18:20:32
    Processing CRM_DNO_PARTNER_1 Is Started
    Error in resolution of rule 'AC13200137' for step '1'
    Action could not be successfully executed
    Error in resolution of rule 'AC13200137' for step '1'
    Message no. WL423
    Diagnosis
    The function module for rule 'AC13200137' initialized an exception and returned a message ("MESSAGE ... [RAISING ...]").
    System Response
    If the message is of type 'A', 'E' or ' ', the confirmation of the current work item is recorded and the work procedure set to error status.
    In all other cases, the message is logged as a warning and the work procedure continues.
    plz guide me

  • Service Desk - assign support team according to call status

    Dear SolMan Service Desk experts,
    We have copied the standard Service Desk transaction type to an own transaction type, and have adapted the transaction type and created a customer specific status profile.
    Now we want to find out how it is possible to assign a "support team" depending on the status. This means e.g.
    when the status is set from "In Process" to "Approved" a different support team "Basis" should be assigned automatically.
    when the status is set from "Approved" to "Escalated" a different support team "EscalationMgrs" should be assigned automatically.
    This is different to the usual and well know support team determination after call creation.
    Q: Is this possible with the PPF and the actions provided in standard?
    Q: What needs to be done to implement support team assignment by status?
    Q: Is there a description available to achieve the desired result?
    Unfortunately I did not find the needful in notes 616946 and 1512895, and also the PFAC rule 13200137 seems not to be helpful as the STATUS is not available in the Container, and as it seems once a support team is assigned the rule does not change the support team anymore. Is that correct?
    Best regards,
    Peter

    Hi Ram,
    here are the points to be done, when setting up the automatic support team determination in your Solution Manager system:
    You will have to set up your organizational model by using the transaction PPOMA_CRM. Make sure before, that in table T77S0 the value for HRALX HRAC is set to "X", otherwise no Business Partners will be assigned in your org structure!
    Then you will have to set up your finding rules by using the transaction PFAC, using the rule AC13200137. When ready, you can simulate rule checking if it is working. The determination is working by using the SAP component.
    To the different message numbers taken, when creating a new message: Depending on the way, how the message is created (through the Help-function or using the ta NOTIF_CREATE, resp. CRMD_ORDER) the sequence of creating the two parts of the message (a message in your SolMan system consists of a Basis/ABA-message and a CRM-message) is different. If you create a message via Help, the Basis-message is created first and the number range of the Basis messages defines the number for your message. On the other hand, if you create your message by using NOTIF_CREATE, the CRM-part is getting set up first, so the number range (to be maintained with the ta CRMC_NR_RA_SERVICE) for the CRM messages defines the number for your message.
    I hope this short explanation helps you,
    regards
    Csaba

  • How to create email to Support Team when NEW message created in SupportDesk

    Hi there,
    I have been sitting with this for a while now, and am quite frustrated. I want to know whether it is possible to generate an email notification to the Support Team in the Service Desk whenever a new message is created by the user. So far, the Org Structure is correctly set up in PPOMA_CRM. The rule CRM_DNO_1 (13200137) is configured and works. Application CRM_ORDER with Action Profile SLFN0001_ADVANCED is configured, and by standard config works by correctly determining the responsible Support Team per SAP Component whenever a new message is created. Lastly, I have configured my own Action Definition that sends an email to the user (Reported By) to notify him whenever the Status of the message changes (like to In Process or Confirmed etc), which works.
    Now, whenever a new message is created by a user in the satelite system, it gets created in Service Desk and the Reported By, Sold-to-Party and Support Team are determined and the status of the message is NEW. When looking at the message in Service Desk under Actions, the only action assigned so far is  the "SLFN0001_ADVANCED_FIND_PARTNER - Find support team responsible, when message is created" action. Now, the issue is this: how do you assign an action to the message straight after the Support Team determination, but before any other processing takes place in the message (meaning, you have to click on Change in Service Desk to start processing the message - when doing this, additional actions are assigned). I have created my own Action Definition (copy of SLFN0001_ADVANCED_FIND_PARTNER) and added another Processing Type after the Method Call (CRM_DNO_PARTNER_1) to email a Smartform (Processing Type = Smart Forms Mail) to the Support Team. But from here things just dont work - either it skips the Support Team determination, or it doesn't process the SmartForm type at all. Even by creating a standalone Action Definition and using Partner Determination / Function SLFN0003 (Support Team - almost same like to notify the Reported By about status changes to the message), this newly-defined action doesn't even list under Actions in the message whenever a new message is created. Only after clicking on Change in the message does this action for the first time list and execute, which is pointless - you don't want someone to open the message first and change it to enable notification of the Support Team of a new message; this should happen as soon as the message gets created.
    So, if there is anyone out there who has done this before, please help, it would be much appreciated.

    Gavin,
    I managed to get this working in our system.
    This is what I did:
       - action ZSLFN0001_ADVANCED_FIND_PRTNR (copy of SLFN0001_ADVANCED_FIND_PARTNER): changed in processing type the method to ZCRM_DNO_PARTNER_1 which I created as described in note 1041455. The Sort Order of this action has the same number as the original action of SAP (nr. 10 in my case).
       - I created another action Z_MAIL_TO_SUPPORTTEAM_OPEN with Sort Order one higher than the previous (nr. 11 in my case).
    Processing Time: When saving document
    Processing Times not permitted: No Restrictions
    Sort Order: 11
    Schedule Automatically
    Partner-Dependent: SLNF0003
    Determination Technology: Using Conditions that can be Transported
    Rule Type: Workflow Conditions
    Action Merging: Max. 1 Action for Each Action Definition
    Processing Type
                  -  Form Name: ZFORM
                  -  Processing Class: CL_DOC_PROCESSING_CRM_ORDER
                  -  Processing Method: CRM_SRVORDER_EXEC_SMART_FORM
                  -  Archive Mode: Mail Only
    Then I configured a Schedule Condition for Z_MAIL_TO_SUPPORTTEAM_OPEN: &CRM Service Process.User Status& = E0001ZSMSD001.
    For me it's working like a ChaRM now
    Hope it also solves your problem!
    Best regards,
    Roel

  • Send e-mail to support team.

    Hello,
    I created a action for sending e-mail to support team in SolMan, the action is display in actions of message, but your status is warning, and don't send e-mail. When I try execute action, view the message of error:
    --> The Action Cannot Be Executed in the Dialog
    Procedure: 
    If you want to execute the action in the document, you must change the Customizing settings of the action  definition correspondingly.
    I can't find this procedure.
    Anybody can help me please.
    Thanks a lot.
    Att.
    Rogério

    Hi
    have you configured the pfac rule which is called by ur action...(assuming u r using standard action for sending mail to support team)
    Pls check this blog will solve ur problem
    /people/dolores.correa/blog/2007/10/06/service-desk-support-team-determination
    Regards
    Prakhar

  • Populate the Support Team based on the Message Processors Org Unit

    We are using the Service Desk and using the SLFN transaction to create tickets.
    At the moment we populate the Message Processor and Support Team fields manually.
    Is there a way that when the Business Partner is entered into Message Processor field that the Support Team (Organizational Unit) that this person is a member of is automatically entered into the Support Team field.
    When we setup the organization structure we have defined these relationships so is it possible to utilize this?
    Thanks
    Simon

    Hi,
    Pls check this blog..
    Service Desk: Support team determination in Solution Manager 7.0
    Pls assign pts.

  • The system can't find support team when support message create

    Dear experts,
    The system can't find support team when support message create.
    It show the error that
    "<u>The action definition SLFN0001_ADVANCED_SMDIAG has not been assigned a merging technology</u> "
    and "<u>the action merging cannot be executed</u>."
    Did anyone know how to solve this problem?
    Thanks in advance

    Hey pavienee,
    Let me inform you that the action defination SLFN0001_ADVANCED_FIND_PARTNER is responsible for finding the right support team, this is valid if you make relevant settings by assigning partners in ib52 ti the ibase component.
    The action log SLFN0001_ADVANCED_SMDIAG has nothing to do with support team determination.... This action is meant for Solman diagnositics.
    Please Reward points for usefull answer and revert for any clartifications.
    Regards,
    Anand..

  • Unable to create Support Team Organization

    Hi Experts
    I am configuring the service desk in solman 7.0, i have done the following tasks.
    a) Activate Solution Manager Services
    b) Defined Service Desk Destination in the Satellite Systems
    c) Activated Solution Manager BC-Sets Required for Service Desk
    d) Fetching the SAP Components
    f) Assigned the Number Ranges for ABA Notifications
    g) Assigned Number Range for Service Desk Messages
    i) Configured the ABA Messages
    j) Generated the  Business Partners
    k) Activated the Partner/organisation integration
    l) Created the Message Processors
    m) Created the Organization Business Partners
    n) Defined the Service Desk Destinations in the Solution Manager System
    o) Scheduled the Background Jobs in Solution Manager
    p) Created the new relationship category for our users.
    q) Created the new access sequence for the Support Team Determination
    r) Adapted the Partner determination Schema
    s) Created the root organizational Model
    When i try to  Create the Support Team Organization, i am not getting the previously created organization. Please help me to resolve the issue
    Thanks & Regards

    Thanks for the reply,
    i check the path, the option is seleted is - automatic recoding of changes.
    GAK

  • Incident created in ITSM should have one Support Team by default.

    Hello Experts,
    We have Implemented ITSM Incident Management. We have following requirement, Can anyone please suggest how we can achieve it.
    Whenever there is any Incident Created in Solution Manager Incident Management, we want a Support Team say "ABC" to be selected by default.
    Is there any way to do so?
    Thanks,
    Rakesh Bhor

    Hello Rakesh,
    There are different possibilities how the determination of business partners to different partner functions can be set up. Different in regards to criteria and determination mechanism.
    E.g. when creating incidents, the support team can be determined automatically.
    You can start configuration via SOLMAN_SETUP -  IT Service Management – 5 Perform administrative tasks - 5.2 Create Organizational Model -> activity Determine Support Team
    For the initial support team determination in an incident two alternative possibilities are offered within the standard. Both alternatives can be defined in a respective IMG activity. here the path:
    SAP Solution Manager Implementation Guide -> SAP Solution Manager -> Capabilities (Optional) -> IT Service Management ->  Support Team ->… 
    via Responsibilities (PFAC)
    Triggered by the standard action <action profile name>_FIND_TEAM_SEND_EMAIL with rule AGS_ICT.
    In the rule e.g. it can be defined (transaction PFAC) which service team is responsible for which SAP component.
    BRFplus
    Triggered by the standard action <action profile name>_FIND_PARTNER_FDT.
    In the Business Rule Framework plus (BRFplus) rules can be defined to assign a support team to an incident automatically.
    E.g. based on criteria like SAP component, region or country, …
    The SCN Wiki site Support Team Determination via Business Rule Framework plus (BRFplus) provides a detailed description about how to set up a partner determination using BRFplus at the example of support team determination. Beside that also the Support Team Determination via Responsibilities is shortly described: http://wiki.scn.sap.com/wiki/display/SAPITSM/Support+Team+Determination+via+Business+Rule+Framework+plus.
    best regards
    Jens

  • Automatic determination support team based on own specs?

    Hi,
    Rule 13200137 to automatically determines a support team using some standard specs such as:
    SAP Component
    Catalog Subject
    Category
    Code Subject
    Subject Code Group
    Sold-ToParty Country
    Transaction Number
    Priority
    etc...
    how can I add other specs? We need to determine the support team based on data specified in the business partner, ie postal code. In other words, our support team depends more on geographical specs, than SAP componenents.
    How can I add other specs in this rule? The function CRM_DNO_READ_PARTNER_WFRULE seems quire hard coded, so I was wondering how to do this?
    thanks a million,
    regards,
    maggie

    Hi  dolores
    I have configured service desk and determination of support message team,
    Users can change status of service desk message trough B_USERSTAT  Authorization object if the Actions are available regarding the ticket status
    I like to set conditions, sou2026 if service message are assigned to BASIS TEAM only this group must change service message status or edit service message data
    Thereu2019s any way to do this trough authorization objects?? B_USERST_T  maybe ?  combination of B_USERSTAT & B_USERST_T (activation) ?? Status profiles & Authorization key & transactions types, actions profiles??
    Best Regards

  • How to determine the Support Team from the Reported by?

    Hello Everyone,
    I am working with Solution Manager 4.0 and I want to use Automatic Partner Determination in Service Desk. My employer wants the Support Team (SLFN0003) to be determined by the Reported by (SLFN0002).
    There are already parts of the Automatic Partner Determination that work, like determining the Sold-to Party from the IBase component. Because of that I believe the customizing leading to a correct Partner Determination Procedure is working. But somehow I can’t seem to get the determination of the Support Team from the Reported by to work. Hopefully someone can help me on this matter.
    Thanks in advance!
    Best regards,
    Michael Sital

    method if_ex_order_save~check_before_save.
      data gs_status type zsmgl_status.
      data lt_tguid  type crmt_object_guid_tab.
      data lt_orderadm_h type crmt_orderadm_h_wrkt.
      data lt_status type crmt_status_wrkt.
      data ls_status like line of lt_status.
      data lt_partner type crmt_partner_external_wrkt.
      data ls_partner like line of lt_partner.
      data lt_partner_h  type table of crmt_partner_com.
      data lt_partner_h1 type crmt_partner_comt.
      data ls_partner_h like line of lt_partner_h.
      data ls_field_names type crmt_input_field_names.
      data lt_field_names type crmt_input_field_names_tab.
      data lv_logical_key(42) type c.
      data lt_input_fields  type crmt_input_field_tab.
      data ls_input_fields like line of  lt_input_fields  .
      data gt_partner_h type crmt_partner_external_wrkt.
      data gs_partner_h like line of gt_partner_h.
      data lt_cjest type table of crm_jest.
      data ls_cjest type crm_jest.
      clear lt_status.
      clear lt_partner.
      clear lt_orderadm_h.
      insert iv_guid  into table lt_tguid.
      call function 'CRM_ORDER_READ'
        exporting
          it_header_guid       = lt_tguid
        importing
          et_status            = lt_status
          et_orderadm_h        = lt_orderadm_h
          et_partner           = lt_partner
        exceptions
          document_not_found   = 1
          error_occurred       = 2
          document_locked      = 3
          no_change_authority  = 4
          no_display_authority = 5
          no_change_allowed    = 6
          others               = 7.
      if sy-subrc = 0.
    Get in only  if status is changed to Inprogress.
        clear ls_cjest.
        select single * from crm_jest into ls_cjest where objnr = iv_guid and inact = ' '.
        if ls_cjest-stat = 'E0010'.
          read table lt_status into ls_status with key status = 'E0002'.
          if sy-subrc = 0.
    Read Status from Intermidiate Table.
            select single * from zsmgl_status into gs_status
                                     where guid = iv_guid
                                     and   stat = 'E0002'
                                     and   inact = ''.
            if sy-subrc = 0.
    make copy to _h table
              loop at lt_partner into ls_partner.
                move-corresponding ls_partner to ls_partner_h.
                append ls_partner_h to lt_partner_h.
                clear ls_partner_h.
              endloop.
              loop at lt_partner_h into ls_partner_h where partner_fct = 'SLFN0003' or partner_fct = 'SLFN0004'.
                case ls_partner_h-partner_fct.
                  when 'SLFN0003'.
                    ls_partner_h-ref_partner_no = gs_status-partner_number.
                    ls_partner_h-partner_no = gs_status-partner_number.
                    modify lt_partner_h from ls_partner_h transporting  ref_partner_no partner_no.
                    clear ls_partner_h.
                  when 'SLFN0004'.
                    if gs_status-bu_partner is not initial.
                      ls_partner_h-ref_partner_no = gs_status-bu_partner.
                      ls_partner_h-partner_no = gs_status-bu_partner.
                    else.
                      ls_partner_h-partner_no = ' '.
                      ls_partner_h-ref_partner_no = ' '.
                    endif.
                    modify lt_partner_h from ls_partner_h transporting  ref_partner_no partner_no.
                    clear ls_partner_h.
                endcase.
              endloop.
            endif.
            lt_partner_h1[] = lt_partner_h[].
            loop at lt_partner_h1 into ls_partner_h where ref_partner_fct = 'SLFN0003' or ref_partner_fct = 'SLFN0004' .
              clear ls_field_names.
              ls_field_names-fieldname = 'PARTNER_FCT'.
              insert ls_field_names into table lt_field_names.
              ls_field_names-fieldname = 'PARTNER_NO'.
              insert ls_field_names into table lt_field_names.
              ls_field_names-fieldname = 'DISPLAY_TYPE'.
              insert ls_field_names into table lt_field_names.
              ls_field_names-fieldname = 'NO_TYPE'.
              insert ls_field_names into table lt_field_names.
              ls_field_names-fieldname = 'KIND_OF_ENTRY'.
              insert ls_field_names into table lt_field_names.
              ls_input_fields-ref_guid    = iv_guid.
              ls_input_fields-ref_kind    = 'A'.
              ls_input_fields-objectname  = 'PARTNER'.
              ls_input_fields-field_names = lt_field_names.
              lv_logical_key = '0000'.
              lv_logical_key+4 = ls_partner_h-partner_fct.
              lv_logical_key+12 = ls_partner_h-partner_no.
              lv_logical_key+28 = ls_partner_h-ref_display_type.
              lv_logical_key+30 = ls_partner_h-ref_no_type.
              ls_input_fields-logical_key = lv_logical_key.
              insert ls_input_fields into table lt_input_fields.
            endloop.
            call function 'CRM_ORDER_MAINTAIN'
              exporting
                it_partner        = lt_partner_h1
              changing
                ct_input_fields   = lt_input_fields
              exceptions
                error_occurred    = 1
                document_locked   = 2
                no_change_allowed = 3
                no_authority      = 4
                others            = 5.
          endif.
        endif.
      endif.
    endmethod

  • How to determine the Support Team from Reported-by?

    Hi All,
    We need to determine the support team based on reported-by.
    I have concluded it is only possible by customization of developing ZBADI from these threads:
    Re: How to determine the Support Team from the Reported by?
    Automatic determination support team based on own specs?
    Re: Route tickets based on Message creaters's location
    So we have created ztable which has relation between SAP component, Reported-by and Support Team.
    Now i need to develope a ZBADI  and assign to the action definition SLFN0001_ADVANCED_FIND_PARTNER(i hope).
    Can anyone help me out with the piece of code. Because i don't which FMs to be called for read and update the support desk message.
    Note: Action definition SLFN0001_ADVANCED_FIND_PARTNER uses method call Z_CRM_DNO_PARTNER_1(which is a copy of CRM_DNO_PARTNER_1 and applied some correction as per note: 1041455).
    Thanks in advance.
    Regards
    Sanjai

    closing this thread.

Maybe you are looking for

  • Sms in enroute state please help

    hi all, From an ESME we are sending sms through smpp and the client code gets the smsc ok response still its not able to deliver the message for a long time and some times it dont even deliver the sms .We tried with the different sending priorities l

  • How do I get my gallery photo pages in iweb to publish on my site ?

    HI I have recently upgraded to iweb 09 from iweb o6. I have also upgraded from tiger to snow leopard and now have a terabite size hard drive. Iweb was working great before , but now i cannot get my website to upload correctly using ftp fetch. fetch i

  • Using functions in Resultset while getting database data.

    Well I'm trying to reset my resultset and it doesn't work. Frist I extract data from it. Then I want to start to get other data from hte beginning again. Is this not possible. Can I just get thew data once. I'm working with an access database and dev

  • IMPORT INTO A DIFFERENT TABLESPACE

    Hi All, When attempting to import a .dmp file into a user with different default tablespace errors IMP-00003 and ORA-00922 was raised, some objects were imported but the problem seems to arise when importing tables. Help will be greatly appreciated.

  • Mapping from xsd:date to ABAP dates (yyyy-mm-dd)

    Hi there, I've an automated activity that calls an ABAP web service in our SAP ERP. In my BPM data object I've a date in format xsd:date which should be passed as web service parameter. I've tried to use (Data_Object/Requestor/FromDate) cast as date