2009 May 07 1:31 PM
Hi all,
I am trying to use the mass processing tool of WTY and I have some problems
I have created an action, when operating the action from transaction WTY it works fine but with the mass processing tool the action produce a dump and errors.
While debuging both transactions i have found that the action is called from different programs and there different checks made by sap on the data.
does any one have any idea?
BR,
Naama.
2009 May 13 7:15 AM
Hi Naama,
true, the call points are different. The main difference is that you have the UI available in transaction WTY. While processing in WTYMP you do not have the UI. Thus you need to make sure that you do not send any popups (can be i-messages, too) during mass processing.
Additionally it might be that your action does not correctly select the version it needs to work with.
Best regards
Christian