Diagnosis The Screen buffer (also known as the presentation buffer) contains thescreen pages for ABAP programs. You can set the maximum size of the screen buffer in the systemparameter zcsa/presentation_buffer_area>. The system calculatesthe maximum number of entries in the buffer directory. Specify thevalue for system parameter zcsa/presentation_buffer_area> inbytes. INCLUDE BC_BUFFER_INFO1 OBJECT DOKU ID TX LANGUAGE DE A typical size setting for the buffer is around 150 to 200 MB. INCLUDE BC_BUFFER_INFO2 OBJECT DOKU ID TX LANGUAGE EN |