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
Below is a list of transaction codes which are relevant to this SAP report
VCUST - Customer List
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ERPSLS_CUSTOMERS - Customer List ERPSLS_CUSTOMERS - Customer List ERPSLS_COMPDOC - Completed Sales Documents (Inquiries, Quotations Contracts) ERPSLS_COMPDOC - Completed Sales Documents (Inquiries, Quotations Contracts) ERPSLS_CHECK_VBAK - ERPSLSCHECKVBAK ERPSLS_BILLDOC_VIEW_REUSE_AF01 - ERPSLSBILLDOCVIEWREUSEAF01