‎2007 Dec 17 7:23 AM
Hi Guys I am doing a report where I am displaying the sales for this year and last year Please let me know how to calculate the following to get both the data in ALV. also need to calculate the percentage of it. Please help me its urgent.
‎2007 Dec 17 7:28 AM
Hi,
In the select query u write it as
for example.
select vbeln
from vbak
into table it_tab
where date gt date
and date le date.
and give the table to the alv .
i hope it helps u.
reward points if it helps.
‎2007 Dec 17 7:28 AM
Hi,
In the select query u write it as
for example.
select vbeln
from vbak
into table it_tab
where date gt date
and date le date.
and give the table to the alv .
i hope it helps u.
reward points if it helps.
‎2007 Dec 17 7:45 AM
sure i will reward points if you can help me a coded report it will be verymuch helpful its very very urgent.
‎2007 Dec 17 8:02 AM
Hi,
Do u want how to display in the alv or getting the sales order numbers from the table in that range.
‎2007 Dec 17 8:17 AM
Hi,
I need to display sales quantity for the current year and last year target for current year and closing stock, and to calculate the percentage of the target current year and sales for the last year