SAP Reports / Programs | Financial Accounting | General Ledger Accounting(FI-GL) SAP FI

FAGL_VAL_DERIVATION_TOOLF01 SAP ABAP INCLUDE - FAGLVALDERIVATIONTOOLF01







FAGL_VAL_DERIVATION_TOOLF01 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 FAGL_VAL_DERIVATION_TOOLF01 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 FAGL_VAL_DERIVATION_TOOLF01. "Basic submit
SUBMIT FAGL_VAL_DERIVATION_TOOLF01 AND RETURN. "Return to original report after report execution complete
SUBMIT FAGL_VAL_DERIVATION_TOOLF01 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 FAGL_VAL_DERIVATION_TOOLF01

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:

FAGL_VAL_CHECK_FOR_GROUPS CALL FUNCTION 'FAGL_VAL_CHECK_FOR_GROUPS' EXPORTING iv_tabname = lv_tab IMPORTING et_groups = lt_groups.

G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = ls_trigger-setid IMPORTING setclass = lv_setclass shortname = lv_setname.

FAGL_VAL_CHECK_FOR_GROUPS CALL FUNCTION 'FAGL_VAL_CHECK_FOR_GROUPS' EXPORTING iv_tabname = lv_table IMPORTING et_groups = lt_groups.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_msg.

FAGL_VAL_CONDENSE_SETS CALL FUNCTION 'FAGL_VAL_CONDENSE_SETS' EXPORTING iv_table = lv_table CHANGING rule_table = .

FAGL_VAL_EXPAND_SETS CALL FUNCTION 'FAGL_VAL_EXPAND_SETS' EXPORTING iv_tabname = lv_table it_cond = lt_conditions CHANGING it_table = .

FAGL_VAL_CHECK_CONSISTENCY CALL FUNCTION 'FAGL_VAL_CHECK_CONSISTENCY' EXPORTING iv_table = lv_table it_table = IMPORTING et_lines = lt_lines.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = gv_log_handle i_msgty = 'E' i_probclass = '1' i_text = 'Overlaps detected! Please correct manually. (See next line)'(003).

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_msg.

FAGL_VAL_LOCK_WHOLE_TABLE CALL FUNCTION 'FAGL_VAL_LOCK_WHOLE_TABLE' EXPORTING iv_tabname = lv_tabname IMPORTING es_lock = ls_lock EXCEPTIONS failed = 1 OTHERS = 2.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = ls_lock-set_date IMPORTING date_external = gs_msg-msgv2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_msg.

FAGL_VAL_UNLOCK_INTERVAL CALL FUNCTION 'FAGL_VAL_UNLOCK_INTERVAL' EXCEPTIONS not_possible = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_msg.

BAL_LOG_MSG_ADD





CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_msg.



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