The Function Module HRCM_BT_OBJID_REQUEST (Vergütung-Budget: Budget-Suchfunktion für Werthilfetaste (F4)) is a standard Function Module in SAP ERP and is part of the function group RHBS within the package PCMP.
Function Module | HRCM_BT_OBJID_REQUEST |
Short Text | Vergütung-Budget: Budget-Suchfunktion für Werthilfetaste (F4) |
Function Group | RHBS |
Package | PCMP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BSTAT | LIKE | T7PMQ-BSTAT | SPACE | Budgetstatus |
BUTGR | LIKE | T7PM0-BUTGR | Budgettypgruppe | |
BUTYP | LIKE | T7PM3-BUTYP | SPACE | Budgettyp |
DYNPRO_DYNNR | LIKE | SY-DYNNR | SPACE | Nummer des aktuellen Dynpros |
DYNPRO_OTYPEFIELD | LIKE | DYNPREAD-FIELDNAME | SPACE | Name des Objekttypfeldes auf Dynpro |
DYNPRO_PLVARFIELD | LIKE | DYNPREAD-FIELDNAME | SPACE | Name des Planvariantenfeldes auf Dynpro |
DYNPRO_REPID | LIKE | SY-REPID | SPACE | Name des rufendes Programms (nicht SY_SUBRC!) |
DYNPRO_SEARKFIELD | LIKE | DYNPREAD-FIELDNAME | SPACE | Name des Suchbegriffeldes auf Dynpro |
EXACT_DATE_FLG | LIKE | WPLOG-HISTO | SPACE | Flag: Suchzeitraum muß exakt zutreffen |
FILL_SEL_HROBJECT_TAB | TYPE | C | SPACE | X - Objekte in SEL_HROBJID_TAB zurückgeben |
FILL_SEL_HRSOBID_TAB | TYPE | C | SPACE | X - Objekte in SEL_HRSOBID_TAB zurückgeben |
MODE | TYPE | C | 'X' | Betriebsart der Eingabehilfe |
NO_DIALOG | TYPE | C | SPACE | X - ohne Auswahldialog |
NO_SEARK_POPUP | TYPE | C | SPACE | Popup für Suchbegriff nicht anzeigen |
OTYPE | LIKE | PLOGI-OTYPE | SPACE | Objekttyp |
PLVAR | LIKE | PLOGI-PLVAR | Planvariante | |
SEARK | LIKE | PPMAC-SEARK | '*' | Suchbegriff |
SEARK_BEGDA | LIKE | WPLOG-BEGDA | '18000101' | Suchzeitraum (Beginn) |
SEARK_ENDDA | LIKE | WPLOG-ENDDA | '99991231' | Suchzeitraum (Ende) |
SELECT_MESSAGE | TYPE | C | 'X' | X - Nachricht Objekt übernommen setzen |
SET_MODE | TYPE | C | SPACE | X - Mengenauswahl |
WIN_TITLE | LIKE | SY-TITLE | SPACE | Fenstertitel |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SEL_OBJECT | LIKE | OBJEC | Ausgewähltes Objekt | |
SEL_OTYPE | LIKE | PLOGI-OTYPE | Ausgewählter Objekttyp | |
SEL_PLVAR | LIKE | PLOGI-PLVAR | Ausgewählte Planvariante | |
USED_FCODE | LIKE | SY-UCOMM | Funktionscode (auf POPUP gedrückt) |
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 |
---|---|---|---|---|
MARKED_OBJECTS | LIKE | HRSOBID | Bereits markierte Objekte | |
SEL_HROBJECT_TAB | LIKE | HROBJECT | Ausgewählte Objekte (kurze ID) | |
SEL_HRSOBID_TAB | LIKE | HRSOBID | Ausgewählte Objekte (erweiterte ID) | |
SEL_OBJECTS | LIKE | OBJEC | Selektierte Menge bei Mengenauswahl |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CANCELLED | Aktion abgebrochen |
ILLEGAL_MODE | Unzulässiger Wert für MODE |
INTERNAL_ERROR | Systemfehler |
NOTHING_FOUND | nichts gefunden |
WRONG_CONDITION | Bedingung falsch |