J_7L_EAR_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_7L_EAR_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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = p_class doklangu = sy-langu dokname = p_docname * DOKTITLE = ' ' * called_by_program = sy-repid * called_by_dynp = sy-dynnr * called_for_tab = 'J_7LME03' * called_for_field = 'VRKME' * called_for_tab_fld_btch_input = ' ' * msg_var_1 = ' ' * MSG_VAR_2 = ' ' * MSG_VAR_3 = ' ' * MSG_VAR_4 = ' ' * called_by_cuaprog = sy-cprog * called_by_cuastat = sy-pfkey TABLES links = l_links EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.
J_7L_FRAKTIONEN_ARTIKEL CALL FUNCTION 'J_7L_FRAKTIONEN_ARTIKEL' "#EC * EXPORTING matnr = i_m04-matnr variante = i_m04-variante bukrs = i_m04-bukrs land1 = i_m04-land1 vrkme = i_m04-vrkme fmeng = fmeng_save datum = i_datum TABLES j_7lkf1_tab = j_7lkf1_tab EXCEPTIONS vrpnr_not_found = 1 vpgrp_not_found = 2 * FRAKTION_NOT_FOUND = 3 unit_conversion_error = 3 OTHERS = 4.
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = j_7lkf1_tab-stgew * NO_TYPE_CHECK = 'X' * ROUND_SIGN = ' ' unit_in = j_7lkf1_tab-gewei unit_out = i_gewei IMPORTING * ADD_CONST = * DECIMALS = * DENOMINATOR = * NUMERATOR = output = stgew_save EXCEPTIONS conversion_not_found = 1 division_by_zero = 2 input_invalid = 3 output_invalid = 4 overflow = 5 type_invalid = 6 units_missing = 7 unit_in_not_found = 8 unit_out_not_found = 9 OTHERS = 10.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_7L_EAR_FORMS - J7LEARFORMS J_7L_DELETE_TEMP_DECL - Cleansing of Superfluous Declaration Items J_7L_DELETE_TEMP_DECL - Cleansing of Superfluous Declaration Items J_7L_CREATE_DEC_KEY - Generate Declaration Key for Article J_7L_CREATE_DEC_KEY - Generate Declaration Key for Article J_7L_CORRECT_VRKME - Correct Sales Quantity