AUT_ARCH_FUNC_AUT10 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 AUT_ARCH_FUNC_AUT10 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_CONVERT_FIELD_TO_HOST CALL FUNCTION 'DB_CONVERT_FIELD_TO_HOST' EXPORTING type = c_float_type CHANGING field =
EXCEPTIONS wrong_param = 0 OTHERS = 0.
DB_CONVERT_FIELD_TO_HOST CALL FUNCTION 'DB_CONVERT_FIELD_TO_HOST' EXPORTING type = c_int2_type CHANGING field =
EXCEPTIONS wrong_param = 0 OTHERS = 0.
SCP_GET_CODEPAGE_NUMBER CALL FUNCTION 'SCP_GET_CODEPAGE_NUMBER' * EXPORTING * DATABASE_ALSO = 'X' IMPORTING * START_APPL_CODEPAGE = appl_codepage = l_codepage * GUI_CODEPAGE = * DATABASE_CODEPAGE = * DATABASE_NONUNIQ = * APPL_FOR_DISPLAY = * APPL_FOR_PROPOSE = * APPL_FOR_INPUT = * USER_LOGIN_CODEPAGE = * USER_EMODE_CODEPAGE = * TABLES * DATABASE_CODEPAGES = EXCEPTIONS internal_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.