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

Check CPU & Change Pointer Utilization

Former Member
0 Likes
263

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

1 REPLY 1
Read only

Former Member
0 Likes
232

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