SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Content Management Service(BC-SRV-KPR-CMS) SAP BC

RSCMSPLD SAP ABAP Report - Cache Server: Execute Preload







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

SCMSPLD - Cache Preload


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 RSCMSPLD. "Basic submit
SUBMIT RSCMSPLD AND RETURN. "Return to original report after report execution complete
SUBMIT RSCMSPLD 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: DATAFILE = File Name
Selection Text: HOST = D Host Name
Selection Text: HOST_LOC = D Location
Selection Text: PORT = D Cache server port number
Selection Text: RFCDEST = D RFC Destination
Selection Text: RFC_LOC = D Location
Selection Text: SCRIPT = D HTTP Script
Selection Text: SSL_PORT = D Cache Server SSL Port Number
Title: Cache Server: Execute Preload
Text Symbol: 001 = Source Information
Text Symbol: 002 = RFC Destination
Text Symbol: 003 = Target Information


INCLUDES used within this REPORT RSCMSPLD

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:

SCMS_LOCATION_GET call function 'SCMS_LOCATION_GET' exporting host = host use_ip_address = 'X' importing location = host_loc exceptions others = 0.

SCMS_LOCATION_GET_FROM_DEST call function 'SCMS_LOCATION_GET_FROM_DEST' exporting rfc_dest = rfcdest importing location = rfc_loc exceptions others = 0.

SCMS_TR_PRELOAD call function 'SCMS_TR_PRELOAD' exporting datafile = datafile * IS_UPGRADE = ' ' * TEST_REPOSITORY = ' ' destination = rfcdest http_serv = host http_scrpt = script http_port = port HTTP_SPORT = ssl_port version = '0046' s_https = 'X' s_http = 'X' tables protocol = protocol * CATEGORIES = .

TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = protocol exceptions others = 0.

TRINT_FLUSH_LOG call function 'TRINT_FLUSH_LOG' exporting iv_display_level = level.

SCMS_LOCATION_GET_FROM_DEST call function 'SCMS_LOCATION_GET_FROM_DEST' exporting rfc_dest = value_tab-rfcdest importing location = value_tab-location exceptions others = 0.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting * DDIC_STRUCTURE = ' ' retfield = name value_org = 'S' value = l_value tables value_tab = value_tab field_tab = field_tab return_tab = return_tab dynpfld_mapping = mapping_tab exceptions parameter_error = 1 no_values_found = 2 others = 3 .

SCMS_LOCATION_GET call function 'SCMS_LOCATION_GET' exporting host = value_tab-host use_ip_address = ' ' importing location = value_tab-location exceptions others = 0.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting * DDIC_STRUCTURE = ' ' retfield = name value = l_value value_org = 'S' tables value_tab = value_tab field_tab = field_tab return_tab = return_tab dynpfld_mapping = mapping_tab exceptions parameter_error = 1 no_values_found = 2 others = 3 .

RS_SELECTIONSCREEN_UPDATE call function 'RS_SELECTIONSCREEN_UPDATE' exporting program = my_repid dynnr = my_dynnr tables updatevalues = values exceptions others = 0.

RS_SELECTIONSCREEN_READ call function 'RS_SELECTIONSCREEN_READ' exporting program = my_repid dynnr = my_dynnr tables fieldvalues = values exceptions others = 1.



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