cancel
Showing results for 
Search instead for 
Did you mean: 

Follow up transaction.

Former Member
0 Kudos
67

Hi All,

I have created transaction in crmd_order in that I have External ref number. I created the followup document for this order .I have cretaed additionl fileds through EEWB.Standard reference number i want in followup document of zfileds.Is there any BADI to copy this value to the follow up document.

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Swapna,

Implement CRM_COPY_BADI.

BAdI: Enhancements for Copying Control

In this step. you can create enhancements for copying control. In the business add-in CRM_COPY_BADI, the following methods are available to you:

COPY

ORDERADM_I

PRODUCT_I

ORDERADM_H

SALES

ACTIVITY_H

ORDPRP_I

BILLPLAN

BILLING

OPPORT_H

LEAD_H

SCHEDLIN_I

FINPROD_I

SERVICE_I

PRICING_I

PAYPLAN

CUSTOMER_I

CUSTOMER_H

CANCEL

DATES

PRICING

SHIPPING

The name of the method corresponds to the name of the subobject for which copying control is to be enhanced.

Interface (all methods expect COPY): Administration data header or item and communication structure for the subobject. This is valid for the target and source for copying. Input_fields: The name of every field that is changed in the structure for the subobject must be entered here.

COPY: Interface administration data header or item and link table: Here, you can use the return value to control that the header or item should not be copied (copying condition).

In transaction SE19, the implementation is created for a selectable and enhanceable copying routine. This means that coding can be written for individual or all methods. The key for the copying routine is then entered in Customizing for the copying control.

Best Regards,

Pratik Patel

<b>Reward with Points!</b>

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check BADI : COPY_DOCUMENT. This can be set in Actions.

Regards,

Arun