SAP Reports / Programs | SAP Business Information Warehouse | Business Explorer | End User Technology(BW-BEX-ET) SAP BW

RSWAD_CHK_MULTIBYTE_TEXTTABLE SAP ABAP Report - BW: Transparent Text Table MBC truncation detection/rectification







RSWAD_CHK_MULTIBYTE_TEXTTABLE 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 RSWAD_CHK_MULTIBYTE_TEXTTABLE 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 RSWAD_CHK_MULTIBYTE_TEXTTABLE. "Basic submit
SUBMIT RSWAD_CHK_MULTIBYTE_TEXTTABLE AND RETURN. "Return to original report after report execution complete
SUBMIT RSWAD_CHK_MULTIBYTE_TEXTTABLE 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: B_END = End of Field
Selection Text: B_LANG = Language-selective
Selection Text: B_LEN = truncate to length
Selection Text: B_TAIL = end of nonwhite string
Selection Text: P_CP = Codepage (8000)
Selection Text: P_FIELD = (DDIC-)Fieldname
Selection Text: P_LANGU = Language
Selection Text: P_LEN = Length
Selection Text: P_METHOD = internal
Selection Text: P_TABLE = (DDIC)-Table name
Selection Text: P_TEST = Detect only
Selection Text: P_UPDATE = Update DB
Selection Text: P_WHERE = Extra where condition, ? AND!
Title: BW: Transparent Text Table MBC truncation detection/rectification
Text Symbol: 001 = Language selective (req. datatype=LANG field)
Text Symbol: 002 = Select length handling
Text Symbol: 003 = Internal settings, leave unchanged


INCLUDES used within this REPORT RSWAD_CHK_MULTIBYTE_TEXTTABLE

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:

RSSB_AUTHORITY_ADMWB_OBJECT CALL FUNCTION 'RSSB_AUTHORITY_ADMWB_OBJECT' EXPORTING i_admwbobj = l_admwbobj i_actvt = l_actvt EXCEPTIONS user_not_authorized = 1 OTHERS = 2.

SCP_GET_CODEPAGE_NUMBER CALL FUNCTION 'SCP_GET_CODEPAGE_NUMBER' EXPORTING database_also = 'X' IMPORTING * START_APPL_CODEPAGE = appl_codepage = l_appcp * GUI_CODEPAGE = database_codepage = l_dbcp database_nonuniq = l_nonu * APPL_FOR_DISPLAY = * APPL_FOR_PROPOSE = * APPL_FOR_INPUT = * USER_LOGIN_CODEPAGE = * USER_EMODE_CODEPAGE = * TABLES * DATABASE_CODEPAGES = * EXCEPTIONS * INTERNAL_ERROR = 1 * OTHERS = 2 .

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = p_table * ALL_TYPES = ' ' * LFIELDNAME = ' ' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DTELINFO_WA = * TTYPINFO_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES * X031L_TAB = dfies_tab = l_t_dfies EXCEPTIONS not_found = 1 OTHERS = 2 .

SCP_GET_CODEPAGE_NUMBER CALL FUNCTION 'SCP_GET_CODEPAGE_NUMBER' EXPORTING database_also = 'X' IMPORTING * START_APPL_CODEPAGE = appl_codepage = l_appcp * GUI_CODEPAGE = database_codepage = l_dbcp database_nonuniq = l_nonu * APPL_FOR_DISPLAY = * APPL_FOR_PROPOSE = * APPL_FOR_INPUT = * USER_LOGIN_CODEPAGE = * USER_EMODE_CODEPAGE = * TABLES * DATABASE_CODEPAGES = * EXCEPTIONS * INTERNAL_ERROR = 1 * OTHERS = 2 .



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