cancel
Showing results for 
Search instead for 
Did you mean: 

background processing in CIFING/mass processing while CIFING

Former Member
0 Kudos

can anyone tell me what are the settings/steps to perform CIF in background?

how to do mass processing while CIFING ?

as I have to cif some lacs of ppms what is the feasible option to save time?

thanks in advance.

regards

andy

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Anand,

Regarding CIFing lacs of PPM

You can implement funnctionality of parallelisation and optimum block size for intial data transfer of same object type in your case : PPM

Path for Parallelisation in customization :

Logistics ->Central Functions -> Supply Chain Planning Interface ->Core Interface Advanced Planner and Optimizer ->Environment -> Current Settings ->Define Number Ranges for Parallelization or using transaction

Path for defining the Block Size in customization the optmimum packets of data transfer

Basic Settings for Data Transfer ->Initial Data Transfer ->Set Filter and Selection Block Size or using transaction CFC3.

You can see more details at the following link :

http://help.sap.com/saphelp_scm41/helpdata/en/d2/3e089134134b44ad7f7d33251db911/frameset.htm

Former Member
0 Kudos

generally with huge volumes of data transfer, I suggest to create several Integration models with PPM selection in batches using CFM1 and activate them in the background using CFM3. I believe that would be the quick way to cif the ppms

Former Member
0 Kudos

You can remove detail logging in CFC2 in R/3 for time being so that you can manage logs.

and optimize setting in CFC3 for object type :T_PPM.

Manish