RHOMATTRIBUTES_CONSISTENCY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Consistency Check: Characteristics Generic Attributes To check the definition of generic attributes (automatic repair possible in some cases) Language key: choose the languages in which the existence and consistency of the texts is to be checked...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 RHOMATTRIBUTES_CONSISTENCY 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: G_ATDEF = Standard Checks
Selection Text: G_ATTXT = Attribute Texts
Selection Text: G_SCDEF = Standard Checks
Selection Text: G_SCSPC = Scenario-Specific Checks
Selection Text: G_SCTXT = Scenario Texts
Selection Text: G_TASK = D Request/Task
Selection Text: R_LANGU = D Language Key
Title: Consistency Check: Characteristics Generic Attributes
Text Symbol: A32 = Scenario: &1
Text Symbol: A31 = There is no scenario assigned to the attribute
Text Symbol: A30 = Attribute: Use
Text Symbol: A2O = Inheritance is consistent
Text Symbol: A21 = In &1 the one-value attr. is additively inherited
Text Symbol: A20 = Attribute: Inheritance
Text Symbol: A1O = The definition is consistent
Text Symbol: A16 = Field Contains Currency Amount
Text Symbol: A15 = Structured type for hidden attribute
Text Symbol: A14 = Internal type is not current
Text Symbol: A13 = Structured type is not meaningful
Text Symbol: A12 = You have not entered a specific type
Text Symbol: A11 = You have not entered a BOR type or a DDIC type
Text Symbol: A10 = Attribute: Definition
Text Symbol: A4O = The texts are available
Text Symbol: A50 = Attribute: Use in Scenarios
Text Symbol: A51 = The scenario is not used
Text Symbol: A52 = The attribute is not used
Text Symbol: A53 = The attribute is being simulated
Text Symbol: A5O = Attribute is being used correctly
Text Symbol: A60 = Attribute: Use in Object Types
Text Symbol: H14 = Check
Text Symbol: H13 = Error Number
Text Symbol: H12 = Check number
Text Symbol: H11 = Icon
Text Symbol: A7O = Attribute texts are consistent
Text Symbol: A71 = Attribute does not exist
Text Symbol: A70 = Attribute: Consistency of Attr. Texts
Text Symbol: A6O = Attribute is being used correctly
Text Symbol: A63 = The object type is incorrect
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_RED_LIGHT' info = 'Fehler'(ice) add_stdinf = ' ' IMPORTING RESULT = g_icon_error EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_YELLOW_LIGHT' info = 'Warnung'(icw) add_stdinf = ' ' IMPORTING RESULT = g_icon_warning EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_GREEN_LIGHT' info = 'Information'(ici) add_stdinf = ' ' IMPORTING RESULT = g_icon_information EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_RED' info = 'Fehler'(ice) add_stdinf = ' ' IMPORTING RESULT = g_icon_error EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_YELLOW' info = 'Warnung'(icw) add_stdinf = ' ' IMPORTING RESULT = g_icon_warning EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_GREEN' info = 'Information'(ici) add_stdinf = ' ' IMPORTING RESULT = g_icon_information EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_MESSAGE_ERROR_SMALL' IMPORTING RESULT = g_icon_error EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_MESSAGE_WARNING_SMALL' IMPORTING RESULT = g_icon_warning EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_MESSAGE_INFORMATION_SMALL' IMPORTING RESULT = g_icon_information EXCEPTIONS OTHERS = 0.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = 'X' * i_callback_top_of_page = 'ALV_TOP_OF_PAGE' i_callback_pf_status_set = 'ALV_SET_PF_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' i_callback_program = g_repid is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_sort = gt_sort TABLES t_outtab = output_tab EXCEPTIONS program_error = 0 OTHERS = 0.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
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 RHOMATTRIBUTES_CONSISTENCY or its description.
RHOMATTRIBUTES_CONSISTENCY - Consistency Check: Characteristics Generic Attributes RHOMATTRIBUTES_CONSISTENCY - Consistency Check: Characteristics Generic Attributes RHOMATTRIBUTES_CLEAN_HRT1222 - Deletion of entries in table HRT1222 that are no longer referenced RHOMATTRIBUTES_CLEAN_HRT1222 - Deletion of entries in table HRT1222 that are no longer referenced RHOMATTRIBUTES_ANALYZE - Analysis of Attribute Inheritance RHOMATTRIBUTES_ANALYZE - Analysis of Attribute Inheritance