When logged into a controller, the source code is compiled (incl. Generate Code) and an executable is sent to the controller.
The executable consists of code and data sections when loaded into controller memory.
The application code and data size is the minimum amount of memory needed on the controller to run the application.
The application code size is calculated based on the size of generated machine code for each POU (program, function block, function).
The application data size is calculated based on the size of the variables in the application.