SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

J_CL_BALANCE_SHEET_FORM SAP ABAP INCLUDE - Include J_CL_BALANCE_SHEET_FORM







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


Text pool values


Title: Include J_CL_BALANCE_SHEET_FORM


INCLUDES used within this REPORT J_CL_BALANCE_SHEET_FORM

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_CHECK_GLFLEX_ACTIVE * CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' * EXPORTING * id_bukrs = lv_bukrs * IMPORTING * e_glflex_active = lv_glflex_is_active.

FAGL_GET_LEDGER_DOCNR * CALL FUNCTION 'FAGL_GET_LEDGER_DOCNR' * EXPORTING I_BUKRS = wa_bkpf-bukrs * I_BELNR = wa_bkpf-belnr * I_GJAHR = wa_bkpf-gjahr * IMPORTING ET_LEDGER = it_FAGL_RLDNR_TAB * ET_DOCNR = it_FAGL_T_DOCNR_KEY * ET_SI_TABLE = it_FAGL_STRUCNAMES.

FAGL_GET_BSEG * CALL FUNCTION 'FAGL_GET_BSEG' * EXPORTING * I_BUKRS = WA_BKPF-BUKRS * I_BELNR = WA_BKPF-BELNR * I_GJAHR = WA_BKPF-gjahr * IMPORTING * ET_BSEG = lt_bseg * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.

FAGL_GET_GLT0 call FUNCTION 'FAGL_GET_GLT0' EXPORTING I_RLDNR = SD_RLDNR-LOW I_BUKRS = SD_BUKRS-LOW I_RYEAR = SD_GJAHR-LOW I_RACCT = gs_output-saknr IMPORTING ET_GLT0 = lt_glt0.

REUSE_ALV_GRID_DISPLAY *Call Function Module 'REUSE_ALV_GRID_DISPLAY' for ALV grid display.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_CALLBACK_PF_STATUS_SET = G_STATUS I_GRID_SETTINGS = LS_SETT IS_LAYOUT = LS_LAYOUT IT_FIELDCAT = LT_FIELDCAT I_SAVE = GC_SAVE IS_VARIANT = GS_VARIANT IT_EVENTS = LT_EVENTS IS_PRINT = LS_PRNT TABLES T_OUTTAB = GT_OUTPUT EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = GC_STRUCTURE CHANGING CT_FIELDCAT = RT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = XT_EVENTS EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = GS_ADDR_SEL IMPORTING ADDRESS_VALUE = GS_ADDR_COMP EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = GS_LIST_TOP_OF_PAGE.



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