Application Development 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: 

infotype records

Former Member
0 Kudos

Hi Guys

i am developing a report in which based on action (hiring, promotion etc) the infotypes used in infogroup are displayed

eg 0,1,2,6,7,8,9. now for these displayed infotypes how can i find the no of records in each infotype.

Is there any specific table in which i can find the no of records against each infotype?

Regards,

Quavi.

3 REPLIES 3

Former Member
0 Kudos

Hi abdul,

Perhaps, you can get the same datails from your infotype tables.forEx

if infotypes are 0,1,2,6,7,8,9..

you can go for PA000,1,2,6,7,8,9 tables and find total number

of record against each info type..By using a loop with simple condition .

loop it till NULL ( last record ) and

count the values.

Regards,

Ramesh.

former_member192895
Participant
0 Kudos

Please check table DBSTATTORA.

Reward points if useful.

venkat_o
Active Contributor
0 Kudos

Hi Abdul, If infotype 0, table is PA0000 like that all . Goto SE16->enter table PA0000->Press ENTER-> there u will see No of Records button, press on that. It will display. Regards, Venkat.O