SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Change Documents(BC-SRV-ASF-CHD) SAP BC

RSSCD298 SAP ABAP Report - Test Program for UNICODE Interface







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


Text pool values


Title: Test Program for UNICODE Interface
Text Symbol: 001 = New Value From CDPOS
Text Symbol: 002 = New Value Converted
Text Symbol: 003 = Old Value From CDPOS
Text Symbol: 004 = Old Value Converted


INCLUDES used within this REPORT RSSCD298

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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' "B20K8A0O81 EXPORTING tabname = 'CDBEL' TABLES dfies_tab = lt_dfies.

CHANGEDOCUMENT_READ_HDRS_ONLY CALL FUNCTION 'CHANGEDOCUMENT_READ_HDRS_ONLY' EXPORTING objectclass = 'TEST2' objectid = '4712' username = 'C5000396' " sy-uname TABLES i_cdhdr = lt_cdhdr EXCEPTIONS no_headers_found = 1 time_zone_conversion_error = 2 OTHERS = 3.

CHANGEDOCU_FIELDS_CHAR2ANY CALL FUNCTION 'CHANGEDOCU_FIELDS_CHAR2ANY' EXPORTING iv_tabname = ls_cdpos-tabname iv_fieldname = ls_cdpos-fname * IV_VALUE_OLD_CHAR = ' ' iv_value_new_char = value_new IMPORTING * EV_VALUE_OLD_ANY = ev_value_new_any = EXCEPTIONS tabname_is_empty = 1 fieldname_is_empty = 2 fieldname_not_in_table = 3 nametab_error = 4 convert_not_possible = 5 "B20K8A0O81 OTHERS = 6 .

CHANGEDOCU_FIELDS_CHAR2ANY CALL FUNCTION 'CHANGEDOCU_FIELDS_CHAR2ANY' EXPORTING iv_tabname = ls_cdpos-tabname iv_fieldname = ls_cdpos-fname iv_value_old_char = value_old * iv_value_new_char = value_new IMPORTING ev_value_old_any = * ev_value_new_any = EXCEPTIONS tabname_is_empty = 1 fieldname_is_empty = 2 fieldname_not_in_table = 3 nametab_error = 4 convert_not_possible = 5 "B20K8A0O81 OTHERS = 6.



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