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

FAGL_VAL_LOG SAP ABAP Report - Log Output: Validation: Document Splitting







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FAGL_VAL_LOG - Analysis: Validation Log


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


INCLUDES used within this REPORT FAGL_VAL_LOG

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:

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.



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