cancel
Showing results for 
Search instead for 
Did you mean: 

Equipment download Issue

Former Member
0 Kudos

Hi All

I am trying to do a Request download of Equipments from R/3 to CRM But the Request is going in to a Abort status with green Bdocs having no extension data .My filters on Equipment are completely fine .Any Inputs on the Issue will be appreciated .

Thanks & Regards

Vipul Singh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1) Pls check if there any dumps in ST22 for that request download.

2) This may also occurs if there is any exception raised . Pls check if there is any imp for BADI CRM_EQUI_LOAD.Check the Imp for exception RAISE .

Former Member
0 Kudos

Hi Chandra

Thanks for the response but there is no exception raise in the BAdi Implementation .Any other inputs that I need to check .Even there are no dumps in the Systems .

Appreciate your help .

Regards

Former Member
0 Kudos

Hi,

I think you need to stop the queue in SMQ2 of CRM. The queue name will be with convention R3AR_<YOUR REQUEST NAME>.

Then debug to find out where it is aborting.In this way you can also check if the data from R/3 is coming to CRM.

Former Member
0 Kudos

Vipul,

I dont know if you are using any Badi Implementaion for this, If you are revert it back to Standard Badi and try downloading it, if it works fine otherwise post the Abort message so that I could give you the right solutions.. thanks

Raj

Former Member
0 Kudos

Hi

I am using the BAdi CRM_EQUI_LOAD for Equipment download .I dont find any Issues with BAdi Implementation .Could you please guide me towards some more checkpoints .

Any help will be appreciated .

Thanks & Regards

Vipul Singh

Former Member
0 Kudos

Is there any Middleware parameter we need to maintain for Initial & Request download of Equipments .The delta is working fine in my Systems .

Thanks & Regards

Vipul Singh

Former Member
0 Kudos

hi Vipul,

Did you try to debug the queue and through the Implementations.This might help you to trouble shoot.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vipul,

check the oss notes 1224016, 1230307 and 1251175 .

please check the follwing points with regards to note

1230307 in the ERP system.

1)There is also a key field called "Counter - BEF_IMAGE" which is not

stated in the note. What should be the values for this field?

*You can leave the field as empty for the newly mentioned entries.

2)There will be entries already existing for "tablename ADRC, ADR2, ADR3and Counter X" and for "tablename JEST, JSTO and counter empty".

What should be done ?

*So for table names ADRC, ADR2, ADR3 create a new entry as mentioned as

in the note with the field "Counter" as empty.

For the table names JEST, JSTO there is no need to make any additional

entries to the table.

Please check the above mentioned points and recheck the scenario.

Hope this will help.

Thanks,

Vikash.

Former Member
0 Kudos

Hi All

I have a Z implementation which is working fine for permanent Load i.e. while creating new Equipments .The Z Implementation is also called during an Initial load also,so there are no Issues with the BAdi .

For the notes mentioned I have checked ,some are not relevant for my version and for note 1230307 it says for if the address data is not properly loaded into the CRM System .If I switch to standard Implementation then too the same problem is there .

The Bdocs are in green status so no question of checking errors in Bdocs .

Any Other checkpoint that I may have to look .

Appreciate your response .

Regards

Vipul

Former Member
0 Kudos

Hi all

Any hints on the Issue.All the customizing tables are also fine in the System .This issue has come after we upgraded to 6.0 .Earlier it was working fine .

Regards

Vipul

Former Member
0 Kudos

Hi Vipul

In CRM 6.0 the following setting is no longer required. Please check the following FM in your system:

Function module: CRM_CREATE_OBJECT_FROM_EQUI

Context-block

-


  • By default the delta-synchronization is not supported.

  • To use this functionality in a project solution,

  • read note 637173.

  • ---------------------------------------------------------

Delete-Block

CLEAR lv_do_delta_load.

Insert-Block

lv_do_delta_load = 'X'.

See Note 890148 - IBase: Replicating the equipment structure

Modifying the standard implementation (as described in Note 637173) no longer activates the delta load. The delta load is activated in transaction SPRO under the IMG activity:

Customer Relationship Management -> Master Data -> Installed Base -> Replication of Equipment from SAP ECC Customer Service (CS) -> Define Default Settings for Equipment Replication.

RP

Former Member
0 Kudos

Hi Vipul

Check errors for bdoc type CRM_EQ_DMBDOC in SMW01.

Also check following link for basic settings for equipment replication:

[Equipment replication|http://sites.google.com/site/rupeshpatil/tweets/equipmentreplicationpartners]

Hope this helps

Rupesh