SAP Reports / Programs

RFFMCANCELED_FUND_AP_MM SAP ABAP Report - Transfer Balance from Canceled Fund: MM Accounts Payable







RFFMCANCELED_FUND_AP_MM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is part of the preclosing activities necessary when a fund is canceled...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 RFFMCANCELED_FUND_AP_MM 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

FMFG_CANCELED_AP_MM - Canceled Fund for Account Payable-MM


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 RFFMCANCELED_FUND_AP_MM. "Basic submit
SUBMIT RFFMCANCELED_FUND_AP_MM AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCANCELED_FUND_AP_MM 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: S_YEAR = D .
Selection Text: S_REF = D .
Selection Text: S_POSTDT = D .
Selection Text: S_LPN = Smart Number
Selection Text: S_LIFNR = D .
Selection Text: S_FOND = D .
Selection Text: S_EBELP = D .
Selection Text: S_EBELN = Purchase Order
Selection Text: S_DOCDT = D .
Selection Text: S_BP = D .
Selection Text: S_BLART = D .
Selection Text: P_PERIO = Posting period
Selection Text: P_FMDATE = D .
Selection Text: P_BUKRS = D .
Selection Text: P_BLDAFM = D .
Selection Text: P_BLALIV = LIV Document type
Selection Text: PA_VARI = D .
Selection Text: PA_AUTO = D .
Title: Transfer Balance from Canceled Fund: MM Accounts Payable
Text Symbol: T02 = Transfer Balance from Canceled Fund: MM Accounts Payable
Text Symbol: I05 = Log
Text Symbol: I04 = Application Log
Text Symbol: I03 = ERRO
Text Symbol: E07 = before to run this transaction
Text Symbol: E06 = Please select a record
Text Symbol: E02 = See application log.
Text Symbol: E01 = No entries to be processed. See application log.
Text Symbol: 334 = Transfering Balances
Text Symbol: 032 = Additional Posting
Text Symbol: 031 = Clearing Document
Text Symbol: 030 = The derivation strategy has not been maintained.
Text Symbol: 021 = Future Fund Expense was already created:
Text Symbol: 020 = Ourchase Order:
Text Symbol: 019 = Layout
Text Symbol: 012 = Processing
Text Symbol: 011 = Do you really want to continue?
Text Symbol: 010 = You are going to run the automatic clearance.
Text Symbol: 009 = Account Payables. Canceled Fund





Text Symbol: 004 = MM Data
Text Symbol: 002 = Selection Criteria
Text Symbol: 001 = Update Dates Recorded in Funds Management


INCLUDES used within this REPORT RFFMCANCELED_FUND_AP_MM

INCLUDE: RFFMCANCEL_FUND_TOP_MM.
INCLUDE: IBUKUCON,
SBAL_CONSTANTS,
INCLUDE: RFFMCANCEL_FUND_SCHED.


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:

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = p_bukrs.

FMFK_GET_FIKRS_FROM_BUKRS CALL FUNCTION 'FMFK_GET_FIKRS_FROM_BUKRS' EXPORTING i_bukrs = p_bukrs IMPORTING e_fikrs = g_fm_area.

FI_DOCUMENT_TYPE_CHECK CALL FUNCTION 'FI_DOCUMENT_TYPE_CHECK' EXPORTING i_blart = t003-blart i_koart = 'K'.

DOCHEADER_PERIOD_FIND_CHECK CALL FUNCTION 'DOCHEADER_PERIOD_FIND_CHECK' EXPORTING i_bukrs = p_bukrs i_bldat = p_bldafm i_budat = p_fmdate CHANGING c_monat = f_perio.

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = p_fmdate i_bukrs = p_bukrs IMPORTING e_gjahr = f_gjahr e_monat = f_monat e_poper = f_poper.

FI_PERIOD_CHECK CALL FUNCTION 'FI_PERIOD_CHECK' EXPORTING i_bukrs = p_bukrs i_gjahr = f_gjahr i_koart = '+' i_konto = '+' i_monat = f_poper EXCEPTIONS error_period = 1 error_period_acc = 2.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = c_save_variant CHANGING cs_variant = xs_variant EXCEPTIONS not_found = 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 RFFMCANCELED_FUND_AP_MM or its description.