2006 Aug 28 6:24 PM
Hi all,
is it possible to record the amount of time taken in creating a customer.
also is it possible to record the time when a customer is created and saved.if so in which field does this get stored.
Thanks in advance
Sandeep
2006 Aug 28 6:30 PM
>>the time when a customer is created
try KNA1-UPDAT & KNA1-UPTIM.
I think the time actually taken depends on system performance..
2006 Aug 28 6:58 PM
Sandeep,
"is it possible to record the amount of time taken in creating a customer."
You could add code in the XD01 UserExits to store off the start of the XD01 t-code and the time when the SAVE icon is pressed. These values could be then stored in some permanent storage (custom DB table or even a flat file on your App server).
2006 Aug 28 6:59 PM
More accurate would actually be to find a UserExit on the refresh of the XD01 main screen (after the SAVE processing has completed).
2006 Aug 28 7:07 PM
Hi John,
could you please tell me what user-exit or BAdi is useful for this purpose.could you also send me the sample code if you have any?
thanks
Sandeep
2006 Aug 28 7:13 PM
For the start of the t-code - add code to Include MF02DFEX - Form AUFRUF_USER_EXIT