Cost Object Master Data: Supervisors and Addressees

Z_CO_COST_OBJECT_NAMES
accepts cost object number and returns the supervisor and addressee
Z_CO_COST_OBJECTS_FROM_MITID
accepts MIT ID number range and returns a list of cost object numbers


module
Z_CO_COST_OBJECT_NAMES

description
Returns the supervisor name and addressee name for the given cost object. Either the internal cost object number or the external cost object number must be supplied. It will lookup the addresse and supervisor and will return the person's full name, first name, middle name, and last name for the addressee and supervisor.

usage
This module should be called whenever a cost object number is used to retrieve the full name(s) of the cost object's supervisor and/or addressee or any component (First, Middle Initial, Last) of that name.


module
Z_CO_COST_OBJECTS_FROM_MITID

description
Returns a set of cost object numbers (in the structure of ZCOOBJECT) for a given range table of MIT ID numbers. It takes into account the status of the cost object (0-9 for inactive cost objects, A-Z for active ones), and allows the calling program to specify whether the function is to return cost objects associated with just the supervisor, just the addressee, or both.

usage
This module should be called whenever a range of MIT ID numbers is used to retrieve a list of either active or inactive cost objects for either the cost object's supervisor, addressee, or both.

TOP OF PAGE | RESTART


MIT © Copyright 2000, 2001 by the Massachusetts Institute of Technology, Cambridge, Massachusetts, USA.
To view the full Copyright Notice and Disclaimer, go to http://web.mit.edu/sapr3/dev/abap/disclaimer.html.

last updated:
8 February 2001 by Amy E. King
Comments and questions about this web site to aeking@mit.edu