RFDUNSEL 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 RFDUNSEL into the relevant SAP transactions such as SE38 or SE80
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: SO_STRAS = Street
Selection Text: SO_REGIO = Region
Selection Text: SO_PSTLZ = Postal code
Selection Text: SO_ORT01 = Location
Selection Text: SO_LAND1 = Country
Selection Text: SO_KUNNR = Customer number
Selection Text: SO_KTOKD = Account group
Selection Text: SO_KNRZE = Head office
Selection Text: SO_KNRZB = Alternative payer
Selection Text: SO_BUSAB = Accounting clerk
Selection Text: SO_BUKRS = Company code
Selection Text: SO_BRSCH = Industry Keys
Selection Text: SO_AKONT = Reconciliation account
Selection Text: PD_XCPDK = Indicator: One-time acct cust.
Title: Customer selection
Text Symbol: 004 = Other criteria
Text Symbol: 003 = Accounting
Text Symbol: 002 = Address
Text Symbol: 001 = Customer
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.