SAP IF_GLO_MASTER_DATA_MNGR OO Class - Country-Specific Asset Master Data









IF_GLO_MASTER_DATA_MNGR 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_GLO_MASTER_DATA_MNGR 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_GLO_MASTER_DATA_MNGR 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
CHECK_DATAChecks the Screen DataPublic
CALL METHOD if_glo_master_data_mngr=>CHECK_DATA...more details

CHECK_FIELD_RULESChecks If All Screen Layout Rules FollowedPublic
CALL METHOD if_glo_master_data_mngr=>CHECK_FIELD_RULES...more details

GET_CHANGESPrivate
CALL METHOD if_glo_master_data_mngr=>GET_CHANGES...more details

GET_DATAGets the Time-Independent Asset Master DataPublic
CALL METHOD if_glo_master_data_mngr=>GET_DATA...more details

GET_DATA_OTHER_ASSETGets the Time-Independent Asset Master Data (Other)Public
CALL METHOD if_glo_master_data_mngr=>GET_DATA_OTHER_ASSET...more details

INIT_BY_ASSET_KEYInitializes Manager via Asset KeyPublic
CALL METHOD if_glo_master_data_mngr=>INIT_BY_ASSET_KEY...more details

INIT_BY_PARENTInitializes Asset DataPublic
CALL METHOD if_glo_master_data_mngr=>INIT_BY_PARENT...more details

IS_ANY_MODIFIEDFlag If Any Asset ModifiedPublic
CALL METHOD if_glo_master_data_mngr=>IS_ANY_MODIFIED...more details

IS_MODIFIEDPrivate
CALL METHOD if_glo_master_data_mngr=>IS_MODIFIED...more details

PREPARE_CHANGE_DOCUMENTPrivate
CALL METHOD if_glo_master_data_mngr=>PREPARE_CHANGE_DOCUMENT...more details

SET_DATASets the Time-Independent Asset Master DataPublic
CALL METHOD if_glo_master_data_mngr=>SET_DATA...more details

STOREPrivate
CALL METHOD if_glo_master_data_mngr=>STORE...more details



IF_GLO_MASTER_DATA_MNGR 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
MD_ACTIVITYInstance AttributeLIKE
Private
MD_ASSET_IDInstance AttributeGUID That Uniquely Identifies an AssetLIKE
FAA_ASSET_ID
Public
MO_PARENTInstance AttributeAssetLIKE
IF_FAA_ASSET
Public
MS_DATAInstance AttributeTime-Dependent Asset Master DataLIKE
GLO_S_ASSET_DATA
Public
MT_DATAInstance AttributeTime-Independent Country-Specific Asset Master DataLIKE
Public
MT_DATA_OLDInstance AttributeLIKE
Private


Links to Related Class(s)

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