SAP Reports / Programs

RFFMCJFI SAP ABAP Report - Offline Transfer of Data in Cash Desk Subsid. Ledger into Accounting







RFFMCJFI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Transferring cash desk documents to Accounting The Program transfers the cash desk documents entered in the cash desk subsidiary ledger to Accounting...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFFMCJFI 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

FMFI - Execute program RFFMCJFI


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 RFFMCJFI. "Basic submit
SUBMIT RFFMCJFI AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCJFI 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: USER = User
Selection Text: SO_GJAHR = Fiscal year
Selection Text: SO_ERNAM = Created by
Selection Text: SO_BUKRS = Company code
Selection Text: SO_BELNR = Document number
Selection Text: P_CHECK = Only incorrect documents
Selection Text: KEEP = Run session
Selection Text: HOLDDATE = Block date
Selection Text: GROUP = Folder Name
Title: Offline Transfer of Data in Cash Desk Subsid. Ledger into Accounting
Text Symbol: 028 = Transfer to Accounting
Text Symbol: 027 = Transfer doc(s)?
Text Symbol: 011 = Batch Input Processing
Text Symbol: 010 = Gen. data selection
Text Symbol: 004 = Run session
Text Symbol: 003 = Subsequently post incorrect docs
Text Symbol: 001 = of


INCLUDES used within this REPORT RFFMCJFI

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:

ENQUEUE_EFMCJ call function 'ENQUEUE_EFMCJ' exporting bukrs = l_t_bukrs-bukrs belnr = '0000000000' gjahr = l_gjahr exceptions foreign_lock = 1.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = space textline2 = l_text titel = text-028 start_column = 25 start_row = 6 cancel_display = space importing answer = l_answer exceptions others = 1.

MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exporting collect_and_send = ' ' reset = 'X' line_from = ' ' line_to = ' ' check_on_commit = 'X' exceptions others = 1.

FM_MESSAGE_LINE_INIT call function 'FM_MESSAGE_LINE_INIT' exceptions others = 1.

FM_READ_FMPY call function 'FM_READ_FMPY' exporting i_buvrg = l_f_fmcj-buvrg importing f_fmpy = l_f_fmpy tables t_fmpy = l_t_fmpy.

OUTBOUND_CALL_00102010_P call function 'OUTBOUND_CALL_00102010_P' exporting i_f_fmcj = l_f_fmcj i_f_fmpy = l_f_fmpy tables t_ftclear = l_t_ftclear.

FM_FMCJ_DOC_CLEARING call function 'FM_FMCJ_DOC_CLEARING' exporting i_f_fmcj = l_f_fmcj i_f_fmpy = l_f_fmpy importing e_subrc = l_subrc e_msgid = l_msgid e_msgno = l_msgno e_msgty = l_msgty e_msgv1 = l_msgv1 e_msgv2 = l_msgv2 e_msgv3 = l_msgv3 e_msgv4 = l_msgv4 e_status = l_status tables t_ftclear = l_t_ftclear exceptions error_message = 9.

MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE'.

MESSAGE_EXPORT_IMPORT call function 'MESSAGE_EXPORT_IMPORT' exporting ex_or_if = 'IF' exceptions empty = 1.

FM_MIGRATE_FMCJ_TO_ACC call function 'FM_MIGRATE_FMCJ_TO_ACC' exporting f_fmcj = l_f_fmcj f_fmpy = l_f_fmpy exceptions error_message = 9 no_document_posted = 1.

MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE'.

MESSAGE_EXPORT_IMPORT call function 'MESSAGE_EXPORT_IMPORT' exporting ex_or_if = 'IF' exceptions empty = 1.

FM_FMCJ_DOC_POSTING call function 'FM_FMCJ_DOC_POSTING' exporting i_f_fmcj = l_f_fmcj i_f_fmpy = l_f_fmpy importing e_subrc = l_subrc e_msgid = l_msgid e_msgno = l_msgno e_msgty = l_msgty e_msgv1 = l_msgv1 e_msgv2 = l_msgv2 e_msgv3 = l_msgv3 e_msgv4 = l_msgv4 e_status = l_status exceptions error_message = 9.

MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE'.

MESSAGE_EXPORT_IMPORT call function 'MESSAGE_EXPORT_IMPORT' exporting ex_or_if = 'IF' exceptions empty = 1.

MESSAGE_EXPORT_IMPORT call function 'MESSAGE_EXPORT_IMPORT' exporting ex_or_if = 'EX' exceptions empty = 1.

MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE'.

FM_MESSAGE_LINE_INIT call function 'FM_MESSAGE_LINE_INIT'.

POSTING_INTERFACE_END





call function 'POSTING_INTERFACE_END'.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

POSTING_INTERFACE_START call function 'POSTING_INTERFACE_START' exporting i_function = 'C' "call TA using...

MESSAGE_LINE_SET call function 'MESSAGE_LINE_SET' exporting zeile = u_tabix exceptions not_active = 1 others = 2.

MESSAGE_SET_DEFAULTLINE call function 'MESSAGE_SET_DEFAULTLINE' exporting arbgb = 'FMCJ' msgty = 'S' msgv1 = u_f_fmcj-bukrs msgv2 = u_f_fmcj-gjahr msgv3 = u_f_fmcj-belnr msgv4 = space txtnr = '105' zeile = u_tabix exceptions not_active = 1 others = 2.

MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = u_msgid msgty = u_msgty msgv1 = u_msgv1 msgv2 = u_msgv2 msgv3 = u_msgv3 msgv4 = u_msgv4 txtnr = u_msgno.

MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = u_msgid msgty = u_msgty msgv1 = u_msgv1 msgv2 = u_msgv2 msgv3 = u_msgv3 msgv4 = u_msgv4 txtnr = u_msgno.

MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = sy-msgid msgty = 'E' msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 txtnr = sy-msgno.

MESSAGE_EXPORT_IMPORT call function 'MESSAGE_EXPORT_IMPORT' exporting ex_or_if = 'IF' exceptions empty = 1.

MESSAGE_LINE_SET call function 'MESSAGE_LINE_SET' exporting zeile = l_tabix.

MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = 'FMCJ' msgty = 'S' msgv1 = u_cntup msgv2 = u_number_docs msgv3 = u_cntbi txtnr = '057'.

MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting corrections_option = ' ' corrections_func_text = ' ' line_from = ' ' line_to = ' ' object = ' ' send_if_one = ' ' batch_list_type = 'J' show_linno = ' ' show_linno_text = ' ' show_linno_text_len = '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 RFFMCJFI or its description.