SAP Reports / Programs | Materials Management | Inventory Management | Excise Duty(MM-IM-ED) SAP MM

/BEV2/ED_LDS_PRT_NONRECURRENT SAP ABAP Report - Releve_des_DAC_non_apures: FramePrg. for SF 'ZBEV_ED_SFRET_DAC_ADM'







/BEV2/ED_LDS_PRT_NONRECURRENT 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/ED_LDS_PRT_NONRECURRENT 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/ED_LDS_PRT_NONRECURRENT. "Basic submit
SUBMIT /BEV2/ED_LDS_PRT_NONRECURRENT AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV2/ED_LDS_PRT_NONRECURRENT 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: P_CRTDAT = Created On
Selection Text: P_PERIOD = Tax Period
Selection Text: P_SLAGER = Tax/Bonded Warehouse Number
Selection Text: P_VBSART = Excise Duty Type
Title: Releve_des_DAC_non_apures: FramePrg. for SF 'ZBEV_ED_SFRET_DAC_ADM'
Text Symbol: 020 = Doc. Selctn
Text Symbol: 100 = For Tests: Multiplier for Number of Documents to Lengthen List


INCLUDES used within this REPORT /BEV2/ED_LDS_PRT_NONRECURRENT

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_CHK_AUTH_REPS CALL FUNCTION '/BEV2/ED_CHK_AUTH_REPS' EXPORTING i_tcode = '/BEV2/EDTR' i_action = '03' EXCEPTIONS access_denied = 1 tcode_not_assigned = 2 missing_parameter = 3 OTHERS = 4.

/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 = s_slager * EXCEPTIONS * NOTFOUND = 1 * OTHERS = 2 .

HR_PSD_DATES_ADD_MONTHS * CALL FUNCTION 'HR_PSD_DATES_ADD_MONTHS' * EXPORTING * v_date = p_crtdat * v_months = v_months * IMPORTING * e_date = v_endofscanmonth ** EXCEPTIONS ** NOT_POSITIVE = 1 ** OTHERS = 2 * .

/BEV2/ED_REA_ED_ZU_MATBELEG CALL FUNCTION '/BEV2/ED_REA_ED_ZU_MATBELEG' EXPORTING * I_YHVBART = * I_TABNEU = 'X' i_mblnr = t_dac-dac_mblnr i_mjahr = t_dac-mjahr i_zeile = '0001' TABLES o_yhmse = s_mse EXCEPTIONS notfound = 1 OTHERS = 2 .

SSF_FUNCTION_MODULE_NAME CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING formname = ssf_name IMPORTING fm_name = func_mod_name.

/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_REA_ED_PERIODE CALL FUNCTION '/BEV2/ED_REA_ED_PERIODE' EXPORTING i_yhvbart = p_vbsart i_yhslager = p_slager i_yhstper = p_period * I_TABNEU = con_x TABLES o_yh909 = xyh909 EXCEPTIONS notfound = 1 OTHERS = 2.

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_STPER CALL FUNCTION '/BEV2/ED_F4_STPER' EXPORTING i_vbsart = p_vbsart i_stlager = p_slager * display = IMPORTING e_stper = p_period * tables * T_VBSART = * T_STLAGER = EXCEPTIONS noselect = 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 /BEV2/ED_LDS_PRT_NONRECURRENT or its description.