Skip to Content
0
Former Member
Jan 29, 2007 at 02:01 PM

Copy Control _CRM

71 Views

Hi,

I'm attempting to copy reason code across business activites. I'm using following code in the subject method of if_ex_crm_copy_badi, but it doesn' seem to work:

METHOD if_ex_crm_copy_badi~subject .

DATA: ls_subject TYPE crmt_subject_wrk.

LOOP AT it_ref_subject INTO ls_subject WHERE profile_type = 'F'.

ENDLOOP.

ENDMETHOD.

Any ideas?

Thanks

Kevin