J_1BLFC7_FORMS 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_1BLFC7_FORMS 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_1BLFC7_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' "1699041 EXPORTING "1699041 logical_filename = uc_filename "1699041 CHANGING "1699041 physical_filename = cv_file "1699041 EXCEPTIONS "1699041 logical_filename_not_found = 1 "1699041 validation_failed = 2 "1699041 OTHERS = 3. "1699041
T001_SINGLE_READ CALL FUNCTION 'T001_SINGLE_READ' "Performance EXPORTING bukrs = f_bukrs IMPORTING wt001 = t001 EXCEPTIONS OTHERS = 3.
MARV_SINGLE_READ CALL FUNCTION 'MARV_SINGLE_READ' EXPORTING bukrs = f_bukrs IMPORTING wmarv = marv EXCEPTIONS not_found = 1 wrong_call = 2 OTHERS = 3.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = start_date "#EC DOM_EQUAL i_periv = periv IMPORTING e_buper = fiscal_period_start e_gjahr = fiscal_year_start.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = end_date "#EC DOM_EQUAL i_periv = periv IMPORTING e_buper = fiscal_period_end e_gjahr = fiscal_year_end.
GET_ACCOUNT_OF_PERIODS CALL FUNCTION 'GET_ACCOUNT_OF_PERIODS' EXPORTING i_gjahr = fiscal_year_start i_periv = periv IMPORTING e_anzbuper = i_anzbuper EXCEPTIONS OTHERS = 4.
T134M_SINGLE_READ CALL FUNCTION 'T134M_SINGLE_READ' EXPORTING * KZRFB = ' ' t134m_bwkey = plants-low "#EC DOM_EQUAL t134m_mtart = material-mtart IMPORTING wt134m = is_t134m EXCEPTIONS not_found = 1 OTHERS = 2.
MBEW_SINGLE_READ CALL FUNCTION 'MBEW_SINGLE_READ' EXPORTING * KZRFB = ' ' * MAXTZ = 0 matnr = material-matnr bwkey = plants-low "#EC DOM_EQUAL bwtar = space * SPERRMODUS = ' ' * STD_SPERRMODUS = ' ' IMPORTING wmbew = mbew EXCEPTIONS lock_on_mbew = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.
J_1B_READ_MSKU_MSKUH CALL FUNCTION 'J_1B_READ_MSKU_MSKUH' EXPORTING i_msku = it_msku IMPORTING e_msku = it_msku EXCEPTIONS no_selection = 1 OTHERS = 2.
J_1B_READ_MSLB_MSLBH CALL FUNCTION 'J_1B_READ_MSLB_MSLBH' EXPORTING i_mslb = it_mslb IMPORTING e_mslb = it_mslb EXCEPTIONS no_selection = 1 OTHERS = 2.
MARV_SINGLE_READ * CALL FUNCTION 'MARV_SINGLE_READ' * EXPORTING ** KZRFB = ' ' ** MAXTZ = 0 * bukrs = j5_bukrs * IMPORTING * wmarv = marv * EXCEPTIONS * not_found = 1 * wrong_call = 2 * OTHERS = 3.
J_1B_CHECK_NEW_PERIOD_CLOSING CALL FUNCTION 'J_1B_CHECK_NEW_PERIOD_CLOSING' EXPORTING i_bukrs = j5_bukrs i_lfgja = periods-lfgja i_lfmon = periods-lfmon i_caller = in_68 EXCEPTIONS period_not_closed = 1 not_possible = 2 no_marv_for_bukrs = 3 only_mbew = 4 future_period = 5 OTHERS = 6.
J_1B_READ_MBEW_MBEWH CALL FUNCTION 'J_1B_READ_MBEW_MBEWH' EXPORTING i_mbew = mbew IMPORTING e_mbew = mbew e_mbewh = mbewh EXCEPTIONS no_selection = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.