SAP Reports / Programs

RSLDADM SAP ABAP Report - SLD Administration







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

RZ70 - SLD Administration


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


Text pool values


Title: SLD Administration
Text Symbol: HDR = Global Settings
Text Symbol: HST = Gateway Host
Text Symbol: JOF = Background job not scheduled
Text Symbol: JON = Background job scheduled
Text Symbol: LQU = Do you want to exit the local SLD administration? Unsaved data will be lost.
Text Symbol: MIN = Period in Minutes
Text Symbol: NAM = Naming convention for SLD programs has been violated. Do you want to remove incorrect names?
Text Symbol: NOT = No
Text Symbol: OTH = Periodic Data Transfer
Text Symbol: REL = Do you want to reload the configuration data from the database? Non-activated changes will be lost.
Text Symbol: RFA = Automatic RFC Destination
Text Symbol: RFC = Execute RFC Call
Text Symbol: RHD = Transport Information
Text Symbol: RMV = Do you want to delete scheduled SLD batch jobs?
Text Symbol: SHH = Central Shared Memory Server
Text Symbol: SHM = Write Data to Shared Memory
Text Symbol: SRV = Gateway Service
Text Symbol: STS = Do you want to test the selected data collection programs?
Text Symbol: TRS = Data Transport
Text Symbol: TST = Activate Test Mode
Text Symbol: YES = Yes
Text Symbol: 001 = You are not authorized to change the SLD administration
Text Symbol: 002 = SLD administration finished
Text Symbol: 003 = Unable to read current SLD configuration
Text Symbol: 004 = Error occurred when loading data
Text Symbol: ADD = Add
Text Symbol: BTC = Schedule Background Jobs
Text Symbol: CAC = Active
Text Symbol: CCN = Test Counter
Text Symbol: CHS = Do you want to change the central server for the SLD shared memory data? Existing shared memory data will be deleted
Text Symbol: CO2 = Data collection can take several minutes. Do you want to start the data collector?
Text Symbol: COL = Do you want to start the data collection programs with the configuration that has been saved?
Text Symbol: CPR = Program Name
Text Symbol: CSQ = Sequence
Text Symbol: CTP = Display
Text Symbol: CTS = Test
Text Symbol: DEL = Delete





Text Symbol: DES = Only existing RFC entries can be used here
Text Symbol: DFT = Do you want to use the installation default settings?
Text Symbol: DSF = Data Collection Programs
Text Symbol: DST = Explicit RFC Destination
Text Symbol: FIL = Do you want to add data collection programs from the database to the list?
Text Symbol: GHS = RFC Connection to SLD


INCLUDES used within this REPORT RSLDADM

INCLUDE RSLDATOP.
INCLUDE RSLDACON.
INCLUDE RSLDAMOD.
INCLUDE RSLDAFRM.


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