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 |
|---|---|---|---|---|---|---|---|
| |
PP_OBJTY | TYPE | CRHD-OBJTY | 'A' | work center type | ||
| |
PP_OBJID | TYPE | CRHD-OBJID | work center ID | |||
| |
PERSON_OTYPE | TYPE | OBJEC-OTYPE | 'P' | person type | ||
| |
PERSON_OBJID | TYPE | OBJEC-OBJID | person ID (personnel number) | |||
| |
SPLITS_EXP | TYPE | MPDB_SPLITS_PROJECT_TABLE_TYPE | List of splits | |||
| |
ENTRY_NOT_FOUND | TYPE | Work center/person not found | ||||
| |
NO_SPLITS | TYPE | No splits found for work center/person | ||||
Processing Type
| Normal Function 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 |