SAP ABAP Function Module MPP_SPLITS_OF_WORKCENTER_GET (Exports the list of all splits for a specified work center and person)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   PS-CRP-WFP (Application Component) Workforce Planning
     CYMP (Package) Workforce Planning
Basic Data
Function Module MPP_SPLITS_OF_WORKCENTER_GET Exports the list of all splits for a specified work center and person  
Function Group MP03   Database access functions  
Program Name SAPLMP03   Database Access Functions 
INCLUDE Name LMP03U14    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing PP_OBJTY TYPE CRHD-OBJTY 'A' work center type
Importing PP_OBJID TYPE CRHD-OBJID work center ID
Importing PERSON_OTYPE TYPE OBJEC-OTYPE 'P' person type
Importing PERSON_OBJID TYPE OBJEC-OBJID person ID (personnel number)
Tables SPLITS_EXP TYPE MPDB_SPLITS_PROJECT_TABLE_TYPE List of splits
Exception ENTRY_NOT_FOUND TYPE Work center/person not found
Exception NO_SPLITS TYPE No splits found for work center/person
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19970131 
SAP Release Created in