UC_REP_GUID 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 UC_REP_GUID 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: PA_AREID = Consolidation Area
Selection Text: PA_ERROR = Display Errors Only
Selection Text: PA_FIELD = GUID Field
Selection Text: PA_TEST = Test Run
Title: Repair Program for Certain GUID Inconsistencies
Text Symbol: 001 = Status
Text Symbol: 002 = Error Message
Text Symbol: 003 = GUID
Text Symbol: 004 = Check Table
Text Symbol: 005 = G_Table
Text Symbol: 006 = SID
Text Symbol: 007 = GUID Selection
Text Symbol: 008 = Settings
Text Symbol: 010 = No relevant tables exist for GUID characteristic
Text Symbol: 012 = GUID field is blank in check table
Text Symbol: 014 = Name of GUID differs in G table and check table
Text Symbol: 016 = Entry missing in check table
Text Symbol: 020 = GUID used twice in C table
Text Symbol: 030 = No errors found
Text Symbol: 040 = New SID entry created
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UC_REP_GUID - Repair Program for Certain GUID Inconsistencies UC_REP_GUID - Repair Program for Certain GUID Inconsistencies UC_REPAIR_DUPLICATE_OBJNRS - Repair of Object Number Inconsistencies UC_REPAIR_DUPLICATE_OBJNRS - Repair of Object Number Inconsistencies UC_METHODSTEPS_CORRECT - Correction Report for Method Steps UC_METHODSTEPS_CORRECT - Correction Report for Method Steps