SAP CL_AXT_TABLES_MULTI OO Class - Instance maintenance for table extensions









CL_AXT_TABLES_MULTI is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_AXT_TABLES_MULTI including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of CL_AXT_TABLES_MULTI SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
BUFFER_SUBSCRIBE_FOR_REFRESHSubscribes API for Refresh after BAPI_TRANSACTION_COMMITPublic
CALL METHOD cl_axt_tables_multi=>BUFFER_SUBSCRIBE_FOR_REFRESH...more details

CHECKPerform checks for validity, logical key, BAdIPublic
CALL METHOD cl_axt_tables_multi=>CHECK...more details

CREATE_MULTI_INSTANCEGet Multi (Singleton) Instance for a table placePublic
CALL METHOD cl_axt_tables_multi=>CREATE_MULTI_INSTANCE...more details

DELETEDelete records for parent keysPublic
CALL METHOD cl_axt_tables_multi=>DELETE...more details

FILL_MSGFill Message from buffered changesPublic
CALL METHOD cl_axt_tables_multi=>FILL_MSG...more details

GET_API_INSTANCEGet single Table API instancePublic
CALL METHOD cl_axt_tables_multi=>GET_API_INSTANCE...more details

GET_CHANGED_LINESGet parent lines with record changesPublic
CALL METHOD cl_axt_tables_multi=>GET_CHANGED_LINES...more details

GET_HISTORYGet History from CHDOCPublic
CALL METHOD cl_axt_tables_multi=>GET_HISTORY...more details

GET_SEARCHABLE_FIELDSGet search enabled fieldsPublic
CALL METHOD cl_axt_tables_multi=>GET_SEARCHABLE_FIELDS...more details

INITIALIZEInitialize all single Table APIsPublic
CALL METHOD cl_axt_tables_multi=>INITIALIZE...more details

IS_CHANGEDCheck whether a change has occuredPublic
CALL METHOD cl_axt_tables_multi=>IS_CHANGED...more details

MODIFY_FROM_MSGApply changes of a messagePublic
CALL METHOD cl_axt_tables_multi=>MODIFY_FROM_MSG...more details

QUERYProcess a QueryPublic
CALL METHOD cl_axt_tables_multi=>QUERY...more details

SAVESave changesPublic
CALL METHOD cl_axt_tables_multi=>SAVE...more details



CL_AXT_TABLES_MULTI attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
MT_APIInstance AttributeTables APILIKE
TY_T_AXT_API
Private
MT_BOLInstance AttributeLIKE
TY_T_AXT_BOL
Private
MT_MULTI_SINGLETONSStatic AttributeTables APILIKE
TY_T_AXT_MULTI
Private
MT_TAB_FIELDSInstance AttributeLIKE
TY_T_AXT_TAB_FIELDS
Private
MV_TPLACEInstance AttributeLIKE
AXT_PLACE
Private




CL_AXT_TABLES_MULTI types

TY_AXT_API -
TY_AXT_BOL -
TY_AXT_MULTI -
TY_AXT_QUERY -
TY_AXT_TAB_FIELDS -
TY_T_AXT_API -
TY_T_AXT_BOL -
TY_T_AXT_MULTI -
TY_T_AXT_TAB_FIELDS -

Links to Related Class(s)

CL_AXT_T...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!