FITP_GENERAL_HTML is a standard ABAP INCLUDE 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 FITP_GENERAL_HTML 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ITS_PING CALL FUNCTION 'ITS_PING' EXCEPTIONS its_not_available = 1.
GUI_HAS_JAVABEANS CALL FUNCTION 'GUI_HAS_JAVABEANS' IMPORTING return = return.
WWW_PACK_TABLE CALL FUNCTION 'WWW_PACK_TABLE' TABLES html_table = t_html2pack html_table_packed = t_htmlpacked.
SCP_GET_CODEPAGE_NUMBER CALL FUNCTION 'SCP_GET_CODEPAGE_NUMBER' IMPORTING appl_codepage = lv_appl_codepage 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.
FITP_GENERAL_HTML - FITPGENERALHTML FITP_GENERAL_GET_PARAMETER - Read R/3 Parameters FITP_GENERAL_GEOGRAPHY - FITPGENERALGEOGRAPHY FITP_GENERAL_CONTEXT_HANDLER - Context Handler / Start and End of an API Session FITP_GENERAL_AMADEUS_RFC - FITPGENERALAMADEUSRFC FITP_GENERAL - Some General Form Routines