SAP Reports / Programs | Financials | Financial Supply Chain Management | Analyzer(FIN-FSCM-TRM-AN) SAP FIN

RAFWGO_FRPROC_INC07 SAP ABAP INCLUDE - Zentrale Auswertungsroutinen ("Scheduler")







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


Text pool values


Title: Zentrale Auswertungsroutinen ("Scheduler")


INCLUDES used within this REPORT RAFWGO_FRPROC_INC07

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:

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = g_rtcnt text = text-012.

RM_ZZ_PROGRESS_COUNT call function 'RM_ZZ_PROGRESS_COUNT' EXPORTING i_total = g_datecnt_tot i_actual = g_datecnt i_text = ' ' EXCEPTIONS others = 1.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = g_rtcnt text = text-012.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = g_rtcnt text = text-012.

SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting * percentage = 10 * text = text-011.

RDB_READ_REC_VALUES call function 'RDB_READ_REC_VALUES' exporting i_datastr = g_analysis_structure i_view = g_view i_keyfigure_t = lt_kf_gen i_keydate = i_keydate importing e_genvalues_t = lt_genvalues_kdat e_currvalues_t = lt_currvalues_kdat exceptions key_figure_error = 1 incompatible_categories = 2 internal_error = 3 others = 4.

RDB_RESULTS_WRITE call function 'RDB_RESULTS_WRITE' exporting i_sum_genvalues_t = lt_genvalues i_sum_currvalues_t = lt_currvalues i_keydate = i_keydate i_application = g_application i_evalproc_2 = p_evlpc2.

AFWGO_CALC_POSCC call function 'AFWGO_CALC_POSCC' exporting i_analysis_structure = g_analysis_structure i_view = g_view i_keydate = i_keydate i_evalproc2 = p_evlpc2 it_kfclass_excerpt_poscc = lt_kfclass_excerpt_cate i_flg_post = l_flg_post iref_msg_handler2 = gref_msg_handler2 * IMPORTING * et_sum_genvalues = lt_genvalues .

AFWGO_CALC_FLWCC call function 'AFWGO_CALC_FLWCC' exporting i_analysis_structure = g_analysis_structure i_view = g_view i_keydate = i_keydate i_evalproc2 = p_evlpc2 it_kfclass_excerpt_flwcc = lt_kfclass_excerpt_cate i_flg_post = l_flg_post iref_msg_handler2 = gref_msg_handler2 * IMPORTING * et_sum_genvalues = lt_genvalues .

AFWGO_CALC_AAPOSCC call function 'AFWGO_CALC_AAPOSCC' exporting i_analysis_structure = g_analysis_structure i_view = g_view i_keydate = i_keydate i_evalproc2 = p_evlpc2 it_kfclass_excerpt_AAPOSCC = lt_kfclass_excerpt_cate i_flg_post = l_flg_post iref_msg_handler2 = gref_msg_handler2 * IMPORTING * et_sum_genvalues = lt_genvalues .

AFWGO_CALC_AAGENPOSCC call function 'AFWGO_CALC_AAGENPOSCC' exporting i_analysis_structure = g_analysis_structure i_view = g_view i_keydate = i_keydate i_evalproc2 = p_evlpc2 it_kfclass_excerpt_AAGENPOSCC = lt_kfclass_excerpt_cate i_flg_post = l_flg_post iref_msg_handler2 = gref_msg_handler2 * IMPORTING * et_sum_genvalues = lt_genvalues .

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = g_rtcnt text = text-014.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = l_perc text = text-015.

RM_RA_EVAL_FINAL_NONGEN call function 'RM_RA_EVAL_FINAL_NONGEN' exporting i_keydate = i_keydate i_evalproc = g_control2-evalproc2 i_datastr = g_analysis_structure i_ph_testmode = g_control2-flg_flid_test it_kf = lt_kf_nongen iref_msg_handler = gref_msg_handler2 i_flg_sap_service = g_control2-flg_sap_service.



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