FAGL_VAL_LOG is a standard Executable ABAP Report 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_LOG into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FAGL_VAL_LOG - Analysis: Validation Log
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.
Selection Text: SO_VARI = D .
Selection Text: SO_TCODE = D .
Selection Text: SO_PROC = D .
Selection Text: SO_MSGNR = D .
Selection Text: SO_MSGID = D .
Selection Text: SO_GLVOR = D .
Selection Text: SO_GJAHR = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_BLART = D .
Selection Text: SO_BELNR = D .
Selection Text: SO_AWTYP = D .
Selection Text: P_DVAR = D .
Selection Text: P_DISDEL = Display and Delete
Selection Text: P_DIS = Display
Selection Text: P_DEL = Delete
Title: Log Output: Validation: Document Splitting
Text Symbol: TLQ = &1 validation entries will be deleted. Do you want to delete the entries?
Text Symbol: TLD = Delete Validation Data
Text Symbol: SBP = Process Selection
Text Symbol: SBM = Message Selection
Text Symbol: SBD = Document Selection
Text Symbol: LNG = Error Long Text
Text Symbol: DIS = Output Control
Text Symbol: ACT = Action
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_variant i_save = 'X' " 'A' IMPORTING e_exit = ld_exit es_variant = ls_variant.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid it_fieldcat = lt_fldcat i_save = 'X' is_variant = gs_dispvar it_events = lt_events TABLES t_outtab = gt_alv_log EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-tld * DIAGNOSE_OBJECT = ' ' text_question = ld_question * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' default_button = '2' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = ld_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' IMPORTING et_events = ct_events EXCEPTIONS OTHERS = 1.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FAGL_ALV_VAL_LOG' CHANGING ct_fieldcat = ct_fldcat EXCEPTIONS OTHERS = 1.
HELPSCREEN_NA_CREATE CALL FUNCTION 'HELPSCREEN_NA_CREATE' EXPORTING langu = sy-langu meld_id =
-msgid meld_nr = -msgnr msgv1 = -msgv1 msgv2 = -msgv2 msgv3 = -msgv3 msgv4 = -msgv4 titel = text-lng.
FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = ls_bhdgd.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FAGL_VAL_LOG - Log Output: Validation: Document Splitting FAGL_VAL_LOG - Log Output: Validation: Document Splitting FAGL_VAL_DERIVATION_TOOLF01 - FAGLVALDERIVATIONTOOLF01 FAGL_VAL_DERIVATION_TOOL - Adjustments to Derivation Rules After Changes to Groups FAGL_VAL_DERIVATION_TOOL - Adjustments to Derivation Rules After Changes to Groups FAGL_VALIDATION - Validation of Account Assignment Combinations (Callback Report)