Menu

SAP Function Module FMRB_RULE_QUERY_POPUP

SRM : Visualisierung Query Generic SP

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module FMRB_RULE_QUERY_POPUP (SRM : Visualisierung Query Generic SP) is a standard Function Module in SAP ERP and is part of the function group FMKU_BUDGET_TEXT_QUERY within the package FMBPA_E.

Technical Information

Function Module FMRB_RULE_QUERY_POPUP
Short Text SRM : Visualisierung Query Generic SP
Function Group FMKU_BUDGET_TEXT_QUERY
Package FMBPA_E
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IM_CHECK_MULTIPLE_SELECT TYPE BOOLE_D 'X' Data element for domain BOOLE: TRUE (-'X') and FALSE (-' ')
IM_FM_AREA TYPE FIKRS Financial Management Area
IM_MODE TYPE I Mode
IM_SELECT_SINGLE TYPE BOOLE_D 'X' Data element for domain BOOLE: TRUE (-'X') and FALSE (-' ')
IM_SHOW_RESULTS TYPE BOOLE_D 'X' Data element for domain BOOLE: TRUE (-'X') and FALSE (-' ')
IM_T_FIXED_ATTRIBUTES TYPE FMKU_T_ATTRIBUTES_RANGE Query Attributes With Fixed Values

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EX_RESULT_TAB TYPE FMRB_T_RIBOBJ_AND_BUD_RECEIVER RIB Object And Receiving Budget Address

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_T_FIELD_CAT TYPE TYP_DFIES Table Type: DFIES

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.