J_3R_TORG10_F01 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_3R_TORG10_F01 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_3R_INV3_19_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SPELL_AMOUNT call function 'SPELL_AMOUNT' exporting amount = lv_inttospell * CURRENCY = * FILLER = ' ' LANGUAGE = gc_ru importing in_words = ls_spelling exceptions not_found = 1 too_large = 2 others = 3.
READ_TEXT * CALL FUNCTION 'READ_TEXT' * EXPORTING * ID = ls_clft10txt-drivertyp * LANGUAGE = SY-LANGU * NAME = lv_name * OBJECT = 'VBBK' * TABLES * LINES = lt_thead * EXCEPTIONS * ID = 1 * LANGUAGE = 2 * NAME = 3 * NOT_FOUND = 4 * OBJECT = 5 * REFERENCE_CHECK = 6 * WRONG_ACCESS_TO_ARCHIVE = 7 * OTHERS = 8.
READ_TEXT * CALL FUNCTION 'READ_TEXT' * EXPORTING * ID = ls_clft10txt-managertyp * LANGUAGE = SY-LANGU * NAME = lv_name * OBJECT = 'VBBK' * TABLES * LINES = lt_thead * EXCEPTIONS * ID = 1 * LANGUAGE = 2 * NAME = 3 * NOT_FOUND = 4 * OBJECT = 5 * REFERENCE_CHECK = 6 * WRONG_ACCESS_TO_ARCHIVE = 7 * OTHERS = 8.
TVKO_SINGLE_READ call function 'TVKO_SINGLE_READ' exporting * KZRFB = ' ' vkorg = gs_s1t_ext-vkorg importing wtvko = ls_tvko exceptions not_found = 1 others = 2 .
ROUND call function 'ROUND' exporting decimals = 0 input = ls_vepo-vemng sign = 'X ' importing output = lv_intpcs exceptions others = 1.
SPELL_AMOUNT call function 'SPELL_AMOUNT' exporting amount = lv_inttospell LANGUAGE = gc_ru importing in_words = ls_spelling exceptions not_found = 1 too_large = 2 others = 3.
SPELL_AMOUNT call function 'SPELL_AMOUNT' exporting amount = lv_inttospell LANGUAGE = gc_ru importing in_words = ls_spelling exceptions not_found = 1 too_large = 2 others = 3.
CONVERSION_FACTOR_GET call function 'CONVERSION_FACTOR_GET' exporting no_type_check = 'X' unit_in = iv_src_uom unit_out = iv_trg_uom importing denominator = lv_denom numerator = lv_numer exceptions others = 1.
MATERIAL_UNIT_CONVERSION call function 'MATERIAL_UNIT_CONVERSION' exporting input = 1 kzmeinh = 'X' matnr = iv_matnr meinh = iv_src_uom meins = ls_mara-gewei importing output = ov_q exceptions others = 1.
MATERIAL_UNIT_CONVERSION call function 'MATERIAL_UNIT_CONVERSION' exporting input = ov_q kzmeinh = space matnr = iv_matnr meinh = iv_trg_uom meins = ls_mara-gewei importing output = ov_q exceptions others = 1.
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_3R_TORG10_F01 - Include J_3R_INV3_19_F01 J_3R_TORG10_END_OF_SELECTION - Include J_3R_INV3_19_END_OF_SELECTION J_3R_TORG10_BADI - Include J_3R_TORG10_BADI J_3R_TORG10_AT_SELECTION - Include J_3R_INV3_19_AT_SELECTION J_3R_SINVDIFF_TOP - Include J_3R_SINVDIFF_TOP J_3R_SINVDIFF_SEL_SCR - Include J_3R_SINVDIFF_SEL_SCR