‎2009 Dec 16 8:43 AM
Hi All,
Can anyone let me know in details whats the below functional module is used for 😆
Check CPU & Change Pointer Utilization
-
CALL FUNCTION 'Y_W_CHECK_CPU_CHNGPTRS'
EXPORTING
REFMESTYP =
syrepid = l_syrepid
input_file_count = total_recs1
TABLES
ttbdme = l_tbdme
EXCEPTIONS
error1 = 1
error2 = 2
error3 = 3
error4 = 4
OTHERS = 5.
thanks
sandy
‎2009 Dec 16 9:18 AM
hi,
I think that is a specific function, therefore it's impossible to know what used for.
Could you past the code of function for a best answer ?
regards,
karim