SAP ABAP Class IF_ADT_CHECK_RUN_RESPONSE (Create check run response)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ADT_CHECK_RUN_RESPONSE Create check run response 20120713
Properties
Class IF_ADT_CHECK_RUN_RESPONSE  
Short Description Create check run response    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120713   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_ADT_CHECK_RUN_RESPONSE has no forward declaration.
Interfaces
Class IF_ADT_CHECK_RUN_RESPONSE has no interface implemented.
Friends
Class IF_ADT_CHECK_RUN_RESPONSE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_S_CHECK_RUN_STATUS Constant Public See coding 20120814
Methods
# Method Level Visibility Method type Description Created on
1 SET_BODY_DATA Instance method Public Method 20120713
Events
Class IF_ADT_CHECK_RUN_RESPONSE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_CHECK_RUN_REPORT Public See coding 20120814 BEGIN OF gty_check_run_report, reporter TYPE string, triggering_uri TYPE string, "Check object URI status TYPE gty_check_run_status, status_text TYPE string, results TYPE gty_check_run_results, END OF gty_check_run_report
2 GTY_CHECK_RUN_REPORTS Public See coding 20120814 gty_check_run_reports TYPE SORTED TABLE OF gty_check_run_report WITH UNIQUE KEY reporter triggering_uri
3 GTY_CHECK_RUN_RESULT Public See coding 20120713 BEGIN OF gty_check_run_result, uri TYPE string, "Message Object URI type TYPE symsgty, t100_key TYPE symsg, shorttext TYPE string, links TYPE if_atom_types=>link_t, END OF gty_check_run_result
4 GTY_CHECK_RUN_RESULTS Public See coding 20120713 gty_check_run_results TYPE STANDARD TABLE OF gty_check_run_result WITH DEFAULT KEY
5 GTY_CHECK_RUN_STATUS Public See coding 20120814 gty_check_run_status TYPE c LENGTH 15
Method Signatures

Method SET_BODY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RESPONSE Call by reference Object reference (TYPE REF TO) IF_ADT_REST_RESPONSE 20120713
2 Importing RESULTS Call by reference Type reference (TYPE) GTY_CHECK_RUN_REPORTS 20120713
# Exception Resumable Description Created on
1 CX_ADT_REST 20120713
History
Last changed by/on SAP  20130531 
SAP Release Created in