SAP Reports / Programs | Basis Components | Internationalization (I18N) | I18N Unicode(BC-I18-UNI) SAP BC

UMG_EXECUTE_HINT_FOR_REPLOG SAP ABAP Report - Execute hints on Reprocess Logs







UMG_EXECUTE_HINT_FOR_REPLOG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program UMG_EXECUTE_HINT_FOR_REPLOG can be used to execute vocabulary hints on Reprocess Logs...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter UMG_EXECUTE_HINT_FOR_REPLOG into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT UMG_EXECUTE_HINT_FOR_REPLOG. "Basic submit
SUBMIT UMG_EXECUTE_HINT_FOR_REPLOG AND RETURN. "Return to original report after report execution complete
SUBMIT UMG_EXECUTE_HINT_FOR_REPLOG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SO_TAB = Tables
Selection Text: SO_HNT = Hints
Selection Text: P_VOC = Vocabulary
Selection Text: P_STAB = Select by tables
Selection Text: P_SHOW = Show all available hints
Selection Text: P_SHNT = Select by hints
Selection Text: P_REP = Reprocess Log
Selection Text: P_ALL = Execute all available hints
Title: Execute hints on Reprocess Logs
Text Symbol: 018 = Table has key fields with data type DEC or FLTP. Processing not possible.
Text Symbol: 017 = Processing hint &1 with condition &2
Text Symbol: 016 = Number of records in Reprocess Log which matches the condition: &1
Text Symbol: 015 = Number of words updated in the vocabulary: &1
Text Symbol: 014 = Number of words retrieved from Reprocess Log: &1
Text Symbol: 013 = Number of records which got assigned a language: &1
Text Symbol: 012 = Language
Text Symbol: 009 = Please select at least one option in the frame "Use results for maintenance"
Text Symbol: 008 = Reprocess Log is empty.
Text Symbol: 007 = Lock could not be set.
Text Symbol: 006 = Processing table &1
Text Symbol: 005 = Reprocess scan not finished yet.
Text Symbol: 004 = Hint ID
Text Symbol: 003 = Table Name
Text Symbol: 002 = Use results for maintenance
Text Symbol: 001 = Action


INCLUDES used within this REPORT UMG_EXECUTE_HINT_FOR_REPLOG

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = me->table tables dfies_tab = l_dtab.

ENQUEUE_E_UMG_REPLOG call function 'ENQUEUE_E_UMG_REPLOG' exporting relid = spumg_lock_replog srtfd = l_srtfd exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_E_UMG_REPLOG call function 'DEQUEUE_E_UMG_REPLOG' exporting relid = spumg_lock_replog srtfd = l_srtfd.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name UMG_EXECUTE_HINT_FOR_REPLOG or its description.