SAP Reports / Programs

RHOMATTRIBUTES_CONSISTENCY SAP ABAP Report - Consistency Check: Characteristics Generic Attributes







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


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 RHOMATTRIBUTES_CONSISTENCY. "Basic submit
SUBMIT RHOMATTRIBUTES_CONSISTENCY AND RETURN. "Return to original report after report execution complete
SUBMIT RHOMATTRIBUTES_CONSISTENCY 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: 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





Text Symbol: A62 = The attribute is not used
Text Symbol: A61 = The scenario is not used
Text Symbol: A35 = There is no object type assigned to the attribute
Text Symbol: S4O = Scenario Buffering is Consistent
Text Symbol: S41 = The Scenario is Buffered
Text Symbol: S40 = Scenario: Buffering
Text Symbol: S3O = Scenario texts are consistent
Text Symbol: S31 = Scenario does not exist
Text Symbol: S30 = Scenario: Consistency of Scenario Texts
Text Symbol: S2O = All texts are defined
Text Symbol: S21 = The text in language &1 is missing
Text Symbol: S20 = Scenario: Text
Text Symbol: S1O = The subtype of the scenario is consistent
Text Symbol: S12 = The scenario has the same subtype as &1
Text Symbol: S11 = The scenario does not have a subtype
Text Symbol: S10 = Scenario: Subtype
Text Symbol: ICW = Warning
Text Symbol: ICI = Information
Text Symbol: ICE = Error
Text Symbol: H17 = Message
Text Symbol: H16 = Attribute
Text Symbol: SF3 = Text checks
Text Symbol: SF2 = Attribute checks
Text Symbol: SF1 = Scenario checks
Text Symbol: S60 = Scneario: specific checks
Text Symbol: S5O = Simulation in scenario is consistent
Text Symbol: S54 = All attributes are in infotype 1222
Text Symbol: S53 = Scenario has no simulation class
Text Symbol: S52 = Simulation class is &1
Text Symbol: S51 = Attribute &1 is being simulated
Text Symbol: S50 = Scenario: Simulation
Text Symbol: H15 = Scenario
Text Symbol: A40 = Attribute: Text
Text Symbol: A37 = Simulated Attribute in Scenario: &1
Text Symbol: A36 = Object type: &1, Scenario: &2


INCLUDES used within this REPORT RHOMATTRIBUTES_CONSISTENCY

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:

ICON_CREATE





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.



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