AACUSF01 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 AACUSF01 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: General form routines for AA Customizing
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ASSET_FIELD_STATUS_GET_SINGLE CALL FUNCTION 'ASSET_FIELD_STATUS_GET_SINGLE' EXPORTING i_field = ld_fieldname i_felei = u_felei * Im Customizing werden keine Anlagensichten berücksichtigt.
DEPR_FIELD_STATUS_GET_SINGLE CALL FUNCTION 'DEPR_FIELD_STATUS_GET_SINGLE' EXPORTING i_afapl = ld_afapl is_area = ls_area i_field = ld_fieldname i_tcode = sy-tcode i_trtyp = 'V' i_xclass = 'X' IMPORTING es_frules_a = ls_frules_a EXCEPTIONS felei_not_found = 1 bukrs_not_found = 2 dep_area_data_not_present = 4 field_not_found = 5 OTHERS = 6 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
AACUSF01 - General form routines for AA Customizing AAA_PRINT_MENU - Program EASYACCESS_PRINT_MENU - Print Easy Access menu structure AAA_PRINT_MENU - Program EASYACCESS_PRINT_MENU - Print Easy Access menu structure AA0AKLTP - Include for data declaration OAKL A5002TOP - documentation and ABAP source code A5002S00 - documentation and ABAP source code