SAP ABAP Function Module SJIS_SBC_TO_DBC (Convert Shift-JIS characters from single-byte to double-byte)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18 (Application Component) Internationalization (I18N)
     SCP (Package) SAP Code Pages
Basic Data
Function Module SJIS_SBC_TO_DBC Convert Shift-JIS characters from single-byte to double-byte  
Function Group CSTR   String functions for type C fields  
Program Name SAPLCSTR   String Processing 
INCLUDE Name LCSTRU16    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Changing TEXT TYPE C text to be converted
Exporting CONVERTED TYPE I number of converted characters
Exporting HIT TYPE I
Importing ALL TYPE C SPACE flag: convert all
Importing KATAKANA TYPE C SPACE flag: convert katakana
Importing ALPHABET_UPPER TYPE C SPACE flag: convert A - Z
Importing ALPHABET_LOWER TYPE C SPACE flag: convert a - z
Importing NUMERIC TYPE C SPACE flag: convert 0 - 9
Importing SPECIAL TYPE C SPACE flag: convert special characters
Importing SPACE_CONVERSION TYPE ABAP_BOOL ABAP_FALSE flag: convert space
Exception OVERFLOW TYPE destination field insufficient in length
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19970707 
SAP Release Created in