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

FMFGRCN_DEF_RULE_FORMS SAP ABAP INCLUDE - Include for Recon Rule maint: business logic







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


Text pool values


Title: Include for Recon Rule maint: business logic


INCLUDES used within this REPORT FMFGRCN_DEF_RULE_FORMS

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:

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = fmfgr_con_rule_textid language = sy-langu name = l_text_name object = fmfgr_con_text_object TABLES lines = lt_itftext EXCEPTIONS OTHERS = 1.

CONVERT_ITF_TO_STREAM_TEXT CALL FUNCTION 'CONVERT_ITF_TO_STREAM_TEXT' TABLES itf_text = lt_itftext text_stream = gt_rule_text.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = l_title text_question = 'Data has been changed. Save data first?'(101)

CONVERT_STREAM_TO_ITF_TEXT CALL FUNCTION 'CONVERT_STREAM_TO_ITF_TEXT' TABLES text_stream = gt_rule_text itf_text = lt_itftext.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING client = sy-mandt header = l_header TABLES lines = lt_itftext EXCEPTIONS id = 1 language = 2 name = 3 object = 4 OTHERS = 5.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = l_title text_question = 'Rule will be permanently deleted. Confirm deletion?'(103)

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING id = fmfgr_con_rule_textid language = con_asterisk name = l_tdname object = fmfgr_con_text_object * SAVEMODE_DIRECT = ' ' * TEXTMEMORY_ONLY = ' ' * LOCAL_CAT = ' ' EXCEPTIONS not_found = 1 OTHERS = 2.

TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING * IV_SUPPRESS_DIALOG = ' ' iv_request_types = 'K' iv_cli_dep = 'X' * IV_REQUEST = ' ' it_e071 = lt_e071 it_e071k = lt_e071k * IV_LOCK_OBJECTS = ' ' iv_title = 'Transport Reconciliation Rule'(105) * IV_START_COLUMN = 3 * IV_START_ROW = 7 * IV_WITH_ERROR_LOG = 'X' * IV_NO_OWNER_CHECK = ' ' * IMPORTING * ES_REQUEST = EXCEPTIONS invalid_request = 1 invalid_request_type = 2 user_not_owner = 3 no_objects_appended = 4 enqueue_error = 5 cancelled_by_user = 6 recursive_call = 7 OTHERS = 8 .

TR_OBJECTS_CHECK * CALL FUNCTION 'TR_OBJECTS_CHECK' * IMPORTING * we_objects_appendable = l_flg_objects_appendable * TABLES * wt_ko200 = lt_ko200 * wt_e071k = lt_e071k * EXCEPTIONS * cancel_edit_other_error = 1 * show_only_other_error = 2 * OTHERS = 3.

TR_OBJECTS_INSERT * CALL FUNCTION 'TR_OBJECTS_INSERT' * EXPORTING * wi_order = ls_request * IMPORTING * we_order = ls_request * we_task = ls__task * TABLES * wt_ko200 = lt_ko200 * wt_e071k = lt_e071k * EXCEPTIONS * cancel_edit_other_error = 1 * show_only_other_error = 2 * OTHERS = 3.

DEQUEUE_EFMFGRCNRULE CALL FUNCTION 'DEQUEUE_EFMFGRCNRULE' EXPORTING mode_fmfgrcnrule = 'E' mode_fmfgrcnrulet = 'E' ruleid = l_last_ruleid.

ENQUEUE_EFMFGRCNRULE CALL FUNCTION 'ENQUEUE_EFMFGRCNRULE' EXPORTING mode_fmfgrcnrule = 'E' mode_fmfgrcnrulet = 'E' ruleid = im_ruleid * X_RULEID = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.



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