A user exit has been set up for document archiving. However, a production run and a test run cannot be distinguished between when the deletion program is started manually.
Cause and prerequisitesUp to now it was not possible to start the program manually and to supply the user exit with test run/restart flag.
Note: This problem does not persist if you start archiving in the normal way using SAPF040 or SAPF048, since here, in the test case, the deletion program is not called up and the user exit is consequently not processed. The user exit can only not distinguish between a production run and a test run in the case of a restart.
As of 3.0.b: I_TESTRUN and I_RESTART are transferred to the user exit as parameters and from these it is clear which type of run is involved (correction P30K015141).
Up to and including 3.0.a: A change to the user exit interface is too costly. Instead, the following program change should be made in SAPF040D or SAPF048D. It is not possible and in general not necessary to take the restart flag into consideration here.
Additional key words
Up to and including 2.2: SAPF040, SAPF040D, EXIT_SAPFF040_001, SAPFF040
As of 3.0: SAPF048, SAPF048D, EXIT_SAPFF048_001, SAPFF048
No comments:
Post a Comment