cancel
Showing results for 
Search instead for 
Did you mean: 

Equipment Master Enhancement and downloading

Former Member
0 Kudos

Hi,

We are working on one of the requirement in which we need to enhance the Equipment Master in ECC with some custom fields and replicate it to CRM through CRM middleware. Need inputs on how to proceed on this. If anyone has worked on similar scenario, please reply.

Thanks in Advance!

Regards,

Venky

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Venkat

Please follow the following steps.

1. Enhance the table EQUI in ECC with Z fields you wants to enhance your equipments .

2. Enhance the structire BAPI_EQUI1 in ECC and CRM both

3. Create Attributes and set types in CRM to add Z field on equipment

4.GO to FIBF transaction  in ECC and add the custom function module for process CRM0_200 .

sample fm is SAMPLE_PROCESS_CRM0_200 and you can add

the z fields in table parameter

T_BAPISTRUCT STRUCTURE BAPIMTCS

5. implement BADI CRM_EQUI_LOAD in CRM. Use method Enlarge_Set_type to fill the set types created in step 3.

Regards

Naresh

.

Former Member
0 Kudos

Thanks for your Reply Naresh,

i have created FM in ECC and it would be great if you can share any code to map fields in CRM_EQUI_LOAD~ENLARGe_SET_TAYPES in CRM... its bit URGENT.. please

Regards,

Venkat

Former Member
0 Kudos

Please somebody help me out.

Regards,

Venkat.

Answers (0)