SAP Reports / Programs | Financials | Financial Supply Chain Management | Basic Functions(FIN-FSCM-CLM-CM-CM) SAP FIN

RFFDEA01 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RFFDEA01

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:

CASH_FORECAST_DET_REL_ASSIGNM call function 'CASH_FORECAST_DET_REL_ASSIGNM' exporting ifi_bukrs = c_t_fdsb2-bukrs importing ifes_t034 = gs_t034.

CASH_FORECAST_DET_REL_ASSIGNM call function 'CASH_FORECAST_DET_REL_ASSIGNM' exporting ifi_bukrs = c_t_fdsr2-bukrs importing ifes_t034 = gs_t034.

CASH_FORECAST_DET_REL_CURRENCY call function 'CASH_FORECAST_DET_REL_CURRENCY' exporting i_xposting = con_x "da in BSEG i_koart = c_t_bseg-koart * nicht bseg-pswsl nehmen, siehe Doku in RFFDKU00 i_document_waers = bkpf-waers i_paym_waers = c_t_bseg-pycur i_document_xopvw = c_t_bseg-xopvw "hier immer 'X' i_hkont = c_t_bseg-hkont i_bukrs = c_t_bseg-bukrs importing e_fdwaers = c_t_bseg-waers.

CASH_FORECAST_DET_REL_CURRENCY call function 'CASH_FORECAST_DET_REL_CURRENCY' exporting i_xposting = space i_koart = c_t_vbsegs-koart "immer 'S' * nicht c_t_vbsegs-swaer nehmen, da dort die Sachkonto- * währung drinsteht i_document_waers = vbkpf-waers * i_paym_waers = "nicht relevant da Sachkontozeile * i_document_xopvw = "kann hier X oder Space sein,ist aber * "egal da keine Buchung in BSEG i_hkont = c_t_vbsegs-saknr i_hkont_waers = c_t_vbsegs-swaer "Sachkontowährung i_bukrs = c_t_vbsegs-bukrs importing e_fdwaers = c_t_vbsegs-waers.

CASH_FORECAST_DET_REL_CURRENCY call function 'CASH_FORECAST_DET_REL_CURRENCY' exporting i_xposting = space i_koart = 'D' i_document_waers = vbkpf-waers i_paym_waers = c_t_vbsegd-pycur i_document_xopvw = con_x i_bukrs = c_t_vbsegd-bukrs importing e_fdwaers = c_t_vbsegd-waers.

CASH_FORECAST_DET_REL_CURRENCY call function 'CASH_FORECAST_DET_REL_CURRENCY' exporting i_xposting = space i_koart = 'K' i_document_waers = vbkpf-waers i_paym_waers = c_t_vbsegk-pycur i_document_xopvw = con_x i_bukrs = c_t_vbsegk-bukrs importing e_fdwaers = c_t_vbsegk-waers.

GET_CURRENT_YEAR call function 'GET_CURRENT_YEAR' exporting bukrs = u_bukrs date = sy-datum importing curry = l_gjahr.

CASH_FORECAST_REFX_ACTIVE call function 'CASH_FORECAST_REFX_ACTIVE' importing ife_refx_active = c_flg_refx_active.

CASH_FORECAST_DET_REL_ASSIGNM call function 'CASH_FORECAST_DET_REL_ASSIGNM' exporting ifi_bukrs = u_bukrs importing ifes_t034 = gs_t034.

CASH_FORECAST_DET_REL_ASSIGNM call function 'CASH_FORECAST_DET_REL_ASSIGNM' exporting ifi_bukrs = u_s_bsegkey-bukrs importing ifes_t034 = gs_t034.

CASH_FORECAST_DET_REL_ASSIGNM call function 'CASH_FORECAST_DET_REL_ASSIGNM' exporting ifi_bukrs = u_s_sakvk-bukrs importing ifes_t034 = gs_t034.

CASH_FORECAST_DET_REL_ASSIGNM call function 'CASH_FORECAST_DET_REL_ASSIGNM' exporting ifi_bukrs = u_bukrs importing ifes_t034 = gs_t034.



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