SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Screen Painter(BC-DWB-TOO-SCR) SAP BC

RS_D021S_RES_CLEAN SAP ABAP Report - Screens With Illegal Characters in D021S_RES1 and D021S_RES2







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


Text pool values


Title: Screens With Illegal Characters in D021S_RES1 and D021S_RES2
Text Symbol: 205 = Extent of repair (by saving/ generating screen)
Text Symbol: 203 = Function group
Text Symbol: 202 = Program
Text Symbol: 201 = Additional selection
Text Symbol: 199 = Selection conditions for screens
Text Symbol: 102 = System:
Text Symbol: 101 = Date :
Text Symbol: 100 = Page:
Text Symbol: 096 = Include into Command file
Text Symbol: 095 = Command file
Text Symbol: 092 = Repair all selected dynpros
Text Symbol: 091 = Repair only dynpros in original system
Text Symbol: 090 = Only check, no repair
Text Symbol: 084 = Positions of illegal characters
Text Symbol: 083 = Field name
Text Symbol: 082 = Orig
Text Symbol: 081 = Scr.
Text Symbol: 080 = Program
Text Symbol: 078 = With test packages
Text Symbol: 077 = Only dynpros in original system
Text Symbol: 076 = Only serious violations
Text Symbol: 075 = With selection screens
Text Symbol: 074 = Screen number
Text Symbol: 073 = Program or function group
Text Symbol: 071 = Package
Text Symbol: 070 = Selection parameters:
Text Symbol: 050 = S u m m a r y
Text Symbol: 040 = B r i e f o v e r v i e w
Text Symbol: 030 = No screens exist with illegal characters..
Text Symbol: 023 = Number of screens with enqueue- or generation errors:
Text Symbol: 022 = E r r o r l o g (enqueue problems or syntax errors in screen)
Text Symbol: 021 = R E S a r e a s s u c c e s s f u l l y r e p a i r e d
Text Symbol: 020 = D e t a i l e d O v e r v i e w
Text Symbol: 019 = Number of repaired (saved) screens:
Text Symbol: 017 = Number of dynprofields with errornous RES1/2
Text Symbol: 016 = - of these with illegal characters
Text Symbol: 015 = No. of screens searched:





Text Symbol: 013 = Author:
Text Symbol: 012 = Package:
Text Symbol: 001 = Illegal characters in D021S_RES1/2


INCLUDES used within this REPORT RS_D021S_RES_CLEAN

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:

RS_PROGNAME_SPLIT CALL FUNCTION 'RS_PROGNAME_SPLIT' EXPORTING progname_with_namespace = hprog IMPORTING namespace = l_namespace progname_without_namespace = l_name EXCEPTIONS delimiter_error = 1 OTHERS = 2.

RS_SCRP_CLEAN_FIELDLIST CALL FUNCTION 'RS_SCRP_CLEAN_FIELDLIST' EXPORTING ONLY_SERIOUS_ERRORS = onlyseri IMPORTING REPAIRED_FIELDS = repaired_fields ERROR_PROTOCOL = error_protocol CHANGING FIELDS_INT = fields[].

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'MODIFY' object = hdynp object_class = 'DYNP' suppress_corr_check_altogether = 'X' * SUPPRESS_LANGUAGE_CHECK = 'X' suppress_language_dialog = 'X' suppress_upgrade_check = 'X' EXCEPTIONS enqueue_system_failure = 3 no_modify_permission = 6 no_show_permission = 7 permission_failure = 8 OTHERS = 10 .

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'FREE' object = hdynp object_class = 'DYNP'.

TRINT_APPEND_COMM CALL FUNCTION 'TRINT_APPEND_COMM' EXPORTING wi_exclusive = 'X' wi_sel_e071 = 'X' wi_sel_e071k = 'X' wi_trkorr = trkorr TABLES wt_e071 = t_e071 wt_e071k = t_e071k EXCEPTIONS OTHERS = 1.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'FREE' object = hdynp object_class = 'DYNP'.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'FREE' object = hdynp object_class = 'DYNP'.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'FREE' object = hdynp object_class = 'DYNP'.



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