cancel
Showing results for 
Search instead for 
Did you mean: 

Copying...Sales area information

Former Member
0 Kudos

Hie guys, I have created Transaction type for oppurtunity and created Follow up Activity for Oppurtunity.

Now i want to copy the Sales area of Oppurtunity to follow up activity automatically.

Can anyone help me how this can be done? I checked copy contrlo settings for transaction types and oppurtunty but nothing helps!!

Thanks and regards,

Lata.

Edited by: latha reddy on Feb 18, 2010 12:14 PM

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Lata,

I created a post in Wiki dealing with copying sales organization data on CRM Web UI last week. It might help you as well:

http://wiki.sdn.sap.com/wiki/display/CRM/HowtocopyBOLnodetreesdynamically

Regards

/Florian

Moderator message: Thanks for the contribution!

Edited by: Stephen Johannes on Feb 22, 2010 7:59 AM

Former Member
0 Kudos

excuse me the question but where do you put into this coding? Is this the redefinition of a method?

0 Kudos

Hi Oliver,

technically you can put the code in almost any method of the view controller or the window controller you want.

I would however recommend to either create a new event handler or redefine an existing event handler and do the coding there.

In my example we created a new OCA link for copying the current row. When clicking on it the newly created event handler is getting called.

A rather good example of OCA table can be found in Christophe Steeno's [blog post|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/15672] [original link is broken] [original link is broken] [original link is broken];.

/Florian

Answers (2)

Answers (2)

Former Member
0 Kudos

i close this

Former Member
0 Kudos

Lata,

You might have to use the Copy Control BADI - "CRM_COPY_BADI". Just check if this meets your requirements.

Regards,

Shyamak