cancel
Showing results for 
Search instead for 
Did you mean: 

How to replicate AUSP table data from R/3 to CRM AUSP table?

S0023931147
Participant
0 Kudos

Hi All,

I want to replicate R/3 AUSP table entries to CRM AUSP table.

Please provide me detail steps.

Thanks

NV

Accepted Solutions (0)

Answers (2)

Answers (2)

bernadette_fredericks
Participant
0 Kudos

Hi Narendra,

You can also take a look at the following notes

456868 - Import of the R/3 classification into CRM

618191 - R/3 data exchange of classification data (class type23)

Thanks

Bernadette

Former Member
0 Kudos

Hi Narendra,

The AUSP table is contained in object OBJCL.

You can download it in tcode R3AS.

For characteristics, there are 3 objects:

CLASS

ATTRIBUTE

OBJCL

It is better to load them all.

Regards,

Ellen

S0023931147
Participant
0 Kudos

Hi Ellen,

I tried to download in same sequence, all two adapter downloaded sucessfully but when i tried to download OBJCL it coming in Wait status as you can see in below snap shot.

Pls suggest!.

Thanks

Narendra

Former Member
0 Kudos

Hi Narendra,

This error is because the parent objects of OBJCL are not all downloaded.

The parent objects of OBJCL are   ATTRIBUTE, CLASS and  MATERIAL.

Please download these objects before OBJCL.

Regards,

Ellen

S0023931147
Participant
0 Kudos

Hi Ellen,

Thanks for your valuable reply!

I downloaded all the mentioned object sucessfully but still AUSP table not filled.

Please Guide.

Thanks

Narendra

Former Member
0 Kudos

Hi Narendra,

(1) First, please check whether the class type is 23. In standard, only the download of classification 23 is supported in the standard design. Other classification types are not supported.

If you wnat to download any other class type, you must write/create your own code for the class.

Please reference notes as my colleague Bernadette mentions.

456868 - Import of the R/3 classification into CRM
618191 - R/3 data exchange of classification data (class type23)

(2)If the classification for class type 23 is not downloaded, please check whether the following entries exist in TBE31 in R/3:

EVENT       APPLK    FUNCT

00004000    BC-MID   CRS_CHARACT_COLLECT_DATA

00004001    BC-MID   CRS_CLASS_COLLECT_DATA

00004002    BC-MID   CRS_OBJCL_COLLECT_DATA_NEW

Regards,

Ellen