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

infotype records

Former Member
0 Likes
566

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.

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
Read only

Former Member
0 Likes
542

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.

Read only

Former Member
0 Likes
542

Please check table DBSTATTORA.

Reward points if useful.

Read only

venkat_o
Active Contributor
0 Likes
542

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