SAP ABAP Interface IF_ADT_CHECK_RUN_RESPONSE (Create check run response)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
⤷
SADT_UTILITIES (Package) ADT Utilities

⤷

⤷

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
Interface | IF_ADT_CHECK_RUN_RESPONSE | |
Short Description | Create check run response |
General Data
Package | SADT_UTILITIES | ADT Utilities |
Created | 20120713 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_ADT_CHECK_RUN_RESPONSE has no forward declaration.
Interfaces
Interface IF_ADT_CHECK_RUN_RESPONSE has no interface.
Friends
Interface IF_ADT_CHECK_RUN_RESPONSE has no friend.
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 | ![]() |
Instance method | Public | Method | 20120713 |
Events
Interface 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 | ![]() |
RESPONSE | Call by reference | Object reference (TYPE REF TO) | IF_ADT_REST_RESPONSE | 20120713 | |||
2 | ![]() |
RESULTS | Call by reference | Type reference (TYPE) | GTY_CHECK_RUN_REPORTS | 20120713 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120713 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |