SAP ABAP Class CL_AXT_TABLES_BUSINESS_API (Business API for Table Extensions)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-RA (Application Component) Rapid Applications
     AXT_RA (Package) Rapid Apps
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 GC_ACTIVITY_CHANGE Constant Public Type reference (TYPE) ACTIV_AUTH '02' 20090415
2 GC_ACTIVITY_CREATE Constant Public Type reference (TYPE) ACTIV_AUTH '01' 20090415
3 GC_ACTIVITY_DELETE Constant Public Type reference (TYPE) ACTIV_AUTH '06' 20090415
4 GC_ACTIVITY_DISPLAY Constant Public Type reference (TYPE) ACTIV_AUTH '03' 20090415
5 GC_ACTIVITY_LOCK Constant Public Type reference (TYPE) ACTIV_AUTH '05' 20090415
6 GC_ACTIVITY_SAVE Constant Public Type reference (TYPE) ACTIV_AUTH '32' 20090415
7 MO_RAPID_APP_METADATA Instance attribute Private Object reference (TYPE REF TO) CL_AXT_RAPID_APP_METADATA 20090416
8 MO_TABLES_API Instance attribute Private Object reference (TYPE REF TO) CL_AXT_TABLES_API API methods for new tables 20090211
9 MO_TABLES_METADATA Instance attribute Private Object reference (TYPE REF TO) CL_AXT_TABLES_METADATA 20091118
10 MR_TEMP_LOG_KEY Instance attribute Private Object reference (TYPE REF TO) DATA 20090623
11 MR_TEMP_WORK_LINE Instance attribute Private Object reference (TYPE REF TO) DATA 20090623
12 MS_API_HIERARCHY Instance attribute Private Type reference (TYPE) LTY_S_HIERARCHY 20090924
13 MV_TABLE_ID Instance attribute Private Type reference (TYPE) AXT_TABLE_ID 20090217
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COMPONENT_FROM_TABLE Instance method Private Method 20091120
2 AUTHORITY_CHECK Instance method Protected Method 20090416
3 BUILD_QUERY_CALL_HIERARCHY Instance method Private Method 20090924
4 BUILD_TABLE_API_HIERARCHY Instance method Private Method 20090923
5 CHANGE Instance method Public Method 20090212
6 CHECK Instance method Public Method 20090212
7 CHECK_CAN_FINISH_REDUCTION Instance method Private Method 20090924
8 CHECK_NEW_QUERY_NECESSARY Instance method Private Method 20091001
9 CHILD_ONLY_RETURNED_RESULT Instance method Private Method 20091120
10 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090211
11 CREATE Instance method Public Method 20090211
12 CURRENT_RETURNED_NO_RESULT Instance method Private Method 20091120
13 DELETE Instance method Public Method 20090211
14 GET_DETAIL Instance method Public Method 20090212
15 GET_LIST Instance method Public Method 20090212
16 GET_LOG_KEY_STRING Instance method Public Method 20090623
17 GET_METADATA_DESCRIPTOR Instance method Public Method 20090212
18 GET_OBJECT_IDS_FOR_RECORDS Instance method Private Method Create table with OBJECT_ID based on table with records 20121118
19 GET_OBJECT_ID_FOR_RECORD Instance method Private Method Obtain information for OBJECT_ID by record 20121118
20 GET_PARENT_IDS_FROM_CHILDREN Instance method Private Method 20091120
21 HAVE_CHILDREN_DATA Instance method Public Method 20091203
22 HEAD_ONLY_RETURNED_RESULT Instance method Private Method 20091120
23 INIT Instance method Public Method 20090211
24 IS_OBJECT_CHANGED Instance method Public Method Returns true if the object has changed since last init call 20121219
25 JOIN_ID_TABLES Instance method Private Method 20090924
26 JOIN_RESULT_TEST_NEW_QUERY_NEC Instance method Private Method 20091120
27 JOIN_SPEC_RECORDS_WITH_DATA Instance method Private Method 20091120
28 LOCK Instance method Public Method 20090211
29 QUERY Instance method Public Method 20090211
30 QUERY_RETURNED_NO_RESULT Instance method Private Method 20091120
31 SAVE Instance method Public Method 20090211
32 SIMPLE_QUERY Instance method Public Method 20090213
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 Changing CT_RESULT Call by reference Type reference (TYPE) STANDARD TABLE 20091120
2 Importing IT_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20091120
3 Importing 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 Importing IT_OBJECT_ID Call by reference Type reference (TYPE) ANY TABLE 20090416
2 Importing IV_ACTIVITY Call by reference Type reference (TYPE) ACTIV_AUTH 20090416
3 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) ANY 20090416
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090416

Method BUILD_QUERY_CALL_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_CURRENT_QUERY_CALL Call by reference Type reference (TYPE) LTY_S_QUERY_HIERARCHY 20090924
2 Changing CT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) AXTT_TABLES_SEL_PARAM 20090924
3 Exporting EV_NEEDED_FOR_QUERY Call by reference Type reference (TYPE) AXT_BOOLEAN 20090924
4 Importing IS_CURRENT_API Call by reference Type reference (TYPE) LTY_S_HIERARCHY 20090924
5 Importing 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 CX_AXT_RUNTIME 20090924

Method BUILD_TABLE_API_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_CURRENT_HIERARCHY_STEP Call by reference Type reference (TYPE) LTY_S_HIERARCHY 20090924
2 Importing IO_CURRENT_METADATA Call by reference Object reference (TYPE REF TO) CL_AXT_TABLES_METADATA 20090923
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090923

Method CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20090212
2 Importing IT_CHANGED_FIELDS Call by reference Type reference (TYPE) TTFIELDNAME 20090212
3 Importing IV_RECORD_ID Call by reference Type reference (TYPE) ANY 20090212
4 Importing IV_RESTRICTIVE_MODE Call by reference Type reference (TYPE) AXT_BOOLEAN 20090212
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090212

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB 20090212
2 Importing 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 Importing IV_MAX_ROWS Call by reference Type reference (TYPE) I 20090924
2 Importing IV_ROW_COUNTER Call by reference Type reference (TYPE) I 20090924
3 Returning 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 Importing IT_HEADER_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20091001
2 Importing IV_CURRENT_ROW_NO Call by reference Type reference (TYPE) I 20091120
3 Importing IV_FIRST_QUERY Call by reference Type reference (TYPE) AXT_BOOLEAN 20091001
4 Importing IV_LAST_ROW_NO Call by reference Type reference (TYPE) I 20091120
5 Importing IV_MAX_ROWS Call by reference Type reference (TYPE) I 20091001
6 Returning 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 Importing IS_CURRENT_QUERY_CALL Call by reference Type reference (TYPE) LTY_S_QUERY_HIERARCHY 20091120
2 Returning 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 Importing IV_APPLICATION_NAME Call by reference Type reference (TYPE) AXT_APPLICATION_NAME 20090416
2 Importing IV_TABLE_ID Call by reference Type reference (TYPE) AXT_TABLE_ID Table ID 20090211
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090416

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RECORD_ID Call by reference Type reference (TYPE) ANY 20090504
2 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20090212
3 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) ANY 20090212
4 Importing IV_PARENT_ID Call by reference Type reference (TYPE) ANY 20090212
5 Importing IV_RECORD_ID Call by reference Type reference (TYPE) ANY 20090212
6 Importing IV_RESTRICTIVE_MODE Call by reference Type reference (TYPE) AXT_BOOLEAN 20090212
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090211

Method CURRENT_RETURNED_NO_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CURRENT_QUERY_CALL Call by reference Type reference (TYPE) LTY_S_QUERY_HIERARCHY 20091120
2 Importing IT_IDS_APROVED_BY_CHILDREN Call by reference Type reference (TYPE) STRING_TABLE 20091120
3 Importing IT_RESULT_LINES Call by reference Type reference (TYPE) STANDARD TABLE 20091120
4 Returning 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 Importing IT_RECORD_ID Call by reference Type reference (TYPE) ANY TABLE 20090212
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090211

Method GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ATTR Value transfer Type reference (TYPE) ANY 20090212
2 Exporting ES_WORK Value transfer Type reference (TYPE) ANY 20090212
3 Importing IV_RECORD_ID Call by reference Type reference (TYPE) ANY 20090212
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND 20090212
2 CX_AXT_RUNTIME 20090212

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RECORD_ID Call by reference Type reference (TYPE) STANDARD TABLE 20090504
2 Exporting ET_WORK Call by reference Type reference (TYPE) STANDARD TABLE 20090918
3 Importing IT_OBJECT_ID Call by reference Type reference (TYPE) ANY TABLE 20090212
4 Importing IT_PARENT_ID Call by reference Type reference (TYPE) ANY TABLE 20090212
5 Importing IT_RECORD_ID Call by reference Type reference (TYPE) ANY TABLE 20091120
6 Importing IV_PARENT_ID Call by reference Type reference (TYPE) ANY 20090212
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090212

Method GET_LOG_KEY_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20090623
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) ANY 20090623
3 Importing IV_READ_DELETED Call by reference Type reference (TYPE) AXT_BOOLEAN 20090625
4 Returning RV_LOG_KEY_STRING Value transfer Type reference (TYPE) STRING 20090623
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090623

Method GET_METADATA_DESCRIPTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_DESCRIPTOR Value transfer Object reference (TYPE REF TO) CL_AXT_TABLES_METADATA 20090212
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090212

Method GET_OBJECT_IDS_FOR_RECORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_ID Call by reference Type reference (TYPE) STANDARD TABLE 20121118
2 Importing IT_RECORD_ID Call by reference Type reference (TYPE) STANDARD TABLE 20121118
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 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 Exporting EV_OBJECT_ID Call by reference Type reference (TYPE) ANY 20121118
2 Importing IV_RECORD_ID Call by reference Type reference (TYPE) ANY 20121118
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 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 Importing IT_CURRENT_QUERY_CALL Call by reference Type reference (TYPE) LTY_T_QUERY_HIERARCHY 20091120
2 Importing IT_VALID_PARENT_IDS Call by reference Type reference (TYPE) STRING_TABLE 20091120
3 Importing IV_DO_PAGING_ON_FIRST_TAB Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_FALSE 20091203
4 Importing IV_MAX_ROWS Call by reference Type reference (TYPE) I 20091120
5 Returning RT_PARENT_IDS Value transfer Type reference (TYPE) STRING_TABLE 20091120
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20091120

Method HAVE_CHILDREN_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RECORD_ID Call by reference Type reference (TYPE) ANY 20091203
2 Returning RV_HAVE_DATA Value transfer Type reference (TYPE) AXT_BOOLEAN 20091203
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20091203

Method HEAD_ONLY_RETURNED_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CURRENT_QUERY_CALL Call by reference Type reference (TYPE) LTY_S_QUERY_HIERARCHY 20091120
2 Returning 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 Importing IV_CALL_UNLOCK Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_TRUE 20090625
2 Importing IV_CONCATENATED_LOG_KEY Call by reference Type reference (TYPE) STRING 20090623
3 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) ANY 20090415
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090211

Method IS_OBJECT_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) ANY 20121219
2 Returning RV_IS_CHANGED Value transfer Type reference (TYPE) FLAG General Flag 20121219
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 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 Importing IT_TABLE_1 Call by reference Type reference (TYPE) STRING_TABLE 20090924
2 Importing IT_TABLE_2 Call by reference Type reference (TYPE) STRING_TABLE 20090924
3 Returning 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 Changing CT_IDS_APROVED_BY_CHILDREN Call by reference Type reference (TYPE) STRING_TABLE 20091120
2 Changing CT_RESULT Call by reference Type reference (TYPE) STANDARD TABLE 20091120
3 Changing CV_NEW_QUERY_NECESSARY Call by reference Type reference (TYPE) AXT_BOOLEAN 20091120
4 Exporting EV_CURRENT_ROW_NO Call by reference Type reference (TYPE) I 20091120
5 Importing IRT_CURRENT_WORK_LINES Call by reference Object reference (TYPE REF TO) DATA 20091120
6 Importing IS_CURRENT_QUERY_CALL Call by reference Type reference (TYPE) LTY_S_QUERY_HIERARCHY 20091120
7 Importing IT_CURRENT_RESULT_LINES Call by reference Type reference (TYPE) STANDARD TABLE 20091120
8 Importing IV_FIRST_QUERY Call by reference Type reference (TYPE) AXT_BOOLEAN 20091120
9 Importing IV_LAST_ROW_NO Call by reference Type reference (TYPE) I 20091120
10 Importing IV_MAX_ROWS Call by reference Type reference (TYPE) I 20091120
11 Importing 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 Changing CT_RESULT Call by reference Type reference (TYPE) STANDARD TABLE 20091120
2 Changing CT_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20091120
3 Changing CT_VALID_RECORDS Call by reference Type reference (TYPE) STRING_TABLE 20091120
4 Importing IV_MAX_ROWS Call by reference Type reference (TYPE) I 20091120
5 Importing 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 Importing IV_CONCATENATED_LOG_KEY Call by reference Type reference (TYPE) STRING 20090623
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) ANY 20090415
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090211

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WORK Call by reference Type reference (TYPE) STANDARD TABLE 20090213
2 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) AXTT_TABLES_SEL_PARAM 20090212
3 Importing IV_LAST_KEY Call by reference Type reference (TYPE) ANY 20090928
4 Importing IV_MAX_ROWS Call by reference Type reference (TYPE) I 20090212
5 Importing IV_QUERY_NAME Call by reference Type reference (TYPE) CRMT_OBJECT_NAME 20090924
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090211

Method QUERY_RETURNED_NO_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HIERARCHY_REF Call by reference Object reference (TYPE REF TO) DATA 20091120
2 Importing IT_RESULT_LINES Call by reference Type reference (TYPE) STANDARD TABLE 20091120
3 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) AXTT_TABLES_SEL_PARAM 20091120
4 Returning 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 Importing IT_OBJECT_ID Call by reference Type reference (TYPE) ANY TABLE 20090623
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090211

Method SIMPLE_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RECORD_ID Call by reference Type reference (TYPE) STRING_TABLE 20090924
2 Exporting ET_WORK Call by reference Type reference (TYPE) STANDARD TABLE 20090213
3 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) AXTT_TABLES_SEL_PARAM 20090213
4 Importing IV_MAX_ROWS Call by reference Type reference (TYPE) I 20090213
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090213
History
Last changed by/on SAP  20130531 
SAP Release Created in 701