This document provides an outline for determining an accounting period in SAP. It discusses creating a Web Dynpro ABAP iView procedure that calls the BKK_GL_FI_PERIOD_DETERMINE function, which takes in a company code and date and returns the accounting period. The purpose is to be able to identify the accounting period. Key steps include inputting the company code and date, and exporting the period returned from the function call.