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

RSCMSEX SAP ABAP Report - Export a Complete Repository to a KPro Transport File







RSCMSEX is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report allows you to export a complete category or a complete repository from the Content Server to a Knowledge Provider transport file...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSCMSEX 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 RSCMSEX. "Basic submit
SUBMIT RSCMSEX AND RETURN. "Return to original report after report execution complete
SUBMIT RSCMSEX 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: CAT = D Category
Selection Text: REP = D Content Repository
Selection Text: RFCDEST = D RFC Destination
Selection Text: TRFILE = Transport File
Title: Export a Complete Repository to a KPro Transport File


INCLUDES used within this REPORT RSCMSEX

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:

TRINT_FREE_MEMORY call function 'TRINT_FREE_MEMORY'.

SCMS_TR_EXPORT call function 'SCMS_TR_EXPORT' exporting datafile = trfile test_repository = rep export_all = 'X' destination = rfcdest tables documents = documents protocol = protocol.

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 .

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