SAPHTML_USE_DEFAULT_CHARSET 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 SAPHTML_USE_DEFAULT_CHARSET 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.
Title: Program SAPHTML_SCRIPT_DEMO
Text Symbol: 001 = Special Characters in German
Text Symbol: 002 = Activate?
Text Symbol: 003 = UI Style: Default Character Set for HTML Display
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_DECIDE_INFO CALL FUNCTION 'POPUP_TO_DECIDE_INFO' EXPORTING textline1 = text-002 titel = text-003 IMPORTING answer = yes.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPHTML_USE_DEFAULT_CHARSET - Program SAPHTML_SCRIPT_DEMO SAPHTML_USE_DEFAULT_CHARSET - Program SAPHTML_SCRIPT_DEMO SAPHTML_UI_DEMO - Demo for HTML Control: Use as general WWW browser SAPHTML_UI_DEMO - Demo for HTML Control: Use as general WWW browser SAPHTML_SSO_DEMO - Demo for HTML Control: Use as General WWW Browser SAPHTML_SSO_DEMO - Demo for HTML Control: Use as General WWW Browser