J_1BECD_MAIN_SEL6 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_1BECD_MAIN_SEL6 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include J_1BECD_MAIN_SEL6
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_PERIOD_GET CALL FUNCTION 'G_PERIOD_GET' "1378742 EXPORTING "1378742 company = p_bukrs "1378742 date = date "1378742 ledger = p_ledger "1378742 IMPORTING "1378742 period = gv_act_period "1378742 EXCEPTIONS "1378742 ledger_not_assigned_to_company = 1 "1378742 period_not_defined = 2 "1378742 variant_not_defined = 3 "1378742 parameter_error = 4 "1378742 OTHERS = 5. "1378742
G_GIVE_FIELDS_FOR_LEDGER CALL FUNCTION 'G_GIVE_FIELDS_FOR_LEDGER' "1378742 EXPORTING "1378742 i_ledger = p_ledger "1378742 IMPORTING "1378742 e_t_fields = gt_fields. "1378742
G_TOTALS_SELECT_WITH_CURRENCY CALL FUNCTION 'G_TOTALS_SELECT_WITH_CURRENCY' "1378742 EXPORTING "1378742 i_ledger = p_ledger "1378742 i_zscode = space "1378742 i_selection = gt_selection "1378742 i_ledgerfields = gt_fields "1378742 IMPORTING "1378742 e_t_totals = gt_glu1 "1378742 CHANGING "1378742 c_t_fieldcat = fieldcat. "1378742
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.