cancel
Showing results for 
Search instead for 
Did you mean: 

Details about ABAP Function Module

Former Member
0 Kudos

Hi All,

I am trying to get information about the data returned by 2 ABAP function modules. These are :-

1) TH_WPINFO - Shows the number of work processes running on the SAP system. The table fields are:-

WP_NO

WP_TYP

WP_PID

WP_STATUS

WP_WAITING

WP_SEM

WP_RESTART

WP_DUMPS

WP_CPU

WP_ELTIME

WP_MANDT

WP_BNAME

WP_REPORT

WP_ACTION

WP_TABLE

WP_SERVER

WP_WAITINF

WP_WAITTIM

2) TH_WP_DETAIL_INFO - Shows the additional details about a particular work process. The table fields are:-

EYEON

STARTTIME1

STARTTIME2

ENDTIME1

ENDTIME2

RESPTIME

ROLLED_OUT

CPUTIME

QUEUETIME

GUITIME

GUICNT

GUINETTIME

L_ENDTIME1

L_ENDTIME2

RFCTI

RFCCNT

INPUTLEN

OUTPUTLEN

MAXROLL

MAXPAGE

ROLLINCNT

ROLLINTI

ROLLOUTCNT

ROLLOUTTI

LOCKCNT

LOCKTI

READDIRCNT

READDIRTI

READDIRREC

READDIRBUF

READSEQCNT

READSEQTI

READSEQREC

READSEQBUF

PHYREADCNT

INSCNT

INSTI

INSREC

PHYINSCNT

UPDCNT

UPDTI

UPDREC

PHYUPDCNT

DELCNT

DELTI

DELREC

PHYDELCNT

COMMITTI

DBPROCCNT

DBPROCTI

GENERATETI

REPLOADTI

CUALOADTI

DYNPLOADTI

SRCLODCNT

DSQLCNT

QUECNT

QUETI

DDICTI

MEMSUM

PRIVSUM

USEDBYTES

MAXBYTES

MAXBYTESDI

ADCNT

ADTIME

DISPCNT

ACCOUNT

TRANSID

TERMINAL

REPORT

DYNPRONR

TCODE

CUAPRG

CUAFUNC

DIA_FILL_1

EYEOFF

As you can see, the tables shown by these function modules have lots of columns but there is not much description (In fact, nothing at all) about them. If anybody has used these function modules before can you please point me to a location where I can find documentation for these. I have already searched on SAP help portal but it doesn't show any information about this. I tried with TCODE SM50 on my SAP GUI but it doesn't give precise information. Please suggest on how or where I can find description for these tables.

Many Thanks in advance!!!

- John

Accepted Solutions (1)

Accepted Solutions (1)

christian_wohlfahrt
Active Contributor
0 Kudos

Hi John!

There is no documentation - you can't expect, that <i>every</i> bit is documented in SAP.

If you are interested in something special, ask this - but I doubt that you will find someone, who writes a FM documentation based on his own experience.

The most important fields you can guess by the name or comparing with SM50 / SM66.

Regards,

Christian

Former Member
0 Kudos

Hi Christian,

Thanks for your suggestion. I was just wondering if there would be any documentation but probably I was expecting too much! Anyway, as I mentioned, I already used SM50 and SM66 also gives some information. Also, I tried executing this function module on a NetWeaver 2004S machine and it shows some pretty good information about the fields.

Regards,

John

Former Member
0 Kudos

Hi John,

you can use transaction sm37 to check function modules for the input and output.

kind regards,

Carl

Answers (0)