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
Receive Rosettanet Message to SAP 4.6c
Dear all ,
My customer will send the PO details by rosettanet message , Is it
DOMDocument
Hello All,
I need to take an XML document, modify some of the nodes in it and then perform a
Dealing with code in db query
I am dealing with C code and I need to make sure it is encoded some how to ensure its integrity and
pls clear my confusion
Hi friends,
Pls solve my query .
what is the exact use of Scope Resolution Operator( i
quick question
Hi ..
i have a question
how do i set a var so it displays via an echo
Code: $logo = '&a
Sharing PHP Sessions Across Domains
I am in the process of writing a script to share a php session across various domains I have.
The
GET * FROM _____ Except?
I have a site that is for stock photography.
This section of the code calls images to display
Performance impact of cookies
Hi, I was just wondering what impact there would be in terms of performance if you where to set then
extract data
Code: <div class="post hentry uncustomized-post-template">
form submit at godaddy?
Trying to test form submission at GoDaddy and it does not seem to work. Here's the page...
h