Quantcast
Channel: SCN : Discussion List - Customer Relationship Management (SAP CRM)
Viewing all 4296 articles
Browse latest View live

How to create business partner (responded by, sold to party)?

$
0
0

Hi,

    I'm creating a custom application, i want to add values to respoded by and sold to party.

   I have attached my code here please tell me any mistakes in that. im not getting any error while creating when i checked in crmd_order ,it is not created. please help......

 

Thanks.

call function 'CRM_ORDER_MAINTAIN'

     exporting

       it_activity_h     = lt_activity_h

       it_status         = lt_status_h

       it_partner        = lt_partner_h

     changing

       ct_orderadm_h     = lt_orderadm_h

       ct_input_fields   = lt_input_fields

     exceptions

       error_occurred    = 1

       document_locked   = 2

       no_change_allowed = 3

       no_authority      = 4

       others            = 5.

* Read the table that has been changed and get the GUID that was created.

   if sy-subrc eq 0.

     read table lt_orderadm_h into ls_orderadm_h index 1.

     if sy-subrc eq 0.

       ls_save_guid = ls_orderadm_h-guid.

       append ls_save_guid to lt_save_guid.

     endif.

   endif.

* SAVE the changes (all creations must be saved and committed before they exist in CRM)

   call function 'CRM_ORDER_SAVE'

     exporting

       it_objects_to_save = lt_save_guid

     importing

       et_saved_objects   = lt_saved_objects

     exceptions

       document_not_saved = 1

       others             = 2.

   if sy-subrc eq 0.

     " pull back object id created

     read table lt_saved_objects into ls_saved_object index 1.

     if sy-subrc eq 0.

       er_entity-id = ls_saved_object-object_id.

     endif.

     call function 'BAPI_TRANSACTION_COMMIT'.

 

   else.

     raise exception type /iwbep/cx_mgw_busi_exception

       exporting

         textid            = /iwbep/cx_mgw_busi_exception=>resource_duplicate

         message_unlimited = c_error_msg.

   endif.

 

Message was edited by: Narendra Hegde


how to call component usage inbound plug in guided activity

$
0
0

hi
i have created a guided activity and added view to it via component usage. now how can i call the component usage inbound plug

"Partners have alternative addresses" messages

$
0
0

Dear SAP experts,

 

When sending e-mails from Service Request, I've got the following information messages: "Partners have alternative addresses"

I have read few scn posts for this message and conclude that the issue comes from the customizing in partner determination.

Thus, I have made the following modification:

In partner processing, I had the check box 'Changeable adress' ticked. I have modified to Standard Address Only (see attach files to see the customizing)

 

However, I still get the information message when sending e-mails. Is there another customizing point ?

 

Thanks a lot,


Regards,

 

Anaïs

Deleting an Interactive Report in SAP CRM

$
0
0

Hi,

 

How can we delete an interactive report in SAP CRM? At the WebClient level, in managing reports area, there is an Delete button visible, but inactive. It can't be a problem of authorizations, I have SAP_all on my user.

 

Thank you,

 

Horatiu

SAP CRM Integration with facebook

$
0
0

Dears,

 

We have CRM 7 EHP2 and we want to implement the integration with Facebook.

 

According to the following link there is an integration with CRM interaction center "EHP3" and Facebook. However, we do not have interaction
center and not intending to implement it so we need to integrate with the CRM application itself.

 

 

http://scn.sap.com/community/crm/blog/2013/11/08/twitteralso-facebook-is-official-integrated-into-crm-70-ehp3

 

 

Can we proceed with the existing EHP or we must have EHP3? It will be highly appreciated if you support me with any documentation or more information about the subject.

 

 

Thanks.

Cleansing Case BAdI

$
0
0

Hello Experts,

 

Can anyone tell me the BAdI for Cleansing cases in CRM where we can build custom logic for custom/standard fields on Account merge.

 

Thanks in Advance.

 

Regards,

Ankin

Issue with user status profile

$
0
0

Hi Friends,

 

I created a new status profile with statuses(open, inprocess, complete and Reject) and assigned it to Item category(removed old status profile), created sales order where I can get this item category, but could not find the status from newly assigned status profile. Please let me know any further setting should be carried out to see changes in the order.

 

Thanks and Regards,
Venkat

Event after select a value in Dropdown List Box (DDLB)

$
0
0

Hi experts,

 

I have a question. I couldn'f find any answer in the forum or the web.

 

I want to trigger an event after selcting a value in the ddlb. BUT i want the event to be triggered after selecting the value and not press enter before (because depending on the value, another field has to be disabled - and between the value selection and pressing enter the user could enter a value in the field).

 

I already set a breakpoint in p_getter and do_handle_event but both are not called.

 

Best regards,

Sebastian


How to display partners name using crm_order_maintain?

$
0
0

Hi Experts,


I'm  calling crm_order_maintain to get all details like , partner, activity,service, etc

My problem here is i'm getting partner names (reported by,sold to party) as integers.

How to display the name in the form of string. Please help


Thanks.

Issue with the rejected line item in order

$
0
0

Hi Friends,

 

I created a sales order in ECC, added a material, but do not enter quantity and item category was not determined, rejected this line item and add the same material and enter quantity, order is saved. When I open this order in CRM getting the error messages, if we reject line item in ECC, then it should give any errors in CRM on that line item, right? Please provide me solution for this issue or let me know is there any OSS note for this issue.

 

-No item category could not be determiined

-Conversion factors are invalid.

 

 

Thanks and Regards,
Venkat

BTF editor replace by MS Word?

$
0
0


Hello,

 

is it possible to create a mail form by MS Word or rather to replace the BTF editor by MS Word in a mail form?

 

Best regards,

Sascha Gieraths

How to set an alert when the service request is updated with a new E-mail in agent inbox.

$
0
0

Hi Experts,

 

How to set an alert when the service request is updated with a new E-mail in agent inbox.

Generally inbound email are attached to service request automatically with tracking text.

Is there any standard functionality available for the new email alert in service request in agent inbox .

 

Thanks,

Rakesh.

External Break Point Not Triggering in Sap Crm with 3rd party Integration

$
0
0

Hello Experts ,

 

I am working on a CRM 7.0 system and we have CRM integration scenario with non SAP

third party system using CTI integration .

 

I have put some external breakpoints in some classes in CRM system but these breakpoints

are not triggered when we are doing some processing in 3rd party system and transfer the

data into CRM system . 

 

I have tried by Activating debugging in SICF transaction also but still not triggered

the external breakpoints .

 

Kindly request you all to please let me know what I need to do for triggering external

breakpoints .

 

Thanks ,

Pankaj

Include view checkbox in search pages

$
0
0

Have you noticed that in the new EHP3 release webui search pages, there is a checkbox which says "Include View" next to "Save search As". Any idea what it is for or how this can help users?

Program to Maintain Sales Area of Product

$
0
0


Hi Experts,

I'm looking for a program to update Sales area data of Product, i searched in many places also in the CRM system to find it out.

But no luck. Please help me.

Regards,
Nagaraju


Campaign: Sending multiple emails to Target group members addresses

$
0
0


Hi All,

 

I have a requiremement, where I have to send email to all email addresses maintained in work address for Contact Person in Target Group on executing Campaign.

 

I observed standard Campaign exceution sends email to 'Standard/Default' email address.

I tried implementing BADI CRM_MKT_ADR_SEARCH, here we can choose different addressnumber work/private.

 

But, I have the same Addr. Number with more than one email address in ADR6. All this email address are in the same Adrress Number and Person Number.

 

I have checked FM CRM_IM_EMAIL_CREATE_SEND_51. I want to select all emails maintained under same address number and person number for contact or an option to select one of the work emails.

 

Please let me know if any one has solution.

 

Thanks a lot in advance

CRM 7.0 ehp4 release date

$
0
0

Hi ,

 

Any info on CRM 7.0 ehp4 release date ? or what is included or functionality enhancement ?

 

Thank you

We need to set an alert for the new email in the Agent Inbox

$
0
0

Hi Gurus,

 

 

We have a requirement for our client to create an alert for the new incoming email into a Service Request. Business is asking for a check or flag that can let the user know that there is an update/new email pertaining to the Service Request.

 

 

At the moment users have to go into each Service Request and check whether there is an update/new email pertaining to the Service Request. Since we have the mail threading active these mails are attached to the Service Requests automatically with a tracking text. To avoid the excess time consumed in this process Business requested us to provide with a check or flag in the agent inbox result view. We have searched for a standard solution but could not find one.

 

 

Request you to help us here in creating this check or flag in the Agent inbox irrespective of standard or custom development.

 

Thanks,

Subbu.

How to populate custom values when clicked on button "With template"

$
0
0

Hi ,

 

In the web ui of attachment assignment block when we click on "with template" button it should display the entries from custom table in the pop up window. As per standard functionality all the word templates are displaying but I need only the templates in the custom table .

 

Component : GS_CM

Event handler has the standard code not able to find exactly from where the standard values are coming .

 

Example :

 

Business transaction type is ZEMP_RU it has four templates ZER1,ZER2,ZER3,ZER4.When I open business transaction ZEMP_RU and clicked on "with template" in attachment it should display only these four templates .

 

Could you please provide suitable answers .

 

Thanks in advance.

Issue with user status profile

$
0
0

Hi Friends,

 

I created a new status profile with statuses(open, inprocess, complete and Reject) and assigned it to Item category(removed old status profile), created sales order where I can get this item category, but could not find the status from newly assigned status profile. Please let me know any further setting should be carried out to see changes in the order.

 

Thanks and Regards,
Venkat

Viewing all 4296 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>