SAP Reports / Programs | Public Sector Management | Funds Management | Information system(PSM-FM-IS) SAP PSM

RFFMKSNR SAP ABAP Report -







RFFMKSNR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

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


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 RFFMKSNR. "Basic submit
SUBMIT RFFMKSNR AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKSNR 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_VERSN =
Selection Text: P_VARNT =
Selection Text: P_GJAHR = Fiscal Year
Selection Text: P_FIKRS =
Title:
Text Symbol: B11 =
Text Symbol: B12 =
Text Symbol: B20 = Company Code
Text Symbol: B21 =
Text Symbol: B22 =
Text Symbol: C10 =
Text Symbol: C11 =
Text Symbol: C12 =
Text Symbol: C20 =
Text Symbol: C21 =
Text Symbol: C22 =
Text Symbol: D10 =
Text Symbol: D11 =
Text Symbol: D12 =
Text Symbol: D20 = Company Code
Text Symbol: D21 =
Text Symbol: D22 =
Text Symbol: 020 =
Text Symbol: 050 =
Text Symbol: 051 =
Text Symbol: 052 = Original budg.
Text Symbol: 053 =
Text Symbol: 054 = Unknown
Text Symbol: 055 =
Text Symbol: 056 = -
Text Symbol: 057 =
Text Symbol: 060 =
Text Symbol: 061 =
Text Symbol: 062 =
Text Symbol: 065 = Cmmt
Text Symbol: 066 =
Text Symbol: 067 = Payments
Text Symbol: A10 =





Text Symbol: A11 =
Text Symbol: A12 =
Text Symbol: A20 =
Text Symbol: A21 = Root
Text Symbol: A22 =
Text Symbol: B10 =


INCLUDES used within this REPORT RFFMKSNR

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:

RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = g_t_nodetab exceptions id_not_found = 1 others = 2.

RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = g_t_nodetab exceptions id_not_found = 1 others = 2.

RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = g_t_nodetab exceptions id_not_found = 1 others = 2.

RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = g_t_nodetab exceptions id_not_found = 1 others = 2.

RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = g_t_nodetab exceptions id_not_found = 1 others = 2.

RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = g_t_nodetab exceptions id_not_found = 1 others = 2.

RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = g_t_nodetab exceptions id_not_found = 1 others = 2.

RS_TREE_ADD_NODE call function 'RS_TREE_ADD_NODE' exporting new_name = selected_nodes-newname insert_id = selected_nodes-id relationship = 'CHILD' * LINK = ' ' * NEW_TYPE = ' ' * DISPLAY_ATTRIBUTES = ' ' * IMPORTING * NEW_ID = * NODE_INFO = exceptions id_not_found = 1 others = 2.

FM_PPLAN_GET_FROM_FIKRS_GJAHR * call function 'FM_PPLAN_GET_FROM_FIKRS_GJAHR' * exporting * i_fikrs = u_fikrs * i_gjahr = u_gjahr * importing * e_pplan = l_pplan * exceptions * pplan_not_found = 1 * others = 2.

RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' * exporting * insert_id = '000000' * relationship = ' ' tables nodetab = g_t_nodetab exceptions tree_failure = 1 id_not_found = 2 wrong_relationship = 3 others = 4.

RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = 'RFFMKSNR' callback_user_command = 'HANDLE_USER_COMMAND' * callback_text_display = 'HANDLE_TEXT_DISPLAY' * CALLBACK_COLOR_DISPLAY = 'HANDLE_COLOR_DISPLAY' * CALLBACK_TOP_OF_PAGE = ' ' * STATUS = 'IMPLICIT' * CHECK_DUPLICATE_NAME = '1' * COLOR_OF_NODE = '4' * COLOR_OF_MARK = '3' * COLOR_OF_LINK = '1' * LOWER_CASE_SENSITIVE = ' ' * MODIFICATION_LOG = ' ' * NODE_LENGTH = 30 * TEXT_LENGTH = 75 * TEXT_LENGTH1 = 0 * TEXT_LENGTH2 = 0 * RETURN_MARKED_SUBTREE = ' ' * SCREEN_START_COLUMN = 0 * SCREEN_START_LINE = 0 * SCREEN_END_COLUMN = 0 * SCREEN_END_LINE = 0 * SUPPRESS_NODE_OUTPUT = ' ' importing f15 = f15 exceptions others = 1.

FM_PPLAN_GET_FROM_FIKRS_GJAHR * call function 'FM_PPLAN_GET_FROM_FIKRS_GJAHR' * exporting * i_fikrs = u_fikrs * i_gjahr = u_gjahr * importing * e_pplan = l_pplan * exceptions * pplan_not_found = 1 * others = 2.

COST_ALLOCATION_INFO_KAMERAL call function 'COST_ALLOCATION_INFO_KAMERAL' exporting ip_fikrs = u_fikrs ip_gjahr = u_gjahr ip_sortkrt = fmsn_con_sort_ua ip_top_fipex = l_t_top_fipex-fipex ip_varnt = u_varnt ip_versn = u_versn tables t_sn_information = l_t_sn_info_buf * R_VFIPEX = * R_VFICTR = exceptions others = 1.

FM_SET_GET_MEMORY call function 'FM_SET_GET_MEMORY' exporting i_value = u_value i_id = u_id exceptions others = 1.

FMRP_AUTHORITY_ROLE call function 'FMRP_AUTHORITY_ROLE' exporting i_usname = sy-uname i_selobject = l_sel_object importing e_old = l_auth_o e_auth_on = l_auth.






FMRP_AUTHORITY_CHECK call function 'FMRP_AUTHORITY_CHECK' exporting i_fmauth_konto = l_t_fmauth_konto i_fikrs = u_fikrs i_gjahr = u_gjahr importing e_fmauth_konto = l_t_e_fmauth_konto.

FM_AUTH_CHECK_FM_AREA call function 'FM_AUTH_CHECK_FM_AREA' exporting i_fikrs = p_fikrs i_actvt = con_auth_show i_msgty = 'E'.

FM_AUTH_CHECK_VERSION call function 'FM_AUTH_CHECK_VERSION' exporting i_fikrs = p_fikrs i_versn = p_versn i_actvt = con_auth_show i_msgty = 'E'.



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 RFFMKSNR or its description.