cancel
Showing results for 
Search instead for 
Did you mean: 

Preform copy results function as backgroundjob

Former Member
0 Kudos

Hi

We need to preform the copy fonction as a backgroundjob every 30 minutes or so. We uses standard SAP copy function to get inspection results from one inspection lot to another. This is done automatically at lot creation or manually. In most cases this copying must be done manually. The automatic copy function in standard can only be done when creating a new lot and can only copy from lots with a usage decision. Moste of the time the sourse inspection lot dont have a UD at lot creation and we need to cut down the manual work.

What is the best way of preform this copy function automaticly every 30 minutes?

What is the name of the standard program that preform the copy function?

BR

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

considering the limitation of std way of copying result from one lot to other ,you can create your own report & execute in background use BAPI_INSPCHAR_GETRESULT to get results & copy them using BAPI_INSPCHAR_SETRESULT

Former Member
0 Kudos

Hi. Thank you.

This will be a way of getting and entering results. ...But is it possible to cal the standard copy program that uses IMG settings?

Former Member
0 Kudos

Std SAP bapi through customization will only works when you have to take UD of existing lot.

Former Member
0 Kudos

Hello. Yes I know that the source lot must have a UD to be able to act as scource. This is ok. But there is alot of good function in that program/bapi that I would like to use.

Dones any one knows the standard bapi name of the results copy function?