SAP Reports / Programs

RSSCD800 SAP ABAP Report - Set the UCCHECK Flag in TRDIR for Generated Sources







RSSCD800 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Set UCCHECK flag for generated sources of the change document object The RSSCD800 report should guarantee that UNICODE compatability of the generated sources of the change document objects...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 RSSCD800 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 RSSCD800. "Basic submit
SUBMIT RSSCD800 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSCD800 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Set the UCCHECK Flag in TRDIR for Generated Sources
Text Symbol: 034 = CHDO Given Is Empty,
Text Symbol: 035 = TCDOB Error
Text Symbol: 036 = Check Table TCDOB Later
Text Symbol: 043 = CHDO:
Text Symbol: 044 = Not Found,
Text Symbol: 045 = No Correction in TRDIR
Text Symbol: 023 = No Entries in TCDOB,
Text Symbol: 002 = XPRA Was Not Executed Because Of
Text Symbol: 003 = Release
Text Symbol: 004 = . Dont Worry. NO HARM DONE!
Text Symbol: 013 = Field UCCHECK not in TRDIR,
Text Symbol: 014 = XPRA Was Not Executed:
Text Symbol: 015 = Repeat XPRA Later
Text Symbol: 093 = Do Not Worry. Check CHDO later
Text Symbol: 103 = No LIMU/REPO Notice for FUGR:
Text Symbol: 104 = For
Text Symbol: 114 = TRDIR Update Error With:
Text Symbol: 115 = For Name:
Text Symbol: 073 = FUGR in TCDRP Empty For
Text Symbol: 053 = No TCDRP Record For
Text Symbol: 054 = TCDOB Object:
Text Symbol: 063 = Count Reading TCDOB Objects :
Text Symbol: 064 = Count Setting TRDIR UCCHECK :
Text Symbol: 065 = Count Wrong TCDOB Objects :
Text Symbol: 066 = Count TRDIR-UCCHECK Was Setting:


INCLUDES used within this REPORT RSSCD800

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:

TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = lt_my_prot.

TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.

CDNAMES_GET call function 'CDNAMES_GET' exporting iv_object = -object tables it_names = lt_names exceptions object_space = 1 object_not_found = 2 others = 3.

DD_TBFD_GET call function 'DD_TBFD_GET' exporting tabl_name = c_trdir "TRDIR tables dd03p_tab_a = lt_dd03p exceptions illegal_value = 1 op_failure = 2 error_message = 3 others = 4.

STOR_RESOLVE_FUGR call function 'STOR_RESOLVE_FUGR' exporting is_e071 = ls_e071 tables tt_e071 = lt_e071.



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