SAP Reports / Programs

/BEV2/EDTEXTED SAP ABAP Report - Maintain Text Modules Excise Duty







/BEV2/EDTEXTED 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/EDTEXTED into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/BEV2/EDCY - Define Separator Sheet/Colle. Filing


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/EDTEXTED. "Basic submit
SUBMIT /BEV2/EDTEXTED AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV2/EDTEXTED 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_VBSART = D Excise Duty Type
Selection Text: P_TEXTID = D Text ID
Selection Text: P_SLAGER = D Tax/Bonded Warehouse Number
Selection Text: P_SHOW = Display
Selection Text: P_EDIT = Change
Selection Text: P_DEL = Delete
Title: Maintain Text Modules Excise Duty
Text Symbol: FPR = Change Log
Text Symbol: 005 = Customer-Specific Texts ED
Text Symbol: 004 = Do you really want to delete data?
Text Symbol: 003 = Confirmation Prompt
Text Symbol: 002 = Leave editor anyway?
Text Symbol: 001 = Data will be lost


INCLUDES used within this REPORT /BEV2/EDTEXTED

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_DEFAULT_VBART CALL FUNCTION '/BEV2/ED_DEFAULT_VBART' IMPORTING o_yhvbart = p_vbsart * tables * T_YHVBART = EXCEPTIONS notfound = 1 OTHERS = 2.

/BEV2/ED_REA_WRI_TEXTBAUSTEIN CALL FUNCTION '/BEV2/ED_REA_WRI_TEXTBAUSTEIN' EXPORTING i_vbsart = lp_vbsart i_slager = lp_slager i_textid = lp_txtid i_mode = 'R' IMPORTING e_line_format_changed = lv_changed TABLES t_text = lt_txt_lines EXCEPTIONS notfound = 1 invalid_mode = 2 db_error = 3 db_locked = 4 OTHERS = 5.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = 'Wollen Sie Daten wirklich löschen'(004) textline2 = '' titel = 'Sicherheitsabfrage'(003) * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = lv_answer EXCEPTIONS OTHERS = 1.

/BEV2/ED_REA_WRI_TEXTBAUSTEIN CALL FUNCTION '/BEV2/ED_REA_WRI_TEXTBAUSTEIN' EXPORTING i_vbsart = lp_vbsart i_slager = lp_slager i_textid = lp_txtid i_mode = 'D' IMPORTING e_line_format_changed = lv_changed TABLES t_text = lt_txt_lines EXCEPTIONS notfound = 1 invalid_mode = 2 db_error = 3 db_locked = 4 OTHERS = 5.

/BEV2/ED_REA_WRI_TEXTBAUSTEIN CALL FUNCTION '/BEV2/ED_REA_WRI_TEXTBAUSTEIN' EXPORTING i_vbsart = lp_vbsart i_slager = lp_slager i_textid = lp_txtid i_mode = 'W' IMPORTING e_line_format_changed = lv_changed TABLES t_text = lt_txt_lines EXCEPTIONS notfound = 1 invalid_mode = 2 db_error = 3 db_locked = 4 OTHERS = 5.

EDITOR_APPLICATION * call function 'EDITOR_APPLICATION' * exporting ** ANFANGSZEILE = '000001' * application = 'TT' ** CALLED_BY_SCRP = ' ' ** CURSOR = ' ' ** DISPLAY = ' ' ** DYNPRO_MODIFIED = ' ' ** FBNAME = ' ' ** LINE = '1' ** MESSAGE = ' ' ** NAME = ' ' ** NEW = 'X' ** OFFSET = '0' ** VARIED = ' ' ** TRDIR_INF = ' ' * importing * changed = lv_changed * display = lv_display * fcode = lv_fcode * parameter = lv_parameter * anfangszeile_o = lv_anfangszeile_o * line_o = lv_line_o * offset_o = lv_offset_o * tables * content = lt_txt_lines * exceptions * line = 1 * linenumbers = 2 * offset = 3 * others = 4.

EDITOR_APPLICATION CALL FUNCTION 'EDITOR_APPLICATION' EXPORTING * ANFANGSZEILE = '000001' application = lv_appl * CALLED_BY_SCRP = ' ' * CURSOR = ' ' display = pv_display * DYNPRO_MODIFIED = ' ' * FBNAME = ' ' * LINE = '1' * MESSAGE = ' ' * NAME = ' ' * NEW = 'X' * OFFSET = '0' * VARIED = ' ' * TRDIR_INF = ' ' title_text = 'VBS kundenindividuelle Texte'(005) * EXTEND_MOD = ' ' editor_mode = ls_editormode * CALLBACK_PROGRAM = ' ' * CALLBACK_USERCOM = ' ' * CALLBACK_SET_PFKEY = ' ' * CALLBACK_CHECK = ' ' * CALLBACK_SAVE = ' ' IMPORTING changed = lv_changed display = lv_display fcode = lv_fcode parameter = lv_parameter anfangszeile_o = lv_anfangszeile_o line_o = lv_line_o offset_o = lv_offset_o TABLES content = lt_txt_lines EXCEPTIONS line = 1 linenumbers = 2 offset = 3 OTHERS = 4.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = 'Daten werden verlohren gehen'(001) textline2 = 'Editor trotzdem verlassen?'(002) titel = 'Sicherheitsabfrage'(003) * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = lv_answer EXCEPTIONS OTHERS = 1.

EDIT_TEXT * CALL FUNCTION 'EDIT_TEXT' * EXPORTING * display = ' ' * editor_title = 'VBS kundenindividuelle Texte'(005) * header = ls_header ** PAGE = ' ' ** WINDOW = ' ' * save = ' ' " FuBa soll nicht speichern ** LINE_EDITOR = ' ' ** CONTROL = ' ' ** PROGRAM = ' ' ** LOCAL_CAT = ' ' * IMPORTING * function = lv_func ** NEWHEADER = * result = ls_result * TABLES * lines = lt_txt_lines * EXCEPTIONS * id = 1 * language = 2 * linesize = 3 * name = 4 * object = 5 * textformat = 6 * communication = 7 * OTHERS = 8.

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * defaultoption = 'N' * textline1 = 'Daten werden verlohren gehen'(001) * textline2 = 'Editor trotzdem verlassen?'(002) * titel = 'Sicherheitsabfrage'(003) ** START_COLUMN = 25 ** START_ROW = 6 * IMPORTING * answer = lv_answer * EXCEPTIONS * OTHERS = 1.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = '/BEV2/EDTEXTED' dynumb = sy-dynnr translate_to_upper = '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.

/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 = EXCEPTIONS notfound = 1 OTHERS = 2.

BAL_GLB_SEARCH_LOG * CALL FUNCTION 'BAL_GLB_SEARCH_LOG' * EXCEPTIONS * log_not_found = 1 * OTHERS = 99.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = sy-pfkey TABLES p_exclude = lt_sel_excl.



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