SAP Reports / Programs

/BEV2/EDSTEUK2 SAP ABAP Report - Vendors: EU Special Cases







/BEV2/EDSTEUK2 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/EDSTEUK2 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/EDK2 - Vendors: EU Special Cases


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/EDSTEUK2. "Basic submit
SUBMIT /BEV2/EDSTEUK2 AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV2/EDSTEUK2 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_LAND1 = Country
Selection Text: S_LIFNR = Vendors
Selection Text: S_NAME1 = Name
Selection Text: S_ORT01 = City
Title: Vendors: EU Special Cases
Text Symbol: 001 = Really maintain all customers?
Text Symbol: 002 = Call may take long time
Text Symbol: BM1 = Vendors Selection
Text Symbol: LE1 = Vendors EU Special Cases
Text Symbol: O01 = Indiv.Cust.
Text Symbol: O02 = All Sp.Customers
Text Symbol: ST1 = EU Special Cases Vendors
Text Symbol: T00 = Maintain Tax Indicator Customer
Text Symbol: T01 = Select limitation of customers
Text Symbol: T04 = Select customer


INCLUDES used within this REPORT /BEV2/EDSTEUK2

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_PROGRAM = i_tcode = '/BEV2/EDK2' i_action = '03' " ... Anzeigen

/BEV2/ED_CHK_AUTH_REPS CALL FUNCTION '/BEV2/ED_CHK_AUTH_REPS' EXPORTING * I_PROGRAM = i_tcode = '/BEV2/EDK2' i_action = '02' " ... oder ändern

VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' EXPORTING view_action = z_action * view_name = '/BEV2/ED930_V' view_name = '/BEV2/EDLEU_V' * NO_WARNING_FOR_CLIENTINDEP = ' ' * CHANGING * ORG_CRIT_INST = EXCEPTIONS invalid_action = 1 no_authority = 2 no_clientindependent_authority = 3 table_not_found = 4 no_linedependent_authority = 5 OTHERS = 6.

VIEW_MAINTENANCE CALL FUNCTION 'VIEW_MAINTENANCE' EXPORTING * CORR_NUMBER = ' ' view_action = z_action * view_name = '/BEV2/ED930_V' view_name = '/BEV2/EDLEU_V' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * COMPLEX_SELCONDS_USED = ' ' * NO_WARNING_FOR_CLIENTINDEP = ' ' * OC_INST = TABLES dba_sellist = dba_sel excl_cua_funct = excl_cua_funct x_header = x_header x_namtab = x_namtab * DPL_SELLIST = EXCEPTIONS missing_corr_number = 1 no_database_function = 2 no_editor_function = 3 no_value_for_subset_ident = 4 OTHERS = 5.

VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING * viewname = '/BEV2/ED930_V' viewname = '/BEV2/EDLEU_V' * VARIANT_FOR_SELECTION = ' ' TABLES sellist = dba_sel x_header = x_header x_namtab = x_namtab EXCEPTIONS no_tvdir_entry = 1 table_not_found = 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/EDSTEUK2 or its description.