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

SAPGLT1VCSPLIT SAP ABAP INCLUDE - Subroutines for View Cluster GBEB_SPLIT







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


Text pool values


Title: Subroutines for View Cluster GBEB_SPLIT
Text Symbol: PT1 = Set splitting method


INCLUDES used within this REPORT SAPGLT1VCSPLIT

INCLUDE SAPGLT1VCINCLUDE.


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:

G_BEB_BUFFER_CONTROL_TAB CALL FUNCTION 'G_BEB_BUFFER_CONTROL_TAB' EXPORTING I_INIT_FROM_DATABASE = XX_ON.

G_BEB_GET_CONTROL CALL FUNCTION 'G_BEB_GET_CONTROL' EXPORTING I_SPLITMETHD = XX_KEY-SPLITMETHD I_PROCESS = XX_KEY-PROCESS I_VARIANT = XX_KEY-VARIANT I_READ_BUFFER = XX_ON EXCEPTIONS OTHERS = 1.

G_BEB_BUFFER_CONTROL_TAB CALL FUNCTION 'G_BEB_BUFFER_CONTROL_TAB' TABLES T_T8G20 = XX_BUF_20_TAB.

G_BEB_BUFFER_CONTROL_TAB CALL FUNCTION 'G_BEB_BUFFER_CONTROL_TAB' TABLES T_T8G21 = XX_BUF_21_TAB.

G_BEB_BUFFER_CONTROL_TAB CALL FUNCTION 'G_BEB_BUFFER_CONTROL_TAB' TABLES T_T8G21A = XX_BUF_21A_TAB.

G_BEB_BUFFER_CONTROL_TAB CALL FUNCTION 'G_BEB_BUFFER_CONTROL_TAB' TABLES T_T8G22 = XX_BUF_22_TAB.

G_BEB_GET_CONTROL_TAB CALL FUNCTION 'G_BEB_GET_CONTROL_TAB' EXPORTING I_METHOD = XX_21A_WA-SPLITMETHD I_PROCESS = XX_21A_WA-PROCESS I_VARIANT = XX_21A_WA-VARIANT I_READ_BUFFER = XX_ON TABLES T_T8G21 = XX_21_TAB T_T8G21A = XX_21A_TAB EXCEPTIONS OTHERS = 1.



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