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

RFFMKJR1_EXT SAP ABAP Report - RFFMKJR1EXT







RFFMKJR1_EXT 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 RFFMKJR1_EXT 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 RFFMKJR1_EXT. "Basic submit
SUBMIT RFFMKJR1_EXT AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKJR1_EXT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFFMKJR1_EXT

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:

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = text-001 textline2 = u_variant titel = text-002 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' importing answer = l_answer.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting * DEFAULTOPTION = 'Y' textline1 = text-004 textline2 = u_variant titel = text-002 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' importing answer = l_answer.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = text-003 textline2 = u_variant titel = text-002 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' importing answer = l_answer.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = text-008 textline2 = u_variant titel = text-002 importing answer = l_answer.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = text-007 textline2 = u_variant titel = text-002 importing answer = l_answer.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = text-006 textline2 = u_variant titel = text-002 importing answer = l_answer.

RS_VARIANT_EXISTS call function 'RS_VARIANT_EXISTS' exporting report = u_repid variant = u_variant importing r_c = l_rc exceptions not_authorized = 1 no_report = 2 report_not_existent = 3 report_not_supplied = 4 others = 5.

RS_VARIANT_INFO call function 'RS_VARIANT_INFO' tables prog_range = l_t_prog_range var_range = l_t_var_range text_range = l_t_text_range created_by = l_t_created_by changed_by = l_t_changed_by creadate = l_t_creadate changedate = l_t_changedate variant_info = l_t_variant_info.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = text-005 textline2 = u_variant titel = text-002 importing answer = l_answer.

FMKBO_GET_REF_STRUCT call function 'FMKBO_GET_REF_STRUCT' exporting repid = sy-cprog importing ref_struct = l_tabname exceptions not_found = 1 others = 2.

DDIC_DATA_DESCRIPTION_SCAN call function 'DDIC_DATA_DESCRIPTION_SCAN' exporting i_structure = l_tabname tables t_fieldinfo = l_t_fieldinfo exceptions table_not_exists = 1 others = 2.



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