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

J_1BEFD_BLOCK_H_AUX SAP ABAP INCLUDE - EFD: auxiliary routines for block H







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


Text pool values


Title: EFD: auxiliary routines for block H


INCLUDES used within this REPORT J_1BEFD_BLOCK_H_AUX

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:

KKA_CHECK_CC_CURR_IN_OBJ_CURR CALL FUNCTION 'KKA_CHECK_CC_CURR_IN_OBJ_CURR' EXPORTING i_co_area = current_kokrs IMPORTING cc_curr_in_obj_curr = gv_curr_obj.

J_1B_READ_MBEW_MBEWH_NEW CALL FUNCTION 'J_1B_READ_MBEW_MBEWH_NEW' "#EC * EXPORTING i_mbew = ls_mbew_complete "1355985 i_b_svs = 'X' IMPORTING e_mbew = ls_mbew_complete "1355985 e_eqbew = eqbewsave EXCEPTIONS no_selection = 1 OTHERS = 2.

J_1B_READ_MSKU_MSKUH CALL FUNCTION 'J_1B_READ_MSKU_MSKUH' EXPORTING i_msku = ls_msku_complete IMPORTING e_msku = ls_msku_complete EXCEPTIONS no_selection = 1 OTHERS = 2.

J_1B_READ_MSLB_MSLBH CALL FUNCTION 'J_1B_READ_MSLB_MSLBH' EXPORTING i_mslb = ls_mslb_complete IMPORTING e_mslb = es_mslb_complete EXCEPTIONS no_selection = 1 OTHERS = 2.

J_1B_READ_WIP CALL FUNCTION 'J_1B_READ_WIP' "#EC * EXPORTING i_mbew = ls_mbew_complete i_bukrs = j5_bukrs i_kokrs = current_kokrs i_vers = ld_versn_obj i_curr_kokrs = gv_curr_kokrs i_curtp_kokrs = gv_curtp_kokrs i_curr_bukrs = gv_curr_bukrs i_curtp_bukrs = gv_curtp_bukrs i_objcurr = gv_curr_obj i_wipd = p_wipd i_lfmon = lfmon i_lfgja = lfgja IMPORTING e_mbew = wipsave e_eqbew = wipspecsave EXCEPTIONS no_selection = 1 OTHERS = 2.



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