Quantcast
Channel: SCN : All Content - SAP CRM: Master Data & Middleware
Viewing all 1796 articles
Browse latest View live

How to add SAP CRM standard field to CRM pricing catalog

$
0
0

Dear Gurus,

 

How to add the SAP CRM standard field to CRM pricing catalog, I am getting the following issues, could you please guide. Thank you very much.

 

1) I have a standard filed name IND_SECTOR and element - BU_IND_SECTOR, I need to add this to pricing catalog, when I try to add I am getting warning as Name space is SAP, use Z* or Y*

2) I am not getting the data type and length, I think it should get automatically right

3) When I click the warning in the mentioned 1 has gone, but it's asking to save in sap package, can I go ahead and use the SAP package called /SAPCND/MAINTENANCE_T. Will there be any issue later or please advise am I missing something here.

 

I have referred the SAP note 441083, but there they have used Z field

 

Thank you and Regards,

Niranjan


Address replication issue (ECC -> CRM)

$
0
0

Hello CRM specialists,

 

we are currently facing a strange replication isssue concerning address changes in ECC.

In general the replication of address data of customers is working perfectly fine, but in some cases it just doesn't work at all.

 

Basically the problem is that we do not receive a BDoc when an address gets changed in ECC and therefore we have different address data in ECC and CRM. But this is not happening every time and up to now we were not able to find a case where we could reproduce it. Sometimes it just happens and sometimes not.

 

For example when an address gets changed in ECC (city, postal code, street, house number, etc.) we will either have a BDoc and everything is replicated nicely or we do not have a BDoc and the changes are not replicated to CRM.

 

Did somebody encounter this problem and can give me some hints what might be wrong here?

 

Best regards

Sascha

Not able to create item condition records using program-CRM

$
0
0

Dear Experts,

 

In my Z program am trying to create the Service Contract with condition record for the line item. For getting this, am using 'CRM_ORDER_MAINTAIN' with the input of it_pridoc. But its not creating the condition record for the line item. Hope i missed somthing in my program. Pl find my program bellow, Guide  me.

 

 

    ls_pridoc_com-ref_kind = 'B'.
    ls_pridoc_com-ref_handle = '0000000001'.
    ls_cond-kschl = '0PSV'.
    ls_cond-kbetr = '10000'.
    ls_cond-KPEIN = '1'.                     

    ls_cond-waers = 'INR'.
    INSERT ls_cond INTO TABLE ls_pridoc_com-cond_add.
    INSERT ls_pridoc_com INTO TABLE gt_pridoc_com.

    ls_crmt_input_field-ref_handle = '0000000001'.
    ls_crmt_input_field-ref_guid = lv_guid.
    ls_crmt_input_field-ref_kind = 'B'.
    ls_crmt_input_field-objectname = 'PRIDOC'.

    INSERT ls_input_field_names INTO TABLE ls_crmt_input_field-field_names.
    INSERT ls_crmt_input_field  INTO TABLE  it_crmt_input_field_tab.

 

   CALL FUNCTION 'CRM_ORDER_MAINTAIN'
      EXPORTING
        it_sales             = ls_ordermaintain_if-sales
        it_pridoc             = gt_pridoc_com
        it_schedlin_i        = ls_ordermaintain_if-schedlin_i
        it_partner             = it_crmt_partner_comt            

        it_orgman             = gt_orgman
        it_ordprp_objl_i_d  = it_ordprp_objl_i_d
        it_pricing              = it_pricing
*       it_appointment     = gt_appointment
      CHANGING
        ct_orderadm_h      = ls_ordermaintain_if-orderadm_h
        ct_orderadm_i      = ls_ordermaintain_if-orderadm_i
        ct_input_fields    = it_crmt_input_field_tab          

        cv_log_handle      = gv_log_handle
      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.


    ls_bad_orderadm_h-orderadm_h_guid = lv_guid.

    INSERT ls_bad_orderadm_h-orderadm_h_guid INTO TABLE lt_objects_to_save.


    CALL FUNCTION 'CRM_ORDER_SAVE'
      EXPORTING
        it_objects_to_save   = lt_objects_to_save
        iv_update_task_local = ''
        iv_save_frame_log    = 'X'
      IMPORTING
        et_saved_objects     = lt_saved_objects
        et_exception         = lt_exception
      CHANGING
        cv_log_handle        = lv_loghandle
      EXCEPTIONS
        document_not_saved   = 1
        OTHERS               = 2.

CRM Middleware/MEP multiple R3 backends with different customizing

$
0
0

We have hooked up our CRM7.0 system to two R/3 backends both with differeng customizing data.  I can successfully perform for example a DNL_CUST_SHIP from either one.  The problem I have is that it overwites the data from the other system.  I need to know if there is a way to pull in the customizing from both systems and then only have to manually maintain those entries where there is a clashing key.

 

Regards

Marc

PDP determination for opportunity transaction

$
0
0

Dear Experts,

 

Hope all are doing good.

 

I have a Requirement like,

 

Need to trigger a bill-to-party in the opportunity transaction only based on BP relationships(Access sequences-Source) using Partner determination procedure(PDP).

 

I tried by taking,

 

Access sequence--> source=BP relationships and Partner function=Sold-to-party

 

And in PDP I used the same access sequence and maintained Bill-to-party as partner function. Finally assigned to Opportunity transaction.

 

Maintained BP relationships for STP and BTP before creating a opportunity transaction but still PDP doesn't worked.

 

As opportunity document having "Prospect" by nature, Is Prospect behaves as all the BP roles(If I enter STP)?.

 

 

Anyone please help me here, what are the exact Access sequences(source & partner function) and PDP determination i have to Use to get sorout this?.

 

 

 

Many Thanks,

Venkat

not able to generate bdocs in generic program

$
0
0

Hi Experts,

 

We made a generic program to change the status of leads(order) in SAP CRM 7.0 system.

It is working fine all leads status is changing but BDocs are not generated for that changes done by generic program.

 

Please guide us for solution to generate the BDocs .So that We can fetch data in deltaload in BW system.

 

Thanks & Regards,

Arpit.

Mapping SAP CRM and SAP ECC fields

$
0
0

Hi Guru.

We have business partner replication between SAP ECC and SAP CRM (ECC --> CRM), I need to know where SAP CRM saves the similar field KNA1-JMZAH.

 

How can I get the mapping for ECC to CRM fields?

 

Regards,

Error :No jurisdiction code could be determined, Area :TAX_TXJCD in SAP CRM

$
0
0

Hi SAP CRM Experts,

 

I created a contact person in CRM and assigned to sold to party under relationship TAB , the contact person  was not assigned under contact person TAB in ERP for the same sold to party and i checked  the BDOC , it is giving the error as"Partially send, receivers have errors"  BDOC type :BUPA_REL and under error message "No jurisdiction code could be determined" , area :TAX_TXJCD.This is happening only for BRAZIL country and in CRM we don't have the field Jurisdiction Code to input the value.

 

But If i do the same from ERP , it is working fine and also when i enter the country , and Jurisdiction code it is asking "Jurisdiction code AM does not corresponding address entered" after giving some value to region ,it is fixed.

 

Is the jurisdiction code depends on region as well?

 

I would appreciate giving the solution ASAP.Maximum points would be awarded.

 

Best Regards

Succhi


SAP CRM Interaction Record Display with Business Partner and Contract account

$
0
0


HI Experts,

 

Do we have any standard transaction or program to display the interaction record text(the manual entry notes by a CSR) based on BP and CA?

 

regards,

Vicky

How , When and What is the significance of Business Partner's Sales Area Data?

$
0
0

Dear All,

 

What is the Sales Area data of busines partner , What is the significance of the same?

When it gets modified or extended?

How to maintain its configuration? How maintain its data!!

 

Hence i want to understand almost all about sales Area data of business partner.

 

Regards,

Dhruvin

Account Hierarchy error while creating Funds,

$
0
0

Hi All,

 

I am working on CRM 7.0.

 

I have created Account Hierarchy tree, Hierarchy Node & Subnode and assigned Accounts to node and subnode using transaction BPH.

 

Now while i select this hierarchy in front end to create Fund in TPM, I am getting error as Invalid Hierarchy ID -


.

 

Pls suggest me where might me i do mistate either Account hierarchy creation or in Funds?

 

For an useful answer point will be given positively.

 

Thanks in Advance.

 

Regards,

Ram

CRM Address (ADRC) Enhancement for BP

$
0
0

Hi All,

 

We have a requirement to enhance BP Address with a couple of Z fields (custom). We are trying to enhance ADRC  & it should work the same way standard fields in ADRC structure!.

 

How can we achieve this?.

 

Note: We have to have these fields under Idoc address segment too, so that inbound Idocs update the ADRC table correctly for the Zfields as well.

 

Thanks, Sudeep..

Prevent replication of Contact Person from CRM to ERP

$
0
0

Hello,

 

we replicate business partner with role "Solt-to Party" from CRM to ERP.

 

But we want to prevent that the contact person of the Sold-tp Party is relicated too.

 

How we can realize this?

 

Thanks for help

 

Ronald Ploß

 

crm consultant handles which types of tickets

$
0
0

crm consultant handles which types of tickets?

How R3 text objects are brought into CRM?


How to restrict/block replication of contact person? SAP CRM 7.0 ehp 2

$
0
0

Hello fellow crm consultants,

 

I am looking for a (hopefully) standard solution to restrict the replication of contact persons (CP) from crm to ecc back and forth while they are related/linked to a customer.

 

In this current scenario we create a new customer on the CRM side and immediately link new or existing contact persons to this customer before saving the new entity. Upon save the data is being replicated and creates the same in ECC. However there is not CP replication been setup between CRM/ECC meaning that normally no contact person information is being replicated or synced between these systems. But only when the customer is being replicated including contact person(s) this is information coming through anyways. I want to completely block the CP information and only replicate the customer information.

 

Is above possible in SAP CRM 7.0 ehp 2 and how through customization?

 

Thanks in advance.. points will be rewarded.

 

Regards,

Rogier

Restrict Sales order of few Process types from ECC to CRM

$
0
0

Hi All,

 

   I have a requirement to restrict the few sales order which is having ZMN,ZKC,ZNT and etc from ECC to CRM.

 

I know that from CRM to ECC by using SMOEAC replication object intelligent load. But how to do ECC to CRM.

 

Shyam K Gangisetti.

PDP determination for opportunity transaction

$
0
0

Dear Experts,

 

Hope all are doing good.

 

I have a Requirement like,

 

Need to trigger a bill-to-party in the opportunity transaction only based on BP relationships(Access sequences-Source) using Partner determination procedure(PDP).

 

I tried by taking,

 

Access sequence--> source=BP relationships and Partner function=Sold-to-party

 

And in PDP I used the same access sequence and maintained Bill-to-party as partner function. Finally assigned to Opportunity transaction.

 

Maintained BP relationships for STP and BTP before creating a opportunity transaction but still PDP doesn't worked.

 

As opportunity document having "Prospect" by nature, Is Prospect behaves as all the BP roles(If I enter STP)?.

 

 

Anyone please help me here, what are the exact Access sequences(source & partner function) and PDP determination i have to Use to get sorout this?.

 

 

 

Many Thanks,

Venkat

Replicating a custom table from crm to ECC??

$
0
0

Hi All,

 

I created a AET table extension(1:N Relationship ) for Accounts in sap crm. A new custom table is created with relation to but000. Now i want to replicate this Custom table to ECC. Please let me know what are the steps involved in doing this.

 

Inputs will be highly appreciated. Thanks in Advance.

 

Thanks & Regards,

          Bala.

Update BDoc status failed - BDoc locked for inbound Queue R3AD_ACCOUNTING

$
0
0

Hi Guys,

 

The R3AD_ACCOUNTING queue is stuck in CRM inbound queue. Status Text is " Update BDoc status failed - BDoc locked ". I tried to unlock the queue (F5) and Refresh (F9) several times. Still it is SYSFAIL status. The queue entries are flowing from ERP-outbound queue but keeps on stacking in the inbound queue (CRM). I have checked the corresponding entry in Table" SMOFPARSFA". It seems quiet ok to me -

Key   -   R3A_COMMON

Paramname - UPDATE_QUEUES_RESTART

Paramname2 - R3AD*

Paramval - 3

Paramval2 - 5

Comment - RETRY TO PROCESS TEMPOARY LOCKED BDOCS-MSG

 

There are 186,266 entries in that queue. Please suggest what to do?

 

Regards,

Das

Viewing all 1796 articles
Browse latest View live