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

RFFMKBO_CHECK_REFSTRUCT SAP ABAP Report -







RFFMKBO_CHECK_REFSTRUCT 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 RFFMKBO_CHECK_REFSTRUCT 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 RFFMKBO_CHECK_REFSTRUCT. "Basic submit
SUBMIT RFFMKBO_CHECK_REFSTRUCT AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKBO_CHECK_REFSTRUCT 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_CHECK =
Selection Text: P_POOL =
Selection Text: P_REPID = Main Program
Selection Text: S_VARI =
Title:
Text Symbol: 010 =
Text Symbol: 011 = Analysis
Text Symbol: 020 =
Text Symbol: 021 =
Text Symbol: 022 = Addl field
Text Symbol: 025 =


INCLUDES used within this REPORT RFFMKBO_CHECK_REFSTRUCT

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:

CHECK_FORMULA call function 'CHECK_FORMULA' exporting formula = l_calc_line program = 'RFFMKBO_CHECK_REFSTRUCT' routine = 'CHECK_FIELDS' exceptions error_in_formula = 1 others = 2.

FMKBO_GET_REF_STRUCT call function 'FMKBO_GET_REF_STRUCT' exporting repid = l_repid importing ref_struct = l_tabname.

FMKBO_CHECK_FIELDS call function 'FMKBO_CHECK_FIELDS' exporting fieldname = u_field tabname = l_tabname exceptions field_not_existent = 1 invalid_dtype = 2 others = 3.

FMKBO_GET_REF_STRUCT call function 'FMKBO_GET_REF_STRUCT' exporting repid = p_repid importing ref_struct = l_tabname.

FMKBO_GET_REF_STRUCT call function 'FMKBO_GET_REF_STRUCT' exporting repid = p_repid pool_ref_struct = 'X' importing ref_struct = l_pool_tabname.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = l_pool_tabname langu = sy-langu * IMPORTING * X030L_WA = L_DD03L tables dfies_tab = l_pool_dfies exceptions not_found = 1 internal_error = 2 others = 3.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = l_tabname langu = sy-langu * IMPORTING * X030L_WA = L_DD03L tables dfies_tab = l_dfies exceptions not_found = 1 internal_error = 2 others = 3.

FMKBO_ALV_LIST call function 'FMKBO_ALV_LIST' exporting repid = l_repid ref_struct = con_struct variant = space * background_id = g_background_id t_events = g_t_events checkbox = 'X' grid = 'X' tables t_data = g_t_fields.

FMRP_UT_GET_SELECTIONS call function 'FMRP_UT_GET_SELECTIONS' exporting i_report_name = p_repid i_dialog = 'X'.

FMRP_UT_GET_SELLINE call function 'FMRP_UT_GET_SELLINE' exporting i_report_name = sy-repid tables sel_field = l_t_sel_field e_t_listheader = l_t_list_top_of_page.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting i_logo = l_logo it_list_commentary = l_t_list_top_of_page.



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