Functionality The function module determines the element that belongs to indexI_INDEX or to the CO object number I_OBJNR. It makes this determinationfrom the "naturally ordered" internal table of buffered elements. Thesystem returns the hierarchy level/short text of the element inE_STUFE/E_IDENT. The system returns the index/object number/object typeof the element in E_INDEX/E_OBJNR/E_OBART. If you are working with apoint of entry element, this point of entry element defines level '1'. For external processing, the system returns the investment programposition in E_IMPR. The indicator I_INDEX/I_OBJNR can indicate 1.) an investment program position or 2.) an operative object In the first instance, the system returns the investment programposition in E_IMPR. E_OBART is set to 'IP'. In the second instance, the system returns the program position that isdirectly above the object in the hierarchy, in E_IMPR. E_OBART containsthe object type of the operative object. The system also returns thestructure AUFKV/PRPS that corresponds to the obect type, for theoperative object. For external processing, all operative objects are buffered, but theyare not displayed. If I_INDEX/I_OBJNR indicates such an object duringexternal processing, E_IGNORE is set to 'X'. During internal processing, all operative objects are also buffered.However, the system only displays the operative objects of theindicated object type. If, during internal processing, I_INDEX/I_OBJNRindicates an operative object that does not belong to the indicatedobject type, E_IGNORE is set to 'X'. |