cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

customer fields(ZZ...) are not copied when opportunity is copied

rajanikanth_kristam
Product and Topic Expert
Product and Topic Expert
0 Likes
373

Hi Gurus,

I have some custom fields in opportunity header. When copy an oportunity only standard fields are getting copied to new opportunity created. All custom fields are empty.

I tryed to use badi CRM_ORDER_COPY method CUSTOMER_H but in this changing parameter already has data for custom fields. But not sure what is going wrong.

In general customer fields get copied to new opportunity without any badi implementation or badi implementation is necessary for this ? What is the method in badi ?

View Entire Topic
Former Member
0 Likes

Generally they should. Check if you have implemented some other BADI which processes Customer Fields & is mistakenly clearing them off at copying.

rajanikanth_kristam
Product and Topic Expert
Product and Topic Expert
0 Likes

Thaks for the reply.

Any hints which other badi's might effect coping ?

Now if i want to implement CRM_ORDER_COPY badi which METHOD i sould use.

Raj

P000636
Active Contributor
0 Likes

Hi Raj,

Add your custom field in the ct_input_field_names table. If the field is in order header in CUSTOMER_H method.

Regards.

Manuel