SAP Reports / Programs | Service | Solution Manager | Service Data Download(SV-SMG-SDD) SAP SV

BDLCUST SAP ABAP Report - Writes proper customizing values into BDLCUST before SDCC delivery







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


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 BDLCUST. "Basic submit
SUBMIT BDLCUST AND RETURN. "Return to original report after report execution complete
SUBMIT BDLCUST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Writes proper customizing values into BDLCUST before SDCC delivery
Text Symbol: 040 = Delay in seconds between connection attempts, default = 20
Text Symbol: 039 = RFC destination for the SAP Service System, default = SAPOSS
Text Symbol: 036 = Jobclass for scheduling Backgroundjobs, default 'C'
Text Symbol: 035 = Date of last Service Definition Update
Text Symbol: 034 = Ignore convertion errors with unicode, default = X
Text Symbol: 033 = Switch data collection and transfer to dialog, default = space
Text Symbol: 032 = RFC dest. from which own Service Definitions are loaded
Text Symbol: 031 = RFC dest. from which SAP Service Definitions are loaded
Text Symbol: 030 = Reload SAP sessions at the strat of every ASM run, default = X
Text Symbol: 029 = Reload own sessions at the strat of every ASM run, default = X
Text Symbol: 028 = Use approximate DL (dirty DL)?, default = X (R/3 >= 4.0B)
Text Symbol: 027 = Default destination for periodic sessions, default = SAPOSS
Text Symbol: 026 = Destination of data transfer: SAP or INT, default = INT
Text Symbol: 025 = Maximum num. of days since last Serv. Def. Refresh, default = 07
Text Symbol: 024 = Period in days with which the initial RTCCTOOL popup appears,
Text Symbol: 023 = Sessions older than this no. of days are removed subject to CLEANUPO,
Text Symbol: 022 = Sets whether old sessions should be removed when SDCC is called,
Text Symbol: 021 = Explicitly define a server on which BDLCOLL and BDLTRANS are run,
Text Symbol: 020 = Allow data coll. via ASM before sessions week start (Monday),
Text Symbol: 019 = Switch on debug mode for detailed message logging, default = SPACE
Text Symbol: 018 = Hour of day for ASM processing, default = 00 to 05
Text Symbol: 017 = Should the service definitions be refreshed for every run?
Text Symbol: 016 = Send style: all data in one RFC = SINGLE_RFC, use RFCBLKSZ =
Text Symbol: 015 = Communication block size for RFCs (in bytes), default = 0320000
Text Symbol: 014 = Communication block size for RFCs (in bytes), default = 0320000
Text Symbol: 013 = Communication block size for RFCs (in bytes), default = 0320000
Text Symbol: 012 = Period of the Automatic Session Manager batch job [days], default = 1
Text Symbol: 011 = Whether AS400 systems can use the logon group?, default = SPACE
Text Symbol: 010 = Logon group to be used for remote connection, default = EWA
Text Symbol: 009 = Time diff, if data collection & transfer separate [min]. default = 60
Text Symbol: 008 = RFC destination copy to be used, default = SAPNET_RFC
Text Symbol: 007 = RFC destination for the dynamic services, default = SAPOSS
Text Symbol: 006 = RFC destination for the internal Service System, default = space
Text Symbol: 005 = Data prep. how long bef. session due day [in days]?
Text Symbol: 004 = No. of days back (from the curr. date) for which sessions are shown
Text Symbol: 003 = No. of days ahead (from the curr. date) for which sessions are shown
Text Symbol: 002 = Number of connection attempts until giving up, default = 2





Text Symbol: 001 = Data collection & transfer in one background job? default = X


INCLUDES used within this REPORT BDLCUST

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:

No SAP FUNCTION MODULES are executed within this report code!



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