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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSWAD_CHK_MULTIBYTE_TEXTTABLE - BW: Transparent Text Table MBC truncation detection/rectification RSWAD_CHK_MULTIBYTE_TEXTTABLE - BW: Transparent Text Table MBC truncation detection/rectification RSWAD_ADMIN_DELETE_OBJECT - Deletion of Objects for Administrators RSWAD_ADMIN_DELETE_OBJECT - Deletion of Objects for Administrators RSWADWADTEXTS - BI Web Application Designer, Texts RSWADWADTEXTS - BI Web Application Designer, Texts