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

Custom container

Former Member
0 Likes
569

Can anybody tell me , how to insert a statement in betwist the data populated in a custom container.I want to sum an integer field in the output display on the basis of months.Like it shouls display in middle "the total sum for july month is Total = 1233434'.My problem is only to insert the stmt.I can sum the field on month basis.plz help me out.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
539

Hi Friend,

I think yuo are talking about ALV. Because custom container can not display anything, it is a container which can not display anything which can hold ALV and Tree View objects.

Please reply we can help...

Regards

Krishnendu

3 REPLIES 3
Read only

Former Member
0 Likes
540

Hi Friend,

I think yuo are talking about ALV. Because custom container can not display anything, it is a container which can not display anything which can hold ALV and Tree View objects.

Please reply we can help...

Regards

Krishnendu

Read only

Former Member
0 Likes
539

hi,

If you are using ALV then insted of giving the text in the Custom Container (which doesnot contain any text) you can display text as list header.

Regards

Sumit Agarwal

Read only

Former Member
0 Likes
539

hi,

i think, you need to display the data and subtotal for month wise. for this requirement you have to build the sort internal table LVC_T_SORT

here you have to pass FIELDNAME, SUBTOT.

Check the sample program start with BCALV* in SE38.

Regards,

Boobalan S