SAP Reports / Programs | Public Sector Management | Grants Management | Master Data(PSM-GM-GTE-MD) SAP PSM

RFGMWHEREUSED SAP ABAP Report - Where-Used Lists: Object Assignment to GM Derivation Tool







RFGMWHEREUSED is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report displays all Grant Management (GM) assignment entries stored in the GM Derivation Tool according to the selection criteria specified...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFGMWHEREUSED into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

GMWHEREUSED - Where-Used GM Assignments


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RFGMWHEREUSED. "Basic submit
SUBMIT RFGMWHEREUSED AND RETURN. "Return to original report after report execution complete
SUBMIT RFGMWHEREUSED VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_FNAM4 = D Field Name
Selection Text: P_GEBE = Where-Used Fund
Selection Text: P_GRAN = Where-Used Grant
Selection Text: P_KOKR = D Controlling Area
Selection Text: P_KOST = Where-Used Cost Center
Selection Text: P_KSTA = Where-Used Cost Element
Selection Text: P_MEAS = Where-Used Funded Program
Selection Text: P_PFCT = Where-Used Profit Center
Selection Text: P_POSI = Where-Used WBS Element
Selection Text: P_PROG = Where-Used Sponsored Program
Selection Text: P_SAKN = Where-Used G/L Account
Selection Text: P_VALF1 = Field Value from
Selection Text: P_VALF2 = Field Value from
Selection Text: P_VALF3 = Field Value from
Selection Text: P_VALF4 = Field Value from
Selection Text: P_VALT1 = Field Value to
Selection Text: P_VALT2 = Field Value to
Selection Text: P_VALT3 = Field Value to
Selection Text: P_VALT4 = Field Value to
Selection Text: SO_ANL1 = D Asset
Selection Text: SO_ANL2 = D Sub-number
Selection Text: SO_AUFN = D Order
Selection Text: SO_CLAS = D Sponsored Class
Selection Text: SO_FIPE = D Commitment item
Selection Text: SO_FIST = D Funds Center
Selection Text: SO_FKBE = D Functional Area
Selection Text: SO_GEBE = D Fund
Selection Text: SO_GRAN = D Grant
Selection Text: SO_KOST = D Cost Center
Selection Text: SO_KSTA = D Cost Element
Selection Text: SO_MEAS = D Funded Program
Selection Text: SO_PFCT = D Profit Center
Selection Text: SO_POSI = D WBS element
Selection Text: SO_PROG = D Sponsored Program
Selection Text: SO_SAKN = D G/L account no.
Selection Text: P_FNAM3 = D Field Name
Selection Text: P_ANL1 = Where-Used Asset
Selection Text: P_ANL2 = Where-Used Sub-Asset





Selection Text: P_AUFN = Where-Used Order
Selection Text: P_BUKR = D Company Code
Selection Text: P_CLAS = Where-Used Sponsored Class
Selection Text: P_ENV = D Environment strat.
Selection Text: P_FIKR = D FM Area
Selection Text: P_FIPE = Where-Used Commitment Item
Selection Text: P_FIST = Where-Used Funds Center
Selection Text: P_FKBE = Where-Used Functional Area
Selection Text: P_FNAM1 = D Field Name
Selection Text: P_FNAM2 = D Field Name
Title: Where-Used Lists: Object Assignment to GM Derivation Tool
Text Symbol: AN1 = Asset Selection Option
Text Symbol: AN2 = Sub-Asset Selection Option
Text Symbol: AUF = Order Selection Options
Text Symbol: EXT = User-Defined Field
Text Symbol: FIP = Commitment Item Selection Option
Text Symbol: FIS = Funds Center Selection Option
Text Symbol: FKB = Functional Area Selection Option
Text Symbol: GEB = Fund Selection Option
Text Symbol: GRA = Grant Selection Option
Text Symbol: KOS = Cost Center Selection Option
Text Symbol: KST = Cost Element Selection Option
Text Symbol: MEA = Funded Progam Selection Option
Text Symbol: PFT = Profit Center Selection Option
Text Symbol: SAK = G/L Account Selection Option
Text Symbol: SPC = Sponsored Class Selection Option
Text Symbol: SPR = Sponsored Program Selection Option
Text Symbol: TB1 = Company Code Objects
Text Symbol: TB2 = Controlling Area Objects
Text Symbol: TB3 = FM Area Objects
Text Symbol: TB4 = GM Objects
Text Symbol: TB5 = User-Defined Object
Text Symbol: WBS = WBS Element Selection Options


INCLUDES used within this REPORT RFGMWHEREUSED

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = l_dynpfields.

TRINT_TRANSLATE_TO_UPPER





CALL FUNCTION 'TRINT_TRANSLATE_TO_UPPER' CHANGING cv_string = l_fieldname.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = l_tabname fieldname = l_fieldname TABLES return_tab = l_t_values_tab.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = l_dynpfields.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' "#EC * EXPORTING selectfield = 'FIELDNAME' display = ' ' no_pers_help_select = 'X' no_display_of_pers_values = 'X' IMPORTING ind = index TABLES fields = tab_help_fields full_table = tab_help_values EXCEPTIONS FULL_TABLE_EMPTY = 1 NO_TABLESTRUCTURE_GIVEN = 2 NO_TABLEFIELDS_IN_DICTIONARY = 3 MORE_THEN_ONE_SELECTFIELD = 4 NO_SELECTFIELD = 5.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = l_dynpfields.

ABADR_STRATEGY_SOURCES_GET CALL FUNCTION 'ABADR_STRATEGY_SOURCES_GET' EXPORTING i_appl = con_strat_appl i_subclass = con_strat_subclass i_strategy_id = con_strategy_id i_env = p_env I_EXCLUDE_EXITS = space IMPORTING E_TAB_NAMES = c_TAB_names.

ABADR_STRATEGY_TARGETS_GET CALL FUNCTION 'ABADR_STRATEGY_TARGETS_GET' EXPORTING i_appl = con_strat_appl i_subclass = con_strat_subclass i_strategy_id = con_strategy_id i_env = p_env I_EXCLUDE_EXITS = space IMPORTING E_TAB_NAMES = c_Tab_names.

GM_AUTH_CHECK_DERIVE_ENTRIES CALL FUNCTION 'GM_AUTH_CHECK_DERIVE_ENTRIES' EXPORTING i_activity = l_actvt i_environment = p_env.

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING I_BUKRS = p_bukr IMPORTING E_t001 = g_t001.

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING kokrs = p_kokr IMPORTING E_tka00 = g_tka00.

FM_FIKRS_READ CALL FUNCTION 'FM_FIKRS_READ' EXPORTING I_FIKRS = p_fikr IMPORTING E_F_FM01 = g_fm01.

FM_SHOW_WHERE_USED_DERIVATIONS CALL FUNCTION 'FM_SHOW_WHERE_USED_DERIVATIONS' EXPORTING i_appl = con_strat_appl i_subclass = con_strat_subclass i_strategy_id = con_strategy_id i_env = p_env TABLES t_fmwhereusedfields = g_t_fmwhereusedfields.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFGMWHEREUSED or its description.