SAP Reports / Programs | Financial Accounting | Accounts Payable | Payment Transactions(FI-AP-AP-PT) SAP FI

RFFORIJ0 SAP ABAP INCLUDE - Japanese Payment Medium Include: Bank Charges Handling







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


Text pool values


Title: Japanese Payment Medium Include: Bank Charges Handling


INCLUDES used within this REPORT RFFORIJ0

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:

POSTING_INTERFACE_START CALL FUNCTION 'POSTING_INTERFACE_START' EXPORTING I_CLIENT = SY-MANDT I_FUNCTION = 'C' "Call transaction I_MODE = PAR_MODE I_UPDATE = 'S' "Synchronous update EXCEPTIONS OTHERS = 8.

POSTING_INTERFACE_CLEARING CALL FUNCTION 'POSTING_INTERFACE_CLEARING' EXPORTING I_AUGLV = 'UMBUCHNG' I_TCODE = 'FB05' IMPORTING E_MSGID = DTA_MSGID E_MSGNO = DTA_MSGNO E_MSGTY = DTA_MSGTY E_MSGV1 = DTA_MSGV1 E_MSGV2 = DTA_MSGV2 E_MSGV3 = DTA_MSGV3 E_MSGV4 = DTA_MSGV4 E_SUBRC = DTA_SUBRC TABLES T_BLNTAB = BLNTAB T_FTCLEAR = FTCLEAR T_FTPOST = FTPOST T_FTTAX = FTTAX EXCEPTIONS OTHERS = 8.

POSTING_INTERFACE_END CALL FUNCTION 'POSTING_INTERFACE_END'.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_s_log IMPORTING e_log_handle = l_log_handle EXCEPTIONS others = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg i_log_handle = l_log_handle EXCEPTIONS log_not_found = 0 others = 1.

BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS others = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = Text-003 TEXT_QUESTION = Text-004 TEXT_BUTTON_1 = Text-001 TEXT_BUTTON_2 = Text-002 DEFAULT_BUTTON = '2' IMPORTING ANSWER = ANSWER EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

BP_FIND_JOBS_WITH_PROGRAM CALL FUNCTION 'BP_FIND_JOBS_WITH_PROGRAM' EXPORTING ABAP_PROGRAM_NAME = SY-REPID ABAP_VARIANT_NAME = ' ' EXTERNAL_PROGRAM_NAME = ' ' DIALOG = ' ' STATUS = 'R' TABLES JOBLIST = LT_JOBLIST EXCEPTIONS NO_JOBS_FOUND = 1 PROGRAM_SPECIFICATION_MISSING = 2 INVALID_DIALOG_TYPE = 3 JOB_FIND_CANCELED = 4 OTHERS = 5.



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