SAP Reports / Programs

/BEV2/EDSUBST_YHXXPANM1 SAP ABAP Report - Tax return converted to German versions for BI/BW/SW







/BEV2/EDSUBST_YHXXPANM1 is a standard Executable ABAP Report 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 /BEV2/EDSUBST_YHXXPANM1 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 /BEV2/EDSUBST_YHXXPANM1. "Basic submit
SUBMIT /BEV2/EDSUBST_YHXXPANM1 AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV2/EDSUBST_YHXXPANM1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: S_STDAT = D Tax Date
Selection Text: S_MGRP_S = D Material Group Tax
Selection Text: S_MGRP = D Material Group General
Selection Text: S_BESKZ = D ED Procurement Type
Selection Text: S_ALKO = Alcoholic Strength
Selection Text: P_STPER = D Tax Period
Selection Text: P_SLAGER = D Tax/Bonded Warehouse Number
Selection Text: P_LKZUS = List Header Addition
Selection Text: MEDIA = Output Media
Title: Tax return converted to German versions for BI/BW/SW
Text Symbol: 026 = Selection Criteria
Text Symbol: 025 = Degree:
Text Symbol: 024 = Material Text ConCon Alco. PT
Text Symbol: 023 = Material Text ConCon Alco. PT Qty in BUn in
Text Symbol: 022 = Material Text ConCon Alco. PT Qty in BUn in
Text Symbol: 021 = Plnt Storage Location Qty in BUn in
Text Symbol: 020 = Material Text ConCon Alco. PT Qty in BUn in
Text Symbol: 019 = Brewery Number :
Text Symbol: 018 = Excise Duty Number:
Text Symbol: 017 = TWarehouse Manufac.:
Text Symbol: 016 = Degree
Text Symbol: 015 = Alco. Strength:
Text Symbol: 014 = Total
Text Symbol: 013 = Page:
Text Symbol: 012 = in:
Text Symbol: 011 = Initial Stock:
Text Symbol: 010 = Final Stock:
Text Symbol: 009 = END of Output of Current Stocks
Text Symbol: 008 = ED Inventory List for Date
Text Symbol: 006 = TWarehouse:
Text Symbol: 004 = Stage 1: Current Stocks According to Table S032 Year/Month:
Text Symbol: 002 = Tax Warehouse Sum
Text Symbol: 001 = Material Stocks List Format
Text Symbol: 027 = Output
Text Symbol: 028 = Month
Text Symbol: 030 = frm:
Text Symbol: 031 = Stocks:
Text Symbol: 032 = Material Text CCon Alco. Qty in BUn in





Text Symbol: 033 = Procurement Type:
Text Symbol: 034 = Retr. Shrink.
Text Symbol: 035 = Shrink. %
Text Symbol: 036 = Co.Contents:
Text Symbol: 041 = No Information
Text Symbol: 040 = Material Group :
Text Symbol: 038 = Material Text Alco. PT Qty in BUn in
Text Symbol: 037 = Non-Filled Goods


INCLUDES used within this REPORT /BEV2/EDSUBST_YHXXPANM1

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:

/BEV2/ED_F4_BESKZ_DYNP_READ CALL FUNCTION '/BEV2/ED_F4_BESKZ_DYNP_READ' EXPORTING i_yhvbart = p_vbsart i_field_yhvbart = 'P_VBSART' i_repid = gv_this_report i_dynnr = sy-dynnr IMPORTING e_yhbeskz = s_beskz-low EXCEPTIONS no_select = 1 OTHERS = 2.

/BEV2/ED_F4_BESKZ_DYNP_READ CALL FUNCTION '/BEV2/ED_F4_BESKZ_DYNP_READ' EXPORTING i_yhvbart = p_vbsart i_field_yhvbart = 'P_VBSART' i_repid = gv_this_report i_dynnr = sy-dynnr IMPORTING e_yhbeskz = s_beskz-high EXCEPTIONS no_select = 1 OTHERS = 2.

/BEV2/ED_REA_SINGLE_ED_FUNC CALL FUNCTION '/BEV2/ED_REA_SINGLE_ED_FUNC' EXPORTING i_yhvbart = p_vbsart IMPORTING e_yh901 = xyh901 EXCEPTIONS yhvbart_not_found = 1 OTHERS = 2.

/BEV2/ED_REA_SINGLE_SLAGER CALL FUNCTION '/BEV2/ED_REA_SINGLE_SLAGER' EXPORTING i_yhvbart = p_vbsart i_yhslager = p_slager * I_DATUM = SY-DATUM IMPORTING o_yh902 = lv_yh902 EXCEPTIONS notfound = 1 OTHERS = 2.

/BEV2/ED_CHK_BESCHAFFUNG CALL FUNCTION '/BEV2/ED_CHK_BESCHAFFUNG' EXPORTING i_yhvbart = p_vbsart TABLES i_select_beskz = s_beskz EXCEPTIONS not_right = 1.

/BEV2/ED_DEFAULT_VBART CALL FUNCTION '/BEV2/ED_DEFAULT_VBART' IMPORTING o_yhvbart = p_vbsart * tables * T_YHVBART = EXCEPTIONS notfound = 1 OTHERS = 2.

/BEV2/ED_DEFAULT_SLAGER CALL FUNCTION '/BEV2/ED_DEFAULT_SLAGER' EXPORTING i_yhvbart = p_vbsart IMPORTING o_yhslager = p_slager * TABLES * t_yhslager = s_slager EXCEPTIONS notfound = 1 OTHERS = 2.

/BEV2/ED_GET_PRINT_PARAMETERS CALL FUNCTION '/BEV2/ED_GET_PRINT_PARAMETERS' EXPORTING i_yhvbart = p_vbsart i_uname = sy-uname i_repid = lv_repid i_yhslager = space i_dialog = i_dialog IMPORTING o_pri_params = params o_fehlflag = z_fehlflag EXCEPTIONS fix_params_not_found = 1 printer_not_found = 2 OTHERS = 3.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = lv_repid dynumb = sy-dynnr translate_to_upper = con_x TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07.

/BEV2/ED_F4_SLAGER CALL FUNCTION '/BEV2/ED_F4_SLAGER' EXPORTING i_yhvbart = p_vbsart * DISPLAY = ' ' IMPORTING e_yhslager = p_slager EXCEPTIONS noselect = 1 OTHERS = 2.

RS_VARIANT_VALUES_TECH_DATA CALL FUNCTION 'RS_VARIANT_VALUES_TECH_DATA' EXPORTING report = lv_repid variant = con_standardvar * SEL_TEXT = ' ' move_or_write = 'M' " -> Systemformat * SORTED = ' ' * importing * techn_data = lv_techn_data TABLES variant_values = lv_variant_values * VARIANT_TEXT = EXCEPTIONS variant_non_existent = 1 variant_obsolete = 2 OTHERS = 3.

RS_VARIANT_VALUES_TECH_DATA CALL FUNCTION 'RS_VARIANT_VALUES_TECH_DATA' EXPORTING report = lv_repid variant = con_standardvar * SEL_TEXT = ' ' move_or_write = 'M' " -> Systemformat * SORTED = ' ' * importing * techn_data = lv_techn_data TABLES variant_values = lv_variant_values * VARIANT_TEXT = EXCEPTIONS variant_non_existent = 1 variant_obsolete = 2 OTHERS = 3.

RS_VARIANT_VALUES_TECH_DATA CALL FUNCTION 'RS_VARIANT_VALUES_TECH_DATA' EXPORTING report = lv_repid variant = con_standardvar * SEL_TEXT = ' ' move_or_write = 'M' " -> Systemformat * SORTED = ' ' * importing * techn_data = lv_techn_data TABLES variant_values = lv_variant_values * VARIANT_TEXT = EXCEPTIONS variant_non_existent = 1 variant_obsolete = 2 OTHERS = 3.



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 /BEV2/EDSUBST_YHXXPANM1 or its description.