The algorithm for the initial balance, total amount in the current period, and total amount in the current year.

Source: Internet
Author: User

For example, the interface is selected as data from 1 to December. Rangetable

 

If rangetable-Low = '1 '.
T_BODY-SGTXT = 'beginning of the year '.
Else.
Rangetable-Low = 'opening balance '.
Endif.

Perform get_faglflext. "Get the number of the beginning or the beginning of the year and append a data entry to the ALV internal table.

 

While month <rangetable-low.

  Perform get_date. "Calculate the first and last days of the current month.

Perform get_faglflexa. "Put detailed data into the inner table it_tab.

Loop at it_tab.

"Append data into the ALV internal table

"Accumulated this month

Endloop.

"APPEND accumulative data for the current period is added to the ALV internal table for a small amount of processing this year

Endwhile.

 

Hope someone can understand it.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.