SAP Reports / Programs

ERPSLS_CUSTOMERS SAP ABAP Report - Customer List







ERPSLS_CUSTOMERS 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 ERPSLS_CUSTOMERS 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

VCUST - Customer List


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 ERPSLS_CUSTOMERS. "Basic submit
SUBMIT ERPSLS_CUSTOMERS AND RETURN. "Return to original report after report execution complete
SUBMIT ERPSLS_CUSTOMERS 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: SVTWEG = D .
Selection Text: SVKORG = D .
Selection Text: SVKGRP = D .
Selection Text: SVKBUR = D .
Selection Text: SSPART = D .
Selection Text: PNODEL = D .
Selection Text: SSTRNUM = House Number
Selection Text: SSTREET = Street
Selection Text: SSORTL = Search Term
Selection Text: SPCODE = Postal Code
Selection Text: SNAME = Name
Selection Text: SLIFSDZ = Delivery Block (Central)
Selection Text: SLIFSDV = Delivery Block (SD)
Selection Text: SKUNNR = Customer
Selection Text: SFAKSDZ = Billing Block (Central)
Selection Text: SFAKSDV = Billing Block (SD)
Selection Text: SCOUNTRY = Country
Selection Text: SCITY = City
Selection Text: SAUFSDZ = Order Block (Central)
Selection Text: SAUFSDV = Order Block (SD)
Selection Text: PWOORG = Customer without SD Data
Selection Text: PLOEVMZ = Deletion Flag (Central)
Selection Text: PLOEVMV = Deletion Flag (SD)
Title: Customer List
Text Symbol: S05 = Cust.
Text Symbol: S04 = Deletion Ind.
Text Symbol: S03 = Block Data
Text Symbol: S02 = Organizat. Data
Text Symbol: S01 = AddressData


INCLUDES used within this REPORT ERPSLS_CUSTOMERS

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:

ERPSLS_CUSTOMERS call function 'ERPSLS_CUSTOMERS' exporting it_rg_kunnr = skunnr[] it_rg_name = sname[] it_rg_street = sstreet[] it_rg_street_no = sstrnum[] it_rg_pcode = spcode[] it_rg_city = scity[] it_rg_country = scountry[] it_rg_sortl = ssortl[] it_rg_mcod1 = lt_rg_mcod1[] it_rg_mcod3 = lt_rg_mcod3[] if_woorg = pwoorg it_rg_vkorg = svkorg[] it_rg_vtweg = svtweg[] it_rg_spart = sspart[] it_rg_vkbur = svkbur[] it_rg_vkgrp = svkgrp[] it_rg_aufsdz = saufsdz[] it_rg_aufsdv = saufsdv[] it_rg_lifsdz = slifsdz[] it_rg_lifsdv = slifsdv[] it_rg_faksdz = sfaksdz[] it_rg_faksdv = sfaksdv[] if_loevmz = ploevmz if_loevmv = ploevmv if_nodel = pnodel tables et_customers = lrt_customers[].

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'SDCUSTVIEW' changing ct_fieldcat = lrt_fieldcat.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = lrv_repid i_callback_pf_status_set = lrv_status i_callback_user_command = lrv_user_command is_layout = lrs_layout it_fieldcat = lrt_fieldcat i_save = 'A' tables t_outtab = lrt_customers exceptions program_error = 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 ERPSLS_CUSTOMERS or its description.