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

RS_CUAD_REPAIR_NON_7BIT_ASCII SAP ABAP Report - Report RS_CUAD_REPAIR_NON_7BIT_ASCII







RS_CUAD_REPAIR_NON_7BIT_ASCII 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_CUAD_REPAIR_NON_7BIT_ASCII 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_CUAD_REPAIR_NON_7BIT_ASCII. "Basic submit
SUBMIT RS_CUAD_REPAIR_NON_7BIT_ASCII AND RETURN. "Return to original report after report execution complete
SUBMIT RS_CUAD_REPAIR_NON_7BIT_ASCII 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: REQUEST = Workbench request
Selection Text: PROGNAM = Program
Selection Text: CHECK = Overview only. No Repair
Selection Text: ADJUST = Repair (incl. Source Adjust)
Title: Report RS_CUAD_REPAIR_NON_7BIT_ASCII
Text Symbol: 211 = Please specify a request
Text Symbol: 210 = Check only. No Repair
Text Symbol: 209 = Repair (incl. Source Adjust)
Text Symbol: 208 = Workbench request
Text Symbol: 206 = (Only Check without Repair)
Text Symbol: 205 = Extent of repair
Text Symbol: 202 = Program
Text Symbol: 199 = Selection conditions for Programs
Text Symbol: 102 = System:
Text Symbol: 101 = Date :
Text Symbol: 100 = Page:
Text Symbol: 085 = Found in Source Part / Table
Text Symbol: 082 = Orig
Text Symbol: 080 = CUA Code
Text Symbol: 073 = Program
Text Symbol: 070 = Selection criterion:
Text Symbol: 050 = S u m m a r y
Text Symbol: 030 = No non-7bit ASCII characters found in GUI Codes
Text Symbol: 022 = Failure log
Text Symbol: 021 = Founds
Text Symbol: 020 = O v e r v i e w
Text Symbol: 019 = CUA Codes with non-7bit ASCII characters
Text Symbol: 017 = Number of CUA Codes with non-7bit ASCII characters:
Text Symbol: 016 = - Of the above, with non-7bit ASCII chars in CUA Codes:
Text Symbol: 015 = Programs searched:
Text Symbol: 001 = Non-7bit ASCII Characters in CUA Interface Source and table RSMPTEXTS


INCLUDES used within this REPORT RS_CUAD_REPAIR_NON_7BIT_ASCII

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_CUA_INTERNAL_FETCH call function 'RS_CUA_INTERNAL_FETCH' exporting program = progs-prog importing adm = adm tables sta = it_sta fun = it_fun men = it_men mtx = it_mtx act = it_act but = it_but pfk = it_pfk set = it_set doc = it_doc tit = it_tit biv = it_biv exceptions others = 3.

TR_RECORD_OBJ_CHANGE_TO_REQ CALL FUNCTION 'TR_RECORD_OBJ_CHANGE_TO_REQ' EXPORTING iv_request = request it_objects = it_objects EXCEPTIONS OTHERS = 1.

TR_CHECK_TYPE CALL FUNCTION 'TR_CHECK_TYPE' EXPORTING wi_e071 = i_e071 IMPORTING PE_RESULT = i_result WE_TADIR = i_tadir.

RS_CUA_INTERNAL_WRITE CALL FUNCTION 'RS_CUA_INTERNAL_WRITE' EXPORTING program = progs-prog language = progs-langu tr_key = tr_key adm = adm TABLES sta = it_sta fun = it_fun men = it_men mtx = it_mtx act = it_act but = it_but pfk = it_pfk set = it_set doc = it_doc tit = it_tit biv = it_biv EXCEPTIONS OTHERS = 2.

RS_CUA_INTERNAL_GENERATE CALL FUNCTION 'RS_CUA_INTERNAL_GENERATE' EXPORTING program = progs-prog EXCEPTIONS OTHERS = 4.

SCP_REPLACE_STRANGE_CHARS CALL FUNCTION 'SCP_REPLACE_STRANGE_CHARS' EXPORTING intext = p_old IMPORTING outtext = l_fldn outoverflow = l_overflow EXCEPTIONS invalid_codepage = 1 codepage_mismatch = 2 internal_error = 3 cannot_convert = 4 fields_not_type_c = 5 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 RS_CUAD_REPAIR_NON_7BIT_ASCII or its description.