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

ALV Block List Display

Former Member
0 Likes
351

hi

i am working with the object which need to find out the head count of employees in a company on basis of cost centers

1.i need to divide employees of each cost center as full time employees and part time employees seperately

for that i used ALV block list for finding the head count according to employees type

in my first block i displayed total for full time employees of each cost center in the company and did the total for all costcenters

in my 2nd block i displayed total for part time employees of each cost center in the company and did the total for all costcenters

i completed displaying 2 blocks

now i need to find total employees and need to print it in the last line or as 3rd block

ie total = fulltime total + part time total.

can any one help in doing this with sample code.

regards

sachin

hi

i am working with the object which need to find out the head count of employees in a company on basis of cost centers

1.i need to divide employees of each cost center as full time employees and part time employees seperately

for that i used ALV block list for finding the head count according to employees type

in my first block i displayed total for full time employees of each cost center in the company and did the total for all costcenters

in my 2nd block i displayed total for part time employees of each cost center in the company and did the total for all costcenters

i completed displaying 2 blocks

now i need to find total employees and need to print it in the last line or as 3rd block

ie total = fulltime total + part time total.

can any one help in doing this with sample code.

regards

sachin

1 REPLY 1
Read only

Pawan_Kesari
Active Contributor
0 Likes
330

sample program for block list alv : BALVBT01