Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module BUPH_BUPA_HOURS_GETDETAIL () is a standard Function Module in SAP ERP and is part of the function group BUPA_HOURS_DIALOG within the package BUPA_HOURS.
Function Module | BUPH_BUPA_HOURS_GETDETAIL |
Short Text | |
Function Group | BUPA_HOURS_DIALOG |
Package | BUPA_HOURS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_PARTNER | TYPE | BU_PARTNER | ||
IV_PARTNER_GUID | TYPE | BU_PARTNER_GUID | Business Partner GUID | |
IV_SCHEDULE_TYPE | TYPE | BAPIBUS1006_SCHEDULE_TYPE | Schedule Type | |
IV_TESTRUN | LIKE | BOOLE-BOOLE | SPACE | |
IV_X_SAVE | LIKE | BOOLE-BOOLE | 'X' | Data Element for Domain BOOLE: TRUE (-'X') and FALSE (-' ') |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_RULE_ID | TYPE | SC_RULEID | Internal Identification of Rules of Periodic Appointments |
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 |
---|---|---|---|---|
ET_RETURN | LIKE | BAPIRET2 | Messages | |
T_COMBINEDRULE | TYPE | BAPIBUS1006_RULE_R_T | Link Rule | |
T_DAILYRULES | TYPE | BAPIBUS1006_RULE_D_T | Daily Rules | |
T_FIXEDRULES | TYPE | BAPIBUS1006_RULE_T_T | ||
T_MONTHLYRULES1 | TYPE | BAPIBUS1006_RULE_M1_T | Monthly Rules 1 | |
T_MONTHLYRULES2 | TYPE | BAPIBUS1006_RULE_M3_T | Monthly Rules 2 | |
T_WEEKLYRULES | TYPE | BAPIBUS1006_RULE_W_T | Weekly Rules |
This function module does not define any Exceptions.