SAP IF_ECATT_GD_ENTITY OO Class - eCATT Test









IF_ECATT_GD_ENTITY 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_ECATT_GD_ENTITY 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_ECATT_GD_ENTITY 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
COMPUTE_POUNDS_FROM_KGCompute pounds from kgPublic
CALL METHOD if_ecatt_gd_entity=>COMPUTE_POUNDS_FROM_KG...more details

GET_KINDReturn kind of entityPublic
CALL METHOD if_ecatt_gd_entity=>GET_KIND...more details

GET_NAMEReturn weight of entityPublic
CALL METHOD if_ecatt_gd_entity=>GET_NAME...more details

GET_WEIGHT_KGReturn weight of entity in kgPublic
CALL METHOD if_ecatt_gd_entity=>GET_WEIGHT_KG...more details

GET_WEIGHT_PDReturn weight of entity in poundsPublic
CALL METHOD if_ecatt_gd_entity=>GET_WEIGHT_PD...more details

SAY_SOMETHINGAsk entity to make noisePublic
CALL METHOD if_ecatt_gd_entity=>SAY_SOMETHING...more details

SET_NAMEChange name of entityPublic
CALL METHOD if_ecatt_gd_entity=>SET_NAME...more details

SET_PAR_VALS_TABSet Tabular AttributePublic
CALL METHOD if_ecatt_gd_entity=>SET_PAR_VALS_TAB...more details

SET_PAR_VALS_TAB_STATICSet Tabular Attribute - StaticPublic
CALL METHOD if_ecatt_gd_entity=>SET_PAR_VALS_TAB_STATIC...more details

SET_SAYINGChange favorite noise of entityPublic
CALL METHOD if_ecatt_gd_entity=>SET_SAYING...more details

SET_WEIGHTChange weight of entityPublic
CALL METHOD if_ecatt_gd_entity=>SET_WEIGHT...more details

TEST_GENERIC_PARAMETERSTest Method with Generic ParametersPublic
CALL METHOD if_ecatt_gd_entity=>TEST_GENERIC_PARAMETERS...more details

TEST_GENERIC_PARAMETERS_STATICStatic Test Method with Generic ParametersPublic
CALL METHOD if_ecatt_gd_entity=>TEST_GENERIC_PARAMETERS_STATIC...more details

TEST_GENERIC_PARS_REFTODATATest Method with Generic Parameters Incl. REF TO DATAPublic
CALL METHOD if_ecatt_gd_entity=>TEST_GENERIC_PARS_REFTODATA...more details

TEST_GENERIC_PARS_REFTOOBJTest Method with Generic Parameters Incl. REF TO OBJPublic
CALL METHOD if_ecatt_gd_entity=>TEST_GENERIC_PARS_REFTOOBJ...more details



IF_ECATT_GD_ENTITY 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
AT_PARVALSInstance AttributeParameter Value TableLIKE
ETPAR_VALS_TABTYPE
Private
AT_PARVALS_STATICStatic AttributeParameter Value TableLIKE
ETPAR_VALS_TABTYPE
Public
IF_ATTRInstance AttributeLIKE
Private
IF_ATTR_NO_ALIASInstance AttributeAttr. from Interface Without Alias in Implementing ClassLIKE
TEXT30
Public
IF_ATTR_STATInstance AttributeLIKE
Private
IF_OBJREFInstance AttributeLIKE
Private
IF_OBJREF_STATInstance AttributeLIKE
Private
IF_STRUCTInstance AttributeLIKE
Private
IF_STRUCT_STATInstance AttributeLIKE
Private
KINDInstance AttributeKind of entityLIKE
TEXT30
Public
NAMEInstance AttributeName of EntityLIKE
TEXT30
Public
POUND_IN_KGConstantWeight of 1 pound in kgs'0.450'LIKE
FLOAT
Public
SAYINGInstance AttributeFavorite noiseLIKE
TEXT30
Public
WEIGHTInstance AttributeWeight of Entity in kgLIKE
FLOAT
Public




IF_ECATT_GD_ENTITY types

IF_TEST_TYP_1 - Fields in a Structured Type

Links to Related Class(s)

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