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

customized AP aging report

Former Member
0 Likes
538

we are checking the customized ABAP program, if we set today as open item key date, the program retrieved data and show the total open item for a company correctly and tie to vendor line item report, if we choose previous date(for example 2010, 12.30) as open item key date, the program only achieve some vendor accounts and many vendor invoice and payment accounting document is missing. what would be the possible coding error? thanks

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
487

Most likely the program does not consider closed items and their clearing dates correctly and pull them into the report. Have you checked to see if the code considers closed items? Does it compare the clearing date against the date entered and include the documents in the report if valid?

we are checking the customized ABAP program, if we set today as open item key date, the program retrieved data and show the total open item for a company correctly and tie to vendor line item report, if we choose previous date(for example 2010, 12.30) as open item key date, the program only achieve some vendor accounts and many vendor invoice and payment accounting document is missing. what would be the possible coding error? thanks

1 REPLY 1
Read only

brad_bohn
Active Contributor
0 Likes
488

Most likely the program does not consider closed items and their clearing dates correctly and pull them into the report. Have you checked to see if the code considers closed items? Does it compare the clearing date against the date entered and include the documents in the report if valid?