Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →The Function Module MYO_COLLECT_MY_OBJECTS_WP () is a standard Function Module in SAP ERP and is part of the function group SMYO5 within the package SMYO.
Function Module | MYO_COLLECT_MY_OBJECTS_WP |
Short Text | |
Function Group | SMYO5 |
Package | SMYO |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FILTER_NODE | TYPE | SMYO_NODE | SPACE | |
FILTER_OBJTYPE | TYPE | SWO_OBJTYP | SPACE | |
MAX_COUNT | TYPE | INT4 | 0 | Natural Number |
UNAME | TYPE | UNAME | SY-UNAME | User Name |
WFCLASS | TYPE | SWLCL | 'MO' | Class in Workflow Inbox |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OBJ_COUNT | TYPE | INT4 | Natural Number |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MY_OBJECTS | LIKE | SMYO_S_OBJ | Transfer Structure for MyObjects |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DB_ERROR | DB Error when Reading |
FILTER_NODE_NOT_EXIST | The User Does Not Have the Node |
NODE_DEFINITION_NOT_EXIST | This Node Does Not Exist |
OBJECTTYPE_NOT_ALLOWED | This node does not allow the object type |
PERSONALISATION_ERROR | Error Accessing Personalization Data |