SAP Reports / Programs

UCSSTATUSINFO SAP ABAP Report - Information for Status Management







UCSSTATUSINFO 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 UCSSTATUSINFO into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

UCSTI - Information for Status Management


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 UCSSTATUSINFO. "Basic submit
SUBMIT UCSSTATUSINFO AND RETURN. "Return to original report after report execution complete
SUBMIT UCSSTATUSINFO 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: PA_AREA = Consolidation Area
Title: Information for Status Management
Text Symbol: R01 = Information for Status Management
Text Symbol: R03 = Type of Information
Text Symbol: R04 = Status Types
Text Symbol: R05 = Organizational Units
Text Symbol: R06 = Table Name
Text Symbol: R07 = SID
Text Symbol: R08 = Task Status
Text Symbol: R09 = Status Log
Text Symbol: R10 = Period Status
Text Symbol: R11 = Per.StatusLog
Text Symbol: R12 = Description


INCLUDES used within this REPORT UCSSTATUSINFO

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:

UC_TREE_DISPLAY CALL FUNCTION 'UC_TREE_DISPLAY' EXPORTING e_title = text-R01 * E_TAB_STRUCT = * E_HLP_STRUCT = et_data = gt_data et_list = gt_list et_fdisp = gt_fdisp * ET_KDISP = * ET_KCORR = et_blist = gt_blist * ET_MDATA = * ET_RCALL = * EO_CALLBACK = * E_CALLBACK_USER_COMMAND = * E_CALLBACK_RECURSE = * E_CALLBACK_STATUS = EO_MODEL = go_model * ET_VAL_DERIV = * E_CONSIST_CHECK = ' ' * ET_CONTEXT = CHANGING * CT_WORK = * CT_FFIX = ct_fused = gt_fused .



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 UCSSTATUSINFO or its description.