/IXOS/OA_TEST_JAVA_VIEWER 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 /IXOS/OA_TEST_JAVA_VIEWER 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 /IXOS/OA_TEST_JAVA_VIEWER
Text Symbol: 000 = Test Case: perl script accessable (Test only with wingui)
Text Symbol: 001 = Test Case: Display.Format.JavaViewer: Document:
Text Symbol: 002 = Test Case: Display.Format.Else: Document:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
/IXOS/OA_X_DISPLAY_JAVA_VIEWER CALL FUNCTION '/IXOS/OA_X_DISPLAY_JAVA_VIEWER' EXPORTING pi_doc_id = g_did pi_archive_id = aid * PI_DOC_TYPE = * PI_AR_OBJECT = * PI_WINDOW_ID = * PI_SAPGUI_FOR_HTML = 'X' pi_start_browser = ' ' IMPORTING pe_url = l_url * EXCEPTIONS * ITS_NOT_AVAILABLE = 1 * URL_GENERATION = 2 * OTHERS = 3 .
CALL_BROWSER CALL FUNCTION 'CALL_BROWSER' EXPORTING url = l_url.
/IXOS/OA_X_OA_OBJECTDISPLAY_01 CALL FUNCTION '/IXOS/OA_X_OA_OBJECTDISPLAY_01' EXPORTING archiv_doc_id = g_did * ARCHIV_DOC_INDEX = ' ' archiv_id = aid IMPORTING goon = g_goon * RETURNCODE = EXCEPTIONS error_archiv = 1 error_communicationtable = 2 error_kernel = 3 OTHERS = 4 .
/IXOS/OA_X_OA_OBJECTDISPLAY_01 CALL FUNCTION '/IXOS/OA_X_OA_OBJECTDISPLAY_01' EXPORTING archiv_doc_id = g_did * ARCHIV_DOC_INDEX = ' ' archiv_id = aid IMPORTING goon = g_goon * RETURNCODE = EXCEPTIONS error_archiv = 1 error_communicationtable = 2 error_kernel = 3 OTHERS = 4 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/IXOS/OA_TEST_JAVA_VIEWER - Program /IXOS/OA_TEST_JAVA_VIEWER /IXOS/OA_TEST_JAVA_VIEWER - Program /IXOS/OA_TEST_JAVA_VIEWER /IXOS/OA_TEST_DOC_TYPE - Program /IXOS/OA_TEST_DOC_TYPE /IXOS/OA_TEST_DOC_TYPE - Program /IXOS/OA_TEST_DOC_TYPE /IXOS/OA_TEST_CALL_BROWSER - Program /IXOS/OA_TEST_CALL_BROWSER /IXOS/OA_TEST_CALL_BROWSER - Program /IXOS/OA_TEST_CALL_BROWSER