SAP IF_FINB_TR_CONTAINER OO Class - FINB TR: Container Accesses









IF_FINB_TR_CONTAINER 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 IF_FINB_TR_CONTAINER 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 IF_FINB_TR_CONTAINER 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
COMPRESS_TABKEYSCompress the KeyPublic
CALL METHOD if_finb_tr_container=>COMPRESS_TABKEYS...more details

FORCE_TYPE_GENERATIONForce Regeneration of the Temporary TypesPublic
CALL METHOD if_finb_tr_container=>FORCE_TYPE_GENERATION...more details

GENERATE_TYPESGenerate All Temporary Types for the Known OrderPublic
CALL METHOD if_finb_tr_container=>GENERATE_TYPES...more details

GENERATE_TYPES_FOR_TABLESGenerate New Types for New TablesPublic
CALL METHOD if_finb_tr_container=>GENERATE_TYPES_FOR_TABLES...more details

GET_ALL_DATARead All Data for the ObjectPublic
CALL METHOD if_finb_tr_container=>GET_ALL_DATA...more details

GET_DATARead DataPrivate
CALL METHOD if_finb_tr_container=>GET_DATA...more details

GET_DATAINFORead Directory of Stored DataPublic
CALL METHOD if_finb_tr_container=>GET_DATAINFO...more details

GET_SELOPTSRead Select OptionsPublic
CALL METHOD if_finb_tr_container=>GET_SELOPTS...more details

GET_SELOPT_FOR_KEYProvide Select Options for a KeyPublic
CALL METHOD if_finb_tr_container=>GET_SELOPT_FOR_KEY...more details

GET_STRUCTURERead Structure InformationPublic
CALL METHOD if_finb_tr_container=>GET_STRUCTURE...more details

GET_TABKEYSRead Tables and KeyPublic
CALL METHOD if_finb_tr_container=>GET_TABKEYS...more details

GET_TYPE_FACTORYGets Instance to Factory for TypesPublic
CALL METHOD if_finb_tr_container=>GET_TYPE_FACTORY...more details

REPLACE_TABKEYSCompletely Replace Tables and KeyPublic
CALL METHOD if_finb_tr_container=>REPLACE_TABKEYS...more details

SAVE_DATASave DataPublic
CALL METHOD if_finb_tr_container=>SAVE_DATA...more details

SAVE_DATA_WITH_MSGSave Data with Message HandlingPublic
CALL METHOD if_finb_tr_container=>SAVE_DATA_WITH_MSG...more details

SAVE_STRUCTURESave Structure InformationPublic
CALL METHOD if_finb_tr_container=>SAVE_STRUCTURE...more details

SAVE_TABKEYSSave Tables and KeyPublic
CALL METHOD if_finb_tr_container=>SAVE_TABKEYS...more details

WRITE_SELOPT_FOR_KEYChange Select Option for a KeyPublic
CALL METHOD if_finb_tr_container=>WRITE_SELOPT_FOR_KEY...more details



IF_FINB_TR_CONTAINER 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
DEEP_OBJECTSInstance AttributeIndicator: Processing Deeper ObjectsLIKE
BOOLE_D
Public
O_TYPE_FACTORYInstance AttributeClass for Creating Dynamic Internal TablesLIKE
CL_FINB_TR_TYPE_FACTORY
Public


Links to Related Class(s)

IF_FINB_...
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!