cancel
Showing results for 
Search instead for 
Did you mean: 

COPY_DOCUMENT

Former Member
0 Kudos

Hello.

I´m creating a activity of a service by Action.

I have the action ZACTIVITY in which I have the Type Processing Method Call, the Method

is COPY_DOCUMENT and the Parameters are:

1.- PROCESS_TYPE

Structure = CRMC_PROC_TYPE

Field = PROCESS_TYPE

Value = ZACT

2.- SE_ORG

Structure = CRMT_ORGMAN_SERVICE

Field = SERVICE_ORG

Value = O 50000908

I need that the activity is believed to Service Organization (O 50000908) by default.

And not with the service organization that has the service order.

The problem is, the action is creating the activity but with the organization

O 50000902, this is the service, as I can solve the problem?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

you need to create a own implementation of BADI EXEC_METHODCALL_PPF.

Here i created in my case the implementation ZCOPY_DOCUMENT.

You will be able to add here all the required information before commit work.

Afterwards of course you need to exchange your method in the action customizing.

I hope this helps.

Kind regards.

Manfred

Answers (0)