SAP ABAP Function Module SJIS_DBC_TO_SBC (Convert Shift-JIS characters from double-byte to single-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_DBC_TO_SBC Convert Shift-JIS characters from double-byte to single-byte  
Function Group CSTR   String functions for type C fields  
Program Name SAPLCSTR   String Processing 
INCLUDE Name LCSTRU17    
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
Importing ALL TYPE C SPACE flag: convert all
Importing KATAKANA TYPE C SPACE flag: convert katakana
Importing KATAKANA_LOOSE TYPE C SPACE flag: convert katakana (loose rule)
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
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