MATTRIBUTES_CONSISTENCY_F12 is a standard ABAP INCLUDE 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 MATTRIBUTES_CONSISTENCY_F12 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_OM_ATTRIBUTE_READ_DDIC CALL FUNCTION 'RH_OM_ATTRIBUTE_READ_DDIC' EXPORTING refstruct =
-refstruct reffield = -reffield refobjtype = -refobjtype CHANGING attr_def = .
HR_TRANSPORT_TABLE CALL FUNCTION 'HR_TRANSPORT_TABLE' EXPORTING table_name = 'T77OMATTR' key =
tr_task = g_task IMPORTING new_task = g_task EXCEPTIONS illegal_tabname = 1 internal_error = 2 illegal_task = 3 corr_append_failed = 4 no_customizing_client = 0 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MATTRIBUTES_CONSISTENCY_F12 - MATTRIBUTESCONSISTENCYF12 MATTRIBUTES_CONSISTENCY_F11 - MATTRIBUTESCONSISTENCYF11 MATTRIBUTES_CONSISTENCY_F05 - MATTRIBUTESCONSISTENCYF05 MATTRIBUTES_CONSISTENCY_F04 - MATTRIBUTESCONSISTENCYF04 MATTRIBUTES_CONSISTENCY_F03 - MATTRIBUTESCONSISTENCYF03 MATTRIBUTES_CONSISTENCY_F02 - MATTRIBUTESCONSISTENCYF02