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

RFFMKTSB SAP ABAP Report -







RFFMKTSB 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 RFFMKTSB 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 RFFMKTSB. "Basic submit
SUBMIT RFFMKTSB AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKTSB 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: S_BEZIRK =
Selection Text: S_BSAMT =
Selection Text: S_FIKRS =
Selection Text: S_FIPEX =
Selection Text: S_HSART =
Selection Text: S_POTYP =
Selection Text: S_WR_FI = Value Type
Title:
Text Symbol: 010 =
Text Symbol: 011 =
Text Symbol: 015 =
Text Symbol: 016 =
Text Symbol: 020 =


INCLUDES used within this REPORT RFFMKTSB

INCLUDE RFFMKTSBTOP.
INCLUDE LKBPPEQU.
INCLUDE IFIFMEQU.


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:

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid i_callback_user_command = 'USER_COMMAND' i_structure_name = 'G_T_BEL_SB' is_layout = g_f_layout it_fieldcat = g_t_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_default = 'X' i_save = 'A' is_variant = g_variant it_events = g_t_events * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = g_t_bel_sb exceptions program_error = 1 others = 2.

FM_TEXT_GET_FROM_WRTTP call function 'FM_TEXT_GET_FROM_WRTTP' exporting i_wrttp = c_t_bel_sb-wrttp importing e_text = c_t_bel_sb-wtext.

FM_COM_ITEM_READ_SINGLE_DATA call function 'FM_COM_ITEM_READ_SINGLE_DATA' exporting i_fikrs = c_t_bel_sb-fikrs i_gjahr = c_t_bel_sb-gjahr i_fipex = c_t_bel_sb-fipex i_flg_text = 'X' importing e_f_fmcit = l_f_fmcit exceptions master_data_not_found = 1 hierarchy_data_not_found = 2 input_error = 3 others = 4.

FM_AUTH_CHECK_FM_AREA call function 'FM_AUTH_CHECK_FM_AREA' exporting i_fikrs = s_fikrs-low i_actvt = con_auth_show i_msgty = 'E'.

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 = c_t_bel_sb-fikrs i_gjahr = c_t_bel_sb-gjahr importing e_fmauth_konto = l_t_e_fmauth_konto.



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