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

J_1BECD_MAIN_SEL2 SAP ABAP INCLUDE - ECD: Selection Routines







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


Text pool values


Title: ECD: Selection Routines


INCLUDES used within this REPORT J_1BECD_MAIN_SEL2

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:

FI_IMPORT_BALANCE_SHEET_POS CALL FUNCTION 'FI_IMPORT_BALANCE_SHEET_POS' EXPORTING version = iv_fsv TABLES i011z = lt_rf011z x011p = lt_rf011p x011s = lt_rf011s EXCEPTIONS new_balance_sheet = 1 OTHERS = 2.

J_1BECD_LOG_ADD_MESSAGE CALL FUNCTION 'J_1BECD_LOG_ADD_MESSAGE' EXPORTING iv_excno = gv_excno.

FI_IMPORT_BALANCE_SHEET_TEXT CALL FUNCTION 'FI_IMPORT_BALANCE_SHEET_TEXT' EXPORTING sprache = iv_spra version = iv_fsv TABLES x011q = lt_rf011q * TSTAMP_TAB = EXCEPTIONS text_not_found = 1 OTHERS = 2.

J_1BECD_LOG_ADD_MESSAGE CALL FUNCTION 'J_1BECD_LOG_ADD_MESSAGE' EXPORTING iv_excno = gv_excno.

READ_HAUPTBUCH_TEXT CALL FUNCTION 'READ_HAUPTBUCH_TEXT' EXPORTING kontenplan = iv_ktopl sachkonto = is_ska1-saknr sprache = iv_spra * NO_BUFFER = IMPORTING text_wa = ls_skat EXCEPTIONS text_not_found = 1 OTHERS = 2.

READ_SACHKONTO_ALTKT CALL FUNCTION 'READ_SACHKONTO_ALTKT' "1408160 EXPORTING "1408160 * ALTKT_I = ' ' bukrs = p_bukrs "1408160 saknr = is_ska1-saknr "1408160 spras = iv_spra "1408160 * XMASS = ' ' xskan = 'X' "1408160 xtext = 'X' "1408160 IMPORTING "1408160 altkt = lv_altkt "1408160 altkt_not_found = altkt_not_found "1408160 * ALTKT_SAKAN = * KTEXT = ltext = lv_ltext "1408160 text_not_found = text_not_found "1408160 EXCEPTIONS "1408160 bukrs_not_found = 1 "1408160 saknr_not_found = 2 "1408160 OTHERS = 3. "1408160

J_1BECD_LOG_ADD_MESSAGE CALL FUNCTION 'J_1BECD_LOG_ADD_MESSAGE' "1408160 EXPORTING "1408160 iv_excno = gv_excno. "1408160

J_1BECD_LOG_ADD_MESSAGE CALL FUNCTION 'J_1BECD_LOG_ADD_MESSAGE' "1408160 EXPORTING "1408160 iv_excno = gv_excno. "1408160



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