SAP IF_ISHMED_GENERAL_CTX OO Class - Context: Main Interface









IF_ISHMED_GENERAL_CTX 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_ISHMED_GENERAL_CTX 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_ISHMED_GENERAL_CTX 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
BROADCAST_CHANGEDisclose Change of Context ObjectPublic
CALL METHOD if_ishmed_general_ctx=>BROADCAST_CHANGE...more details

CHILDREN_ITERATORReturns the Iterator on a Node's Child ListPublic
CALL METHOD if_ishmed_general_ctx=>CHILDREN_ITERATOR...more details

CLEAR_CONTEXTEmpties ContextPublic
CALL METHOD if_ishmed_general_ctx=>CLEAR_CONTEXT...more details

CLEAR_DATADeletes Object from ContextPublic
CALL METHOD if_ishmed_general_ctx=>CLEAR_DATA...more details

DFS_ITERATORReturns the Depth-First-Search-Iterator on the Context TreePublic
CALL METHOD if_ishmed_general_ctx=>DFS_ITERATOR...more details

FINALIZEFinalize ObjectPublic
CALL METHOD if_ishmed_general_ctx=>FINALIZE...more details

GET_CASEReads CasePublic
CALL METHOD if_ishmed_general_ctx=>GET_CASE...more details

GET_DATARead ObjectPublic
CALL METHOD if_ishmed_general_ctx=>GET_DATA...more details

GET_ENVIRONMENTReturns Instance of EnvironmentPublic
CALL METHOD if_ishmed_general_ctx=>GET_ENVIRONMENT...more details

GET_INSTITUTIONReads InstitutionPublic
CALL METHOD if_ishmed_general_ctx=>GET_INSTITUTION...more details

GET_ISH_OBJECT_TYPEPrivate
CALL METHOD if_ishmed_general_ctx=>GET_ISH_OBJECT_TYPE...more details

GET_MOVEMENTReads MovementPublic
CALL METHOD if_ishmed_general_ctx=>GET_MOVEMENT...more details

GET_PATIENTReads Patient NumberPublic
CALL METHOD if_ishmed_general_ctx=>GET_PATIENT...more details

GET_SINGLE_DATAReturn Object in Type-Related FieldPublic
CALL METHOD if_ishmed_general_ctx=>GET_SINGLE_DATA...more details

GET_TREE_COPYCreate Copy of TreePublic
CALL METHOD if_ishmed_general_ctx=>GET_TREE_COPY...more details

SET_CASESets CasePublic
CALL METHOD if_ishmed_general_ctx=>SET_CASE...more details

SET_DATAWrite ObjectPublic
CALL METHOD if_ishmed_general_ctx=>SET_DATA...more details

SET_MOVEMENTSets MovementPublic
CALL METHOD if_ishmed_general_ctx=>SET_MOVEMENT...more details

SET_PATIENTSets Patient NumberPublic
CALL METHOD if_ishmed_general_ctx=>SET_PATIENT...more details



IF_ISHMED_GENERAL_CTX 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
CO_OBJ_CASEInstance AttributeLIKE
Private
CO_OBJ_INSTITUTIONInstance AttributeLIKE
Private
CO_OBJ_PATIENTInstance AttributeLIKE
Private


Events of Class IF_ISHMED_GENERAL_CTX

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... CONTEXT_CHANGED - Context Was Changed

Links to Related Class(s)

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