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

customer aging report

Former Member
0 Likes
684

hi to all abap gurus

my querry is as follows what is customer aging report . what is the purpose of it ? can u pls table sfor this report .

hi to all abap gurus

my querry is as follows what is customer aging report . what is the purpose of it ? can u pls table sfor this report .

1 REPLY 1
Read only

Former Member
0 Likes
356

Hi Hari,

Customer aging means the diffrence between sales date (or delivery date according to the agreement) and payment date.

Means when you sale an item to customer there is date recorded in sales (VBAK) and when you deliver and give invoice (VBRK).

after some days according to payment terms or delay in payment, customer gives payment to the company, there is also date recorded.

Aging is the number of days between these two dates.

So make an internal table after fetching of data of customer master and related data; display with list.

Hope it will solve ur problem.

Regards

Krishnendu