ALV sum various columns problem
Posted on
16th Feb 2014 07:03 pm by
admin
Hi all,
I'm doing a report on ABAP for a timesheet of the current month. The output i want is similar to this:
Year Month Type Item #days tue-1 wed-2 thu-3 ...
2009 September Project Project1 3 1 1 1
2009 September Project Projec2 5 1 1 0
2009 September Task Task1 1 0 1 0
The field #days is a sum of all the days columns for september next right to the #days column.
I can have an SQL wich can extract all the data to fill year,month,type,item and #days. But then, i need to flat these #days in the correct days column. I think i can do it with 2 sqls, but then i need to join these data to display it right.
Finally, present that data in an ALV.
I have a structure defined in ABAP dictionary with all the static fields. The columns representing the days (sat-1,sun-2,...) are not in the structure.
I've tried to define a new structure wich include the old one and define the remaining columns, but i can't show the fields defined in this extra structure, only the static fields defined in ABAP dictionary.
This is probably simple, but i'm just starting in ABAP, and this seems odd and confusing right now.
What's your advice to solve this problem?
No comments posted yet
Your Answer:
Login to answer
77
14
Other forums
tag inside php... hi
Code: <?php echo "<td width="$columnWidth%" align=&show random images hey guys
can someone please suggest a way in which the following code can be edited so it onl switch not getting value what am i doing wrong? i want to populate the country list according to the category i want to PHP Code / Script To check weather the given email exists in a domain Hi,
I want to implement the following in my web page
in sign up we will ask to enter u Open browser page depending on XML results Hello,
I have some PHP code that sends webbased from data to an external url ( in the form of remove trailing slash from array I have the following array which contains trailing slashes I need to remove. What is the best way to Count on multidimensional array Hi, i got an array as below:
Array ( => Array ( How to write on database when a link is clicked? Hi,
I have a list of products in a gridview. When the link is clicked currently it takes to an ext Scrolling news bar and MySQL I am not sure if this is the correct forum to post this on. If not, I apologize. I am still pretty Displaying image from database Hi,
I've got a site where that's got a database behind it. Currently it has loads of items in
|