MWBE3FC0_CHECK_CUSTOMIZING 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 MWBE3FC0_CHECK_CUSTOMIZING 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!
ECOP_ORG_UNITS CALL FUNCTION 'ECOP_ORG_UNITS' EXPORTING ORG_UNIT = 'WERKS' ACTION = OK_CODE VALUE_SOURCE_ENTITY = T001W-WERKS * VALUE_TARGET_ENTITY = MAINT = ' ' * business_object = 'BUS1096' * IMPORTING * RET_CODE = * RETURN_VALUE_TARGET_ENTITY = * TABLES * LIST_OF_TABLES_ERR = * LIST_OF_FORKEY_ERR = * LIST_OF_TRANSPORT_ERR = EXCEPTIONS NO_VALID_ORG_UNIT = 1 NO_VALID_ACTION = 2 DB_ERROR_ON_INSERT = 3 DB_ERROR_ON_DELETE = 4 USER_FUNCTION_NOT_FOUND = 5 USER_FUNCTION_ERROR = 6 TRANSPORT_ERROR = 7 USER_CANCEL = 8 CUSTOMIZING_LOCKED = 9 OTHERS = 10.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MWBE3FC0_CHECK_CUSTOMIZING - MWBE3FC0CHECKCUSTOMIZING MWBE3FC0_CHECK_AENDERUNGEN_XWR - MWBE3FC0CHECKAENDERUNGENXWR MWBE3FC0_CHECK_AENDERUNGEN_X05 - MWBE3FC0CHECKAENDERUNGENX05 MWBE3FC0_CHECK_AENDERUNGEN_X04 - MWBE3FC0CHECKAENDERUNGENX04 MWBE3FC0_CHECK_AENDERUNGEN_X03 - MWBE3FC0CHECKAENDERUNGENX03 MWBE3FC0_CHECK_AENDERUNGEN_X02 - MWBE3FC0CHECKAENDERUNGENX02