cancel
Showing results for 
Search instead for 
Did you mean: 

Re:Transactions

Former Member
0 Kudos

Hi Experts,

can u pls suggest how to create follow - up transaction automatically with Status approved.

can u pls send me the step by step configuration............

your help would be appreciated......

Thanks,

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

ashish_nagpal
Active Contributor
0 Kudos

hi venkat

you can achieve your requirement by creating a new action profile where you can use action METHOD_CALL with COPY_DOCUMENT as parameter and then specify the process _type as container where you need to give the initial value as the follow transaction type like Y001 for LEAD

then attach this action profile to the transaction and then create a transaction with status approved ,as soon as you execute the action a follow up transaction will be created with status same as was in original transaction

best regards

ashish

Former Member
0 Kudos

Hi Asish,

Can u pls send me the step by step configuration for creating follow transactions automatically.and maintaining copy control between two Transactions

Its very urgent.........

Thanks,

venkat

ashish_nagpal
Active Contributor
0 Kudos

hi

for creating follow up transaction automatically

create a action profile in SPRO

then in that profile use method as METHOD_CALL

and copy_document as parameter and then specify the process_type too

there inside the container give initial value as the follow up transaction you want ,like for lead it is Y001

then you have this action profile attach it to your transaction and then while running the transaction you need to execute it ,as soon as you execute it a follow up transaction is created automatically the value of which you have specified inside the container,remember the initial value should be mentioned else that action wont work

now regarding the copy control,it is easy ,go to SPRO and search copy control go inside it

and you need to give

source and destination transaction,this way when you give the assignment you will be able to copy control

be careful that same transaction type should not be again used for the copy control,delete it if you want to use it again.

best regards

ashish

Former Member
0 Kudos

Hi,

you also can define the initial status defaulted = approved in status management.

regards

JD