UCUSSG00 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 UCUSSG00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
UCSSG0 - Generate Selection Screen
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_AREA = Consolidation Area
Selection Text: PA_CCR = Activity Number Cleanup
Selection Text: PA_CRB = Breakdown Check
Selection Text: PA_CST = Task Status Corrections
Selection Text: PA_CTF = Reset Translation Indicator
Selection Text: PA_EHA = List of Equity Holdings Adjust
Selection Text: PA_EQU = List of Changes in Equity
Selection Text: PA_GSI = Generate Statistical Items
Selection Text: PA_GWA = List of Goodwill Amortization
Selection Text: PA_GWI = Goodwill Inheritance
Selection Text: PA_INV = List of Changes in Investments
Selection Text: PA_LID = List of Inventory Data
Selection Text: PA_LJE = List of Journal Entries
Selection Text: PA_LSD = List of Supplier Data
Selection Text: PA_LST = List of Totals Records
Selection Text: PA_MTH = Methods
Selection Text: PA_RVS = Mass Reversal
Selection Text: PA_SUB = Subscreens
Selection Text: PA_WDW = Fullscreens
Title: Selection Screen Generation
Text Symbol: 233 = Workflow Status Changes
Text Symbol: ACO = Nonperiodic Copy
Text Symbol: ADE = Nonperiodic Deletion
Text Symbol: AVL = Archiving Log
Text Symbol: BDC = Breakdown Check for Customizing
Text Symbol: BDX = Breakdown Check for Transaction Data
Text Symbol: CSC = Customizing Comparison
Text Symbol: DST = Delete Status Entries
Text Symbol: HPM = Hist. Posting Mode
Text Symbol: LPR = Delete Logs
Text Symbol: MIN = Adjust. of Minorities
Text Symbol: SAV = Status Archiving
Text Symbol: VDL = Delete Validation Result
Text Symbol: VDP = Display Validation Result
Text Symbol: 232 = Print Documents
Text Symbol: 002 = Screens to Generate
Text Symbol: 003 = Select All
Text Symbol: 004 = Deselect All
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE call function 'ICON_CREATE' exporting name = 'icon_select_all' TEXT = text-003 INFO = text-003 ADD_STDINF = space IMPORTING RESULT = gd_string * EXCEPTIONS * ICON_NOT_FOUND = 1 * OUTPUTFIELD_TOO_SHORT = 2 * OTHERS = 3 .
ICON_CREATE call function 'ICON_CREATE' exporting name = 'icon_deselect_all' TEXT = text-004 INFO = text-004 ADD_STDINF = space IMPORTING RESULT = gd_string * EXCEPTIONS * ICON_NOT_FOUND = 1 * OUTPUTFIELD_TOO_SHORT = 2 * OTHERS = 3 .
call function 'RSS_PROGRAM_GET_ID' exporting i_program_name = ld_repid importing e_uni_idc25 = ld_idc25 exceptions invalid_name = 1 others = 2.
RSS_PROGRAM_CREATE call function 'RSS_PROGRAM_CREATE' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt importing e_program_name = ld_repid e_uni_idc25 = ld_idc25 exceptions invalid_unique_id = 1 "#EC * invalid_program_class = 2 "#EC * program_already_exists = 3 "#EC * others = 4. "#EC *
RSS_PROGRAM_ENQUEUE call function 'RSS_PROGRAM_ENQUEUE' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt i_enqmode = 'S' i_seconds_to_wait = 30 exceptions foreign_lock = 1 others = 2.
RSS_PROGRAM_GENSTATUS_GET call function 'RSS_PROGRAM_GENSTATUS_GET' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt importing e_genstatus = ld_genstatus e_timestamp = ld_timestamp.
RSS_PROGRAM_DEQUEUE call function 'RSS_PROGRAM_DEQUEUE' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt i_enqmode = 'S'.
RSS_PROGRAM_ENQUEUE call function 'RSS_PROGRAM_ENQUEUE' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt i_enqmode = 'E' i_seconds_to_wait = 30 exceptions foreign_lock = 1 others = 2.
RSS_PROGRAM_INSERT call function 'RSS_PROGRAM_INSERT' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt i_program_title = ld_ptitle i_uccheck = 'X' i_rdir_appl = 'F' i_t_code = lt_code i_no_pretty_printer = rssg_c_true i_tx_textpool = lt_textpool exceptions invalid_unique_id = 1 invalid_program_class = 2 invalid_input = 3 syntax_error = 4 others = 5.
RSS_PROGRAM_DEQUEUE call function 'RSS_PROGRAM_DEQUEUE' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt i_enqmode = 'E'.
RSS_PROGRAM_GET_ID call function 'RSS_PROGRAM_GET_ID' exporting i_program_name = ld_repid2 importing e_uni_idc25 = ld_idc25 exceptions invalid_name = 1 others = 2.
RSS_PROGRAM_CREATE call function 'RSS_PROGRAM_CREATE' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt importing e_program_name = ld_repid2 e_uni_idc25 = ld_idc25 exceptions invalid_unique_id = 1 "#EC * invalid_program_class = 2 "#EC * program_already_exists = 3 "#EC * others = 4. "#EC *
RSS_PROGRAM_ENQUEUE call function 'RSS_PROGRAM_ENQUEUE' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt i_enqmode = 'S' i_seconds_to_wait = 30 exceptions foreign_lock = 1 others = 2.
RSS_PROGRAM_GENSTATUS_GET call function 'RSS_PROGRAM_GENSTATUS_GET' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt importing e_genstatus = ld_genstatus e_timestamp = ld_timestamp.
RSS_PROGRAM_DEQUEUE call function 'RSS_PROGRAM_DEQUEUE' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt i_enqmode = 'S'.
RSS_PROGRAM_ENQUEUE call function 'RSS_PROGRAM_ENQUEUE' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt i_enqmode = 'E' i_seconds_to_wait = 30 exceptions foreign_lock = 1 others = 2.
RSS_PROGRAM_INSERT call function 'RSS_PROGRAM_INSERT' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt i_program_title = ld_ptitle i_uccheck = 'X' i_rdir_appl = 'F' i_t_code = lt_code i_no_syntax_check = 'X' i_no_pretty_printer = rssg_c_true i_tx_textpool = lt_textpool exceptions invalid_unique_id = 1 invalid_program_class = 2 invalid_input = 3 syntax_error = 4 others = 5.
RSS_PROGRAM_DEQUEUE call function 'RSS_PROGRAM_DEQUEUE' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt i_enqmode = 'E'.
RSS_PROGRAM_GET_ID call function 'RSS_PROGRAM_GET_ID' exporting i_program_name = ld_repid2 importing e_uni_idc25 = ld_idc25 exceptions invalid_name = 1 others = 2.
RSS_PROGRAM_CREATE call function 'RSS_PROGRAM_CREATE' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt importing e_program_name = ld_repid2 e_uni_idc25 = ld_idc25 exceptions invalid_unique_id = 1 "#EC * invalid_program_class = 2 "#EC * program_already_exists = 3 "#EC * others = 4. "#EC *
RSS_PROGRAM_ENQUEUE call function 'RSS_PROGRAM_ENQUEUE' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt i_enqmode = 'S' i_seconds_to_wait = 30 exceptions foreign_lock = 1 others = 2.
RSS_PROGRAM_GENSTATUS_GET call function 'RSS_PROGRAM_GENSTATUS_GET' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt importing e_genstatus = ld_genstatus e_timestamp = ld_timestamp.
RSS_PROGRAM_DEQUEUE call function 'RSS_PROGRAM_DEQUEUE' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt i_enqmode = 'S'.
RSS_PROGRAM_ENQUEUE call function 'RSS_PROGRAM_ENQUEUE' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt i_enqmode = 'E' i_seconds_to_wait = 30 exceptions foreign_lock = 1 others = 2.
RSS_PROGRAM_INSERT call function 'RSS_PROGRAM_INSERT' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt i_program_title = ld_ptitle i_uccheck = 'X' i_rdir_appl = 'F' i_t_code = lt_code i_no_syntax_check = 'X' i_no_pretty_printer = rssg_c_true i_tx_textpool = lt_textpool exceptions invalid_unique_id = 1 "#EC * invalid_program_class = 2 "#EC * invalid_input = 3 "#EC * syntax_error = 4 "#EC * others = 5. "#EC *
RSS_PROGRAM_DEQUEUE call function 'RSS_PROGRAM_DEQUEUE' exporting i_uni_idc25 = ld_idc25 i_program_class = ld_progclass i_client = sy-mandt i_enqmode = 'E'.
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 UCUSSG00 or its description.