Hierarchy
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_BUSINESS_API_MOCK | Mock and Stub Object for Business API | 20111013 |
Properties
| Class | CL_AXT_TABLES_BUSINESS_API | |
| Short Description | Business API for Table Extensions | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AXT_RA | Rapid Apps |
| Created | 20090211 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_AXT_TABLES_BUSINESS_API has no forward declaration.
Interfaces
Class CL_AXT_TABLES_BUSINESS_API has no interface implemented.
Friends
Class CL_AXT_TABLES_BUSINESS_API has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | ACTIV_AUTH | '02' | 20090415 | |||
| 2 | Constant | Public | Type reference (TYPE) | ACTIV_AUTH | '01' | 20090415 | |||
| 3 | Constant | Public | Type reference (TYPE) | ACTIV_AUTH | '06' | 20090415 | |||
| 4 | Constant | Public | Type reference (TYPE) | ACTIV_AUTH | '03' | 20090415 | |||
| 5 | Constant | Public | Type reference (TYPE) | ACTIV_AUTH | '05' | 20090415 | |||
| 6 | Constant | Public | Type reference (TYPE) | ACTIV_AUTH | '32' | 20090415 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_AXT_RAPID_APP_METADATA | 20090416 | ||||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_AXT_TABLES_API | API methods for new tables | 20090211 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_AXT_TABLES_METADATA | 20091118 | ||||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20090623 | ||||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20090623 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | LTY_S_HIERARCHY | 20090924 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | AXT_TABLE_ID | 20090217 |
Methods
Events
Class CL_AXT_TABLES_BUSINESS_API has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_S_FIELD_LIST | Private | See coding | 20090924 | BEGIN OF lty_s_field_list ,
table_api TYPE REF TO cl_axt_tables_api,
field TYPE axt_field_id,
END OF lty_s_field_list
|
||
| 2 | LTY_S_HIERARCHY | Private | See coding | 20090924 | BEGIN OF lty_s_hierarchy,
* table_id TYPE axt_table_id,
table_api TYPE REF TO cl_axt_tables_api,
child_apis TYPE REF TO data, " lty_t_hierarchy,
END OF lty_s_hierarchy
|
||
| 3 | LTY_S_QUERY_HIERARCHY | Private | See coding | 20090924 | BEGIN OF lty_s_query_hierarchy,
* table_id TYPE axt_table_id,
table_api TYPE REF TO cl_axt_tables_api ,
child_hierarchy_ref TYPE REF TO data, "lty_t_hierarchy => recursive definition
selectivity TYPE int4,
selection_parameters TYPE axtt_tables_sel_param,
END OF lty_s_query_hierarchy
|
||
| 4 | LTY_T_HIERARCHY | Private | See coding | 20090924 | lty_t_hierarchy TYPE STANDARD TABLE OF lty_s_hierarchy WITH KEY table_api
|
||
| 5 | LTY_T_QUERY_HIERARCHY | Private | See coding | 20090924 | lty_t_query_hierarchy TYPE STANDARD TABLE OF lty_s_query_hierarchy WITH DEFAULT KEY
|
Method Signatures
Method ADD_COMPONENT_FROM_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RESULT | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20091120 | ||||
| 2 | IT_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20091120 | ||||
| 3 | IV_RESULT_COMPONENT | Call by reference | Type reference (TYPE) | CSEQUENCE | 'TABLE_LINE' | 20091120 |
Method ADD_COMPONENT_FROM_TABLE on class CL_AXT_TABLES_BUSINESS_API has no exception.
Method AUTHORITY_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20090416 | ||||
| 2 | IV_ACTIVITY | Call by reference | Type reference (TYPE) | ACTIV_AUTH | 20090416 | ||||
| 3 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY | 20090416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090416 |
Method BUILD_QUERY_CALL_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_CURRENT_QUERY_CALL | Call by reference | Type reference (TYPE) | LTY_S_QUERY_HIERARCHY | 20090924 | ||||
| 2 | CT_SELECTION_PARAMETERS | Call by reference | Type reference (TYPE) | AXTT_TABLES_SEL_PARAM | 20090924 | ||||
| 3 | EV_NEEDED_FOR_QUERY | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | 20090924 | ||||
| 4 | IS_CURRENT_API | Call by reference | Type reference (TYPE) | LTY_S_HIERARCHY | 20090924 | ||||
| 5 | IT_QUERY_FIELD_MAPPING | Call by reference | Type reference (TYPE) | CL_AXT_RAPID_APP_METADATA=>GTY_T_QUERY_MAPPING | 20090924 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090924 |
Method BUILD_TABLE_API_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_CURRENT_HIERARCHY_STEP | Call by reference | Type reference (TYPE) | LTY_S_HIERARCHY | 20090924 | ||||
| 2 | IO_CURRENT_METADATA | Call by reference | Object reference (TYPE REF TO) | CL_AXT_TABLES_METADATA | 20090923 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090923 |
Method CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATA | Call by reference | Type reference (TYPE) | ANY | 20090212 | ||||
| 2 | IT_CHANGED_FIELDS | Call by reference | Type reference (TYPE) | TTFIELDNAME | 20090212 | ||||
| 3 | IV_RECORD_ID | Call by reference | Type reference (TYPE) | ANY | 20090212 | ||||
| 4 | IV_RESTRICTIVE_MODE | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | 20090212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090212 |
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | 20090212 | ||||
| 2 | IT_RECORD_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20090212 |
Method CHECK on class CL_AXT_TABLES_BUSINESS_API has no exception.
Method CHECK_CAN_FINISH_REDUCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MAX_ROWS | Call by reference | Type reference (TYPE) | I | 20090924 | ||||
| 2 | IV_ROW_COUNTER | Call by reference | Type reference (TYPE) | I | 20090924 | ||||
| 3 | RV_VALUE | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | 20090924 |
Method CHECK_CAN_FINISH_REDUCTION on class CL_AXT_TABLES_BUSINESS_API has no exception.
Method CHECK_NEW_QUERY_NECESSARY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_HEADER_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20091001 | ||||
| 2 | IV_CURRENT_ROW_NO | Call by reference | Type reference (TYPE) | I | 20091120 | ||||
| 3 | IV_FIRST_QUERY | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | 20091001 | ||||
| 4 | IV_LAST_ROW_NO | Call by reference | Type reference (TYPE) | I | 20091120 | ||||
| 5 | IV_MAX_ROWS | Call by reference | Type reference (TYPE) | I | 20091001 | ||||
| 6 | RV_NEW_QUERY_NECESSARY | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | 20091001 |
Method CHECK_NEW_QUERY_NECESSARY on class CL_AXT_TABLES_BUSINESS_API has no exception.
Method CHILD_ONLY_RETURNED_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CURRENT_QUERY_CALL | Call by reference | Type reference (TYPE) | LTY_S_QUERY_HIERARCHY | 20091120 | ||||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | 20091120 |
Method CHILD_ONLY_RETURNED_RESULT on class CL_AXT_TABLES_BUSINESS_API has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION_NAME | Call by reference | Type reference (TYPE) | AXT_APPLICATION_NAME | 20090416 | ||||
| 2 | IV_TABLE_ID | Call by reference | Type reference (TYPE) | AXT_TABLE_ID | Table ID | 20090211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090416 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RECORD_ID | Call by reference | Type reference (TYPE) | ANY | 20090504 | ||||
| 2 | IS_DATA | Call by reference | Type reference (TYPE) | ANY | 20090212 | ||||
| 3 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY | 20090212 | ||||
| 4 | IV_PARENT_ID | Call by reference | Type reference (TYPE) | ANY | 20090212 | ||||
| 5 | IV_RECORD_ID | Call by reference | Type reference (TYPE) | ANY | 20090212 | ||||
| 6 | IV_RESTRICTIVE_MODE | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | 20090212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090211 |
Method CURRENT_RETURNED_NO_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CURRENT_QUERY_CALL | Call by reference | Type reference (TYPE) | LTY_S_QUERY_HIERARCHY | 20091120 | ||||
| 2 | IT_IDS_APROVED_BY_CHILDREN | Call by reference | Type reference (TYPE) | STRING_TABLE | 20091120 | ||||
| 3 | IT_RESULT_LINES | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20091120 | ||||
| 4 | RV_NO_RESULT | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | 20091120 |
Method CURRENT_RETURNED_NO_RESULT on class CL_AXT_TABLES_BUSINESS_API has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RECORD_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20090212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090211 |
Method GET_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ATTR | Value transfer | Type reference (TYPE) | ANY | 20090212 | ||||
| 2 | ES_WORK | Value transfer | Type reference (TYPE) | ANY | 20090212 | ||||
| 3 | IV_RECORD_ID | Call by reference | Type reference (TYPE) | ANY | 20090212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090212 | |||
| 2 | 20090212 |
Method GET_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RECORD_ID | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20090504 | ||||
| 2 | ET_WORK | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20090918 | ||||
| 3 | IT_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20090212 | ||||
| 4 | IT_PARENT_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20090212 | ||||
| 5 | IT_RECORD_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20091120 | ||||
| 6 | IV_PARENT_ID | Call by reference | Type reference (TYPE) | ANY | 20090212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090212 |
Method GET_LOG_KEY_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATA | Call by reference | Type reference (TYPE) | ANY | 20090623 | ||||
| 2 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY | 20090623 | ||||
| 3 | IV_READ_DELETED | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | 20090625 | ||||
| 4 | RV_LOG_KEY_STRING | Value transfer | Type reference (TYPE) | STRING | 20090623 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090623 |
Method GET_METADATA_DESCRIPTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_DESCRIPTOR | Value transfer | Object reference (TYPE REF TO) | CL_AXT_TABLES_METADATA | 20090212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090212 |
Method GET_OBJECT_IDS_FOR_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OBJECT_ID | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20121118 | ||||
| 2 | IT_RECORD_ID | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20121118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for Extensibility Runtime | 20121118 |
Method GET_OBJECT_ID_FOR_RECORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY | 20121118 | ||||
| 2 | IV_RECORD_ID | Call by reference | Type reference (TYPE) | ANY | 20121118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for Extensibility Runtime | 20121118 |
Method GET_PARENT_IDS_FROM_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CURRENT_QUERY_CALL | Call by reference | Type reference (TYPE) | LTY_T_QUERY_HIERARCHY | 20091120 | ||||
| 2 | IT_VALID_PARENT_IDS | Call by reference | Type reference (TYPE) | STRING_TABLE | 20091120 | ||||
| 3 | IV_DO_PAGING_ON_FIRST_TAB | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | ABAP_FALSE | 20091203 | |||
| 4 | IV_MAX_ROWS | Call by reference | Type reference (TYPE) | I | 20091120 | ||||
| 5 | RT_PARENT_IDS | Value transfer | Type reference (TYPE) | STRING_TABLE | 20091120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091120 |
Method HAVE_CHILDREN_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RECORD_ID | Call by reference | Type reference (TYPE) | ANY | 20091203 | ||||
| 2 | RV_HAVE_DATA | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | 20091203 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091203 |
Method HEAD_ONLY_RETURNED_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CURRENT_QUERY_CALL | Call by reference | Type reference (TYPE) | LTY_S_QUERY_HIERARCHY | 20091120 | ||||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | 20091120 |
Method HEAD_ONLY_RETURNED_RESULT on class CL_AXT_TABLES_BUSINESS_API has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CALL_UNLOCK | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | ABAP_TRUE | 20090625 | |||
| 2 | IV_CONCATENATED_LOG_KEY | Call by reference | Type reference (TYPE) | STRING | 20090623 | ||||
| 3 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY | 20090415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090211 |
Method IS_OBJECT_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY | 20121219 | ||||
| 2 | RV_IS_CHANGED | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20121219 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for Extensibility Runtime | 20121219 |
Method JOIN_ID_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TABLE_1 | Call by reference | Type reference (TYPE) | STRING_TABLE | 20090924 | ||||
| 2 | IT_TABLE_2 | Call by reference | Type reference (TYPE) | STRING_TABLE | 20090924 | ||||
| 3 | RT_RESULT | Value transfer | Type reference (TYPE) | STRING_TABLE | 20090924 |
Method JOIN_ID_TABLES on class CL_AXT_TABLES_BUSINESS_API has no exception.
Method JOIN_RESULT_TEST_NEW_QUERY_NEC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_IDS_APROVED_BY_CHILDREN | Call by reference | Type reference (TYPE) | STRING_TABLE | 20091120 | ||||
| 2 | CT_RESULT | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20091120 | ||||
| 3 | CV_NEW_QUERY_NECESSARY | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | 20091120 | ||||
| 4 | EV_CURRENT_ROW_NO | Call by reference | Type reference (TYPE) | I | 20091120 | ||||
| 5 | IRT_CURRENT_WORK_LINES | Call by reference | Object reference (TYPE REF TO) | DATA | 20091120 | ||||
| 6 | IS_CURRENT_QUERY_CALL | Call by reference | Type reference (TYPE) | LTY_S_QUERY_HIERARCHY | 20091120 | ||||
| 7 | IT_CURRENT_RESULT_LINES | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20091120 | ||||
| 8 | IV_FIRST_QUERY | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | 20091120 | ||||
| 9 | IV_LAST_ROW_NO | Call by reference | Type reference (TYPE) | I | 20091120 | ||||
| 10 | IV_MAX_ROWS | Call by reference | Type reference (TYPE) | I | 20091120 | ||||
| 11 | IV_RESULT_COMPONENT | Call by reference | Type reference (TYPE) | CSEQUENCE | 'TABLE_LINE' | 20091120 |
Method JOIN_RESULT_TEST_NEW_QUERY_NEC on class CL_AXT_TABLES_BUSINESS_API has no exception.
Method JOIN_SPEC_RECORDS_WITH_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RESULT | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20091120 | ||||
| 2 | CT_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20091120 | ||||
| 3 | CT_VALID_RECORDS | Call by reference | Type reference (TYPE) | STRING_TABLE | 20091120 | ||||
| 4 | IV_MAX_ROWS | Call by reference | Type reference (TYPE) | I | 20091120 | ||||
| 5 | IV_RESULT_COMPONENT | Call by reference | Type reference (TYPE) | CSEQUENCE | 'TABLE_LINE' | 20091120 |
Method JOIN_SPEC_RECORDS_WITH_DATA on class CL_AXT_TABLES_BUSINESS_API has no exception.
Method LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONCATENATED_LOG_KEY | Call by reference | Type reference (TYPE) | STRING | 20090623 | ||||
| 2 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY | 20090415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090211 |
Method QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_WORK | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20090213 | ||||
| 2 | IT_SELECTION_PARAMETERS | Call by reference | Type reference (TYPE) | AXTT_TABLES_SEL_PARAM | 20090212 | ||||
| 3 | IV_LAST_KEY | Call by reference | Type reference (TYPE) | ANY | 20090928 | ||||
| 4 | IV_MAX_ROWS | Call by reference | Type reference (TYPE) | I | 20090212 | ||||
| 5 | IV_QUERY_NAME | Call by reference | Type reference (TYPE) | CRMT_OBJECT_NAME | 20090924 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090211 |
Method QUERY_RETURNED_NO_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_HIERARCHY_REF | Call by reference | Object reference (TYPE REF TO) | DATA | 20091120 | ||||
| 2 | IT_RESULT_LINES | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20091120 | ||||
| 3 | IT_SELECTION_PARAMETERS | Call by reference | Type reference (TYPE) | AXTT_TABLES_SEL_PARAM | 20091120 | ||||
| 4 | RV_NO_RESULT | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | 20091120 |
Method QUERY_RETURNED_NO_RESULT on class CL_AXT_TABLES_BUSINESS_API has no exception.
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20090623 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090211 |
Method SIMPLE_QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RECORD_ID | Call by reference | Type reference (TYPE) | STRING_TABLE | 20090924 | ||||
| 2 | ET_WORK | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20090213 | ||||
| 3 | IT_SELECTION_PARAMETERS | Call by reference | Type reference (TYPE) | AXTT_TABLES_SEL_PARAM | 20090213 | ||||
| 4 | IV_MAX_ROWS | Call by reference | Type reference (TYPE) | I | 20090213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090213 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 701 |