UMG_IUUC_CONTROL is a standard Executable ABAP Report 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 UMG_IUUC_CONTROL 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: P_CREA = Create IUUC files
Selection Text: P_PREP = Switch on IUUC mode
Selection Text: P_UPLO = Upload IUUC files
Title: Prepare IUUC mode for Unicode conversion
Text Symbol: 001 = Actions
Text Symbol: 002 = This report must not run on a Unicode system.
Text Symbol: 003 = Downloading file:
Text Symbol: 004 = Load IUUC files
Text Symbol: 005 = Uploading file:
Text Symbol: 006 = Resetting SPUMG...
Text Symbol: 007 = IUUC mode cannot be switched on. No SPUMG settings found.
Text Symbol: 008 = IUUC mode cannot be switched on. SPUMG settings not defined correctly.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = 'Resetting SPUMG...'(006).
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = l_filename.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = l_tadir_wa-obj_name.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UMG_IUUC_CONTROL - Prepare IUUC mode for Unicode conversion UMG_IUUC_CONTROL - Prepare IUUC mode for Unicode conversion UMG_INSERT_CONTAINER - Insert or modify entries in UMGCONTAINER UMG_INSERT_CONTAINER - Insert or modify entries in UMGCONTAINER UMG_INSERT_ASSIGN_CLASS - Insert or modify entries in UMGVOCABASSIGN UMG_INSERT_ASSIGN_CLASS - Insert or modify entries in UMGVOCABASSIGN