on 2007 Jun 06 3:13 PM
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,
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Check BADI : COPY_DOCUMENT. This can be set in Actions.
Regards,
Arun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
33 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.