BC_ABAP_GEN_LIMITS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for
If you would like to execute this report or see the full code listing simply enter BC_ABAP_GEN_LIMITS into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: PA_PROG = Program
Title: ABAP Generation Limits: Size of Each Load Table
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BC_ABAP_GEN_LIMITS CALL FUNCTION 'BC_ABAP_GEN_LIMITS' EXPORTING i_prog = pa_prog.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BC_ABAP_GEN_LIMITS - ABAP Generation Limits: Size of Each Load Table BC_ABAP_GEN_LIMITS - ABAP Generation Limits: Size of Each Load Table BC_ABAP_GEN_BASICS - Generate Most Important ABAPs BC_ABAP_GEN_BASICS - Generate Most Important ABAPs BCWBDCNS - Include BCWBDCNS BCVA0TOP - documentation and ABAP source code