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

Problem in Alv

0 Likes
326

Hi,

I have a problem in alv i want to take individual fields for day,month,year,

in day column i have to display how many productions are done it should count by input date and same like month and year also.

i stuck here please help me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
303

You would need to take 3 different columns in final output internal table for day month and year.

Calculate the required fields by programatically applying required logic and populate these 3 fileds.

ALV does not have any internal fumnctionality to support your requireemnt.

you would need to write a logic for the same.

Hi,

I have a problem in alv i want to take individual fields for day,month,year,

in day column i have to display how many productions are done it should count by input date and same like month and year also.

i stuck here please help me.

1 REPLY 1
Read only

Former Member
0 Likes
304

You would need to take 3 different columns in final output internal table for day month and year.

Calculate the required fields by programatically applying required logic and populate these 3 fileds.

ALV does not have any internal fumnctionality to support your requireemnt.

you would need to write a logic for the same.