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

current week report

Former Member
0 Likes
385

Hi All,

There is a requiremnet to create a report that will contain the total amount due to and from of vendor ,the amount due in the

current week. i am using BSEG table.

Couid you please guid me to how to get the current week report when ever runs. from monday on words.

2 REPLIES 2
Read only

Pramanan
Active Participant
0 Likes
366

Hi Raju,

It is possible by getting input as from date and end date from the user.

For that u can use Selection screen to get From and To date.

With that write a Query to fetch neccessary details from table .

I write an example

select * from lfa1 where date in weekdate.

The week date should be declared as

Selection-screen: weekdate in type <datefield type in table>

The query will fetch the datas in between the dates given

Read only

Former Member
0 Likes
366

The first thing to do is to use BSIK and BSAK instead of BSEG. they are secondary index tables for BSEG indexed on company code (BUKRS) and vendor (LIFNR).

Rob