SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Information System(FI-GL-IS) SAP FI

RFFRMOD1 SAP ABAP Report - Document Changes for Reporting to the BDF







RFFRMOD1 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 RFFRMOD1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FBF6 - Document Changes


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 RFFRMOD1. "Basic submit
SUBMIT RFFRMOD1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFRMOD1 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: UNIX_N = UNIX file
Selection Text: GLOBAL = Global directory
Selection Text: CONFIRME = With confirmation?
Title: Document Changes for Reporting to the BDF
Text Symbol: DT1 = Change file
Text Symbol: ET1 = Change not permitted
Text Symbol: EX1 = TYPDO
Text Symbol: EX2 = MTARR
Text Symbol: EX3 = Non-mod. area 3
Text Symbol: DO2 = No
Text Symbol: CL1 = and....
Text Symbol: CT1 = Change value
Text Symbol: DL1 = Caution:
Text Symbol: DL2 = les données vont etre remplacées.
Text Symbol: DO1 = Yes
Text Symbol: RT1 = Confirmation
Text Symbol: RL1 = Confirm replacement
Text Symbol: EX4 = Non-mod. area 4
Text Symbol: EX5 = Non-mod. area 5
Text Symbol: FL1 = Enter the name of the new file
Text Symbol: FT1 = Creation of new file
Text Symbol: GT1 = Change:


INCLUDES used within this REPORT RFFRMOD1

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:

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-repid CHANGING physical_filename = hfilename EXCEPTIONS OTHERS = 1.

POPUP_TO_GET_VALUE CALL FUNCTION 'POPUP_TO_GET_VALUE' EXPORTING FIELDNAME = NOM_ZONE TABNAME = NOM_TABLE TITEL = TEXT-ET1 VALUEIN = '#####################' IMPORTING ANSWER = RC VALUEOUT = WORK EXCEPTIONS FIELDNAME_NOT_FOUND = 01.

POPUP_TO_GET_VALUE CALL FUNCTION 'POPUP_TO_GET_VALUE' EXPORTING FIELDNAME = NOM_ZONE TABNAME = NOM_TABLE TITEL = TEXT-GT1 VALUEIN = VALEUR_MODIF IMPORTING ANSWER = RC VALUEOUT = EXCEPTIONS FIELDNAME_NOT_FOUND = 01.

CONVERT_DATE_INPUT CALL FUNCTION 'CONVERT_DATE_INPUT' EXPORTING INPUT = W_DATE PLAUSIBILITY_CHECK = 'x' IMPORTING OUTPUT = EXCEPTIONS PLAUSIBILITY_CHECK_FAILED = 01 WRONG_FORMAT_IN_INPUT = 02.

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING DEFAULTOPTION = 'Y' OBJECTVALUE = TEXT-CL1 TEXT_AFTER = TEXT_BEFORE = VALEUR_MODIF TITEL = TEXT-CT1 IMPORTING ANSWER = RC EXCEPTIONS TEXT_TOO_LONG = 01.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING DEFAULTOPTION = '1' TEXTLINE1 = TEXT-DL1 TEXTLINE2 = TEXT-DL2 TEXTLINE3 = TEXT-DL3 TEXT_OPTION1 = TEXT-DO1 TEXT_OPTION2 = TEXT-DO2 TITEL = TEXT-DT1 IMPORTING ANSWER = RC .

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT-RL1 TEXTLINE2 = ' ' TITEL = TEXT-RT1 IMPORTING ANSWER = RC.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-repid CHANGING physical_filename = hfilename EXCEPTIONS OTHERS = 1.

POPUP_TO_GET_ONE_VALUE CALL FUNCTION 'POPUP_TO_GET_ONE_VALUE' EXPORTING TEXTLINE1 = TEXT-FL1 TEXTLINE2 = ' ' TEXTLINE3 = TEXT-FL3 TITEL = TEXT-FT1 VALUELENGTH = LONGUEUR_PARAM IMPORTING ANSWER = RC VALUE1 = NEW_FILE EXCEPTIONS TITEL_TOO_LONG = 01.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-repid CHANGING physical_filename = hfilename EXCEPTIONS OTHERS = 1.



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