Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

customer creation time

Former Member
0 Likes
1,667

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

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

5 REPLIES 5
Read only

suresh_datti
Active Contributor
0 Likes
1,033

>>the time when a customer is created

try KNA1-UPDAT & KNA1-UPTIM.

I think the time actually taken depends on system performance..

Read only

Former Member
0 Likes
1,033

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).

Read only

0 Likes
1,033

More accurate would actually be to find a UserExit on the refresh of the XD01 main screen (after the SAVE processing has completed).

Read only

0 Likes
1,033

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

Read only

0 Likes
1,033

For the start of the t-code - add code to Include MF02DFEX - Form AUFRUF_USER_EXIT