cancel
Showing results for 
Search instead for 
Did you mean: 

how to copy transation data from active version of active model to inactive

former_member245036
Participant
0 Kudos

hi Expert,

how to copy transation data from active version of active model to inactive version of inactive model?

thanks so much

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

For copying the model and version from active model version you can use the function module /SAPAPO/MVM_SVC_CO_MOD_VERS.

For copying the transaction data to the crated model and planning version the function module /SAPAPO/MVM_INT_SVC_CO_VER can be used. In this function module you have to pass the source version ID and set the flag corresponding to the transaction data copy.

Please let me know if this works.

Regards,

Uday.

Former Member
0 Kudos

Hi,

For copying order series/ time seires from one version to other version just use program - /SAPAPO/VERSION_COPY_PAR

transaction - /SAPAPO/VERCOP.

Following Reports Obsolete from SCM 5.0 , Which also used for copy version in older release of APO. Since they introduced prallal processing in to this......

/SAPAPO/VERSION_COPY

/SAPAPO/VERSION_COPY_TRANS

Regards

Thennarasu.M

former_member698542
Active Contributor
0 Kudos

HI,

Please use the program /SAPAPO/RTSCOPY and specify the parameters are required.

thanks and regards

Murugesan

former_member245036
Participant
0 Kudos

thanks so much for your help

I have done with your guide but this T- Code /SAPAPO/VERCOP only allow me copy master/ transaction data among versions in the same MODEL.

my issue is to copy among version in the different MODEL

I am looking forward to receipting your help.

thanks again