SAP ABAP Interface IF_RECA_QUERY (Report: Interface)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX (Application Component) Flexible Real Estate Management
⤷
RE_CA_QY (Package) RE: Query Framework (Reports)
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RECA_QUERY | Report: Default Implementation | 20061110 |
Properties
| Interface | IF_RECA_QUERY | |
| Short Description | Report: Interface |
General Data
| Package | RE_CA_QY | RE: Query Framework (Reports) |
| Created | 20061110 | SAP |
| Last changed | 20100310 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_RECA_QUERY has no interface.
Friends
Interface IF_RECA_QUERY has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MC_RATING_ERROR | Constant | Public | Type reference (TYPE) | RECAQYRATING | 'Seee' | Rating: Has Errors | 20061110 | |
| 2 | MC_RATING_NEGATIVE | Constant | Public | Type reference (TYPE) | RECAQYRATING | 'S---' | Rating: Negative | 20061110 | |
| 3 | MC_RATING_NEUTRAL | Constant | Public | Type reference (TYPE) | RECAQYRATING | 'Sooo' | Rating: Neutral | 20061110 | |
| 4 | MC_RATING_POSITIVE | Constant | Public | Type reference (TYPE) | RECAQYRATING | 'S+++' | Rating: Positive | 20061110 | |
| 5 | MC_RATING_WARNING | Constant | Public | Type reference (TYPE) | RECAQYRATING | 'S+-+' | Rating: Warning | 20061110 | |
| 6 | MR_PARAMETERS | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Parameter of Query (Reference to Data) | 20061115 | ||
| 7 | MS_QUERY | Instance attribute | Public | Type reference (TYPE) | RECAC_QUERY | List of Questions | 20061110 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Business Object as Report Parameter | 20061113 | |
| 2 | Instance method | Public | Method | Reset Parameters | 20061110 | |
| 3 | Instance method | Public | Method | Cancelling of Instance (Buffer Released) | 20061110 | |
| 4 | Instance method | Public | Method | Gets the Description of the Report (Text) [FINAL] | 20061110 | |
| 5 | Instance method | Public | Method | Gets the Description of the Report (Docu Object) [FINAL] | 20061110 | |
| 6 | Instance method | Public | Method | Execute Report and Return Result | 20061110 | |
| 7 | Instance method | Public | Method | Can Report Be Executed for the Transferred Object? | 20061110 | |
| 8 | Instance method | Public | Method | Execute PBO for Report Parameters (Subscreen) | 20061115 | |
| 9 | Instance method | Public | Method | Setting of Parameters for Report | 20061115 |
Events
Interface IF_RECA_QUERY has no event.
Types
Interface IF_RECA_QUERY has no local type.
Method Signatures
Method ADD_BUS_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_OBJNR | Call by reference | Type reference (TYPE) | RECAOBJNR | Objektnummer | 20061113 | |||
| 2 | IO_BUS_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_RECA_BUS_OBJECT | Business-Objekt | 20061113 |
Method ADD_BUS_OBJECT on Interface IF_RECA_QUERY has no exception.
Method CLEAR Signature
Method CLEAR on Interface IF_RECA_QUERY has no parameter.
Method CLEAR on Interface IF_RECA_QUERY has no exception.
Method FREE Signature
Method FREE on Interface IF_RECA_QUERY has no parameter.
Method FREE on Interface IF_RECA_QUERY has no exception.
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Sprache | 20061110 | ||
| 2 | RD_DESCRIPTION | Value transfer | Type reference (TYPE) | RECAC_QUERY_X-XQUERY | Bezeichnung einer Query | 20061110 |
Method GET_DESCRIPTION on Interface IF_RECA_QUERY has no exception.
Method GET_LONG_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_DOCUID | Value transfer | Type reference (TYPE) | RECAC_QUERY-DOCUID | Dokumenten-ID der Frage | 20061110 |
Method GET_LONG_DESCRIPTION on Interface IF_RECA_QUERY has no exception.
Method GET_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_RESULT_TITLE | Call by reference | Type reference (TYPE) | STRING | Titel des Ergebnis | 20061110 | |||
| 2 | ET_RESULT | Call by reference | Type reference (TYPE) | RE_T_QY_QUERY_RESULT | Ergebnis der Query | 20061110 | |||
| 3 | ET_RESULT_GROUP | Call by reference | Type reference (TYPE) | RE_T_QY_QUERY_GROUP | Gruppen der Query Ergebnisse | 20061110 | |||
| 4 | ET_RESULT_INFOTEXT | Call by reference | Type reference (TYPE) | RE_T_STRING | Zusatzinformation zur Query (Textzeilen) | 20061201 | |||
| 5 | ET_RESULT_QUICKINFO | Call by reference | Type reference (TYPE) | RE_T_QY_QUERY_QUICKINFO | Quickinfo der Ergebnisse einer Query | 20061122 |
Method GET_RESULT on Interface IF_RECA_QUERY has no exception.
Method IS_POSSIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_BUS_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_RECA_BUS_OBJECT | Triggerndes Business-Objekt | 20061113 | |||
| 2 | RF_POSSIBLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | Query durchführbar? | 20061110 |
Method IS_POSSIBLE on Interface IF_RECA_QUERY has no exception.
Method QUERY_PARAMETERS_PBO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_SUBSCREEN | Call by reference | Type reference (TYPE) | RECASCREEN | Subscreen für Parameter | 20061115 |
Method QUERY_PARAMETERS_PBO on Interface IF_RECA_QUERY has no exception.
Method SET_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PARAMETERS | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf die Parameter zur Übergabe | 20061115 |
Method SET_PARAMETERS on Interface IF_RECA_QUERY has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |