ANST_ALV_CUSTOMER_CODE is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter ANST_ALV_CUSTOMER_CODE 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.
Title: Include ANST_ALV_CUSTOMER_CODE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ANST_OBJECTS_NAVIGATION CALL FUNCTION 'ANST_OBJECTS_NAVIGATION' EXPORTING operation = 'SHOW' object_name = eu_object object_type = eu_object_type enclosing_object = eu_encl_object trans = trans EXCEPTIONS not_executed = 1 invalid_object_type = 2 OTHERS = 3.
ANST_OBJECTS_NAVIGATION * CALL FUNCTION 'ANST_OBJECTS_NAVIGATION' * DESTINATION * rfc_dest * EXPORTING * operation = 'SHOW' * object_name = eu_object * object_type = eu_object_type * enclosing_object = eu_encl_object * trans = trans * EXCEPTIONS * communication_failure = 1 * system_failure = 2 * OTHERS = 3.
ANST_OBJECTS_NAVIGATION CALL FUNCTION 'ANST_OBJECTS_NAVIGATION' EXPORTING operation = 'SHOW' object_name = eu_object object_type = eu_object_type enclosing_object = eu_encl_object trans = trans EXCEPTIONS not_executed = 1 invalid_object_type = 2 OTHERS = 3.
ANST_OBJECTS_NAVIGATION * call function 'ANST_OBJECTS_NAVIGATION' * destination * RFC_DEST * exporting * OPERATION = 'SHOW' * OBJECT_NAME = EU_OBJECT * OBJECT_TYPE = EU_OBJECT_TYPE * ENCLOSING_OBJECT = EU_ENCL_OBJECT * TRANS = TRANS * exceptions * COMMUNICATION_FAILURE = 1 * SYSTEM_FAILURE = 2 * others = 3.
RS_NAVIGATION_BREAK_RESET CALL FUNCTION 'RS_NAVIGATION_BREAK_RESET' "#EC FB_RC EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ANST_ALV_CUSTOMER_CODE - Include ANST_ALV_CUSTOMER_CODE ANONYM02 - documentation and ABAP source code ANKLLTOP - User-Defined Global Data ANALYZE_SQL_TRACE=============VC - ANALYZESQLTRACE=============VC ANALYZE_RSZ_TABLES - Check Report ANALYZE_RSZ_TABLES ANALYZE_RSZ_TABLES - Check Report ANALYZE_RSZ_TABLES