SAP Reports / Programs

TEXT_INDEXING SAP ABAP Report - Program TEXT_INDEXING: Compile Symptom/Solution to Searching Engine







TEXT_INDEXING 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 TEXT_INDEXING into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

IS02 - Text Indexing for Solution Database


ABAP code to call this SAP report using the submit statement

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.






SUBMIT TEXT_INDEXING. "Basic submit
SUBMIT TEXT_INDEXING AND RETURN. "Return to original report after report execution complete
SUBMIT TEXT_INDEXING VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program TEXT_INDEXING: Compile Symptom/Solution to Searching Engine
Text Symbol: 001 = Select Fields to be Displayed and Printed
Text Symbol: 002 = Compile Symptom/Solution for Searching Engine
Text Symbol: 003 = Event: PRINT_TOP_OF_PAGE for Solution Details
Text Symbol: 004 = Number of pages:
Text Symbol: 005 = Summary Report for Compiled Solutions
Text Symbol: 006 = End of Summary Report for Compiled Solutions
Text Symbol: 007 = Solution View Options
Text Symbol: 008 = Display All Fields
Text Symbol: 009 = Display Details Fields Only
Text Symbol: 010 = Display Administrative Fields Only
Text Symbol: 011 = Event: PRINT_TOP_OF_PAGE for Symptom Details
Text Symbol: 012 = Summary Report for Compiled Symptoms
Text Symbol: 013 = End of Summary Report for Compiled Symptoms
Text Symbol: 014 = Symptom View Options
Text Symbol: 015 = The container GUI control could not be created
Text Symbol: 016 = Options for Viewing Fields


INCLUDES used within this REPORT TEXT_INDEXING

INCLUDE LISLBTPT.
INCLUDE LISLBTCO.
INCLUDE LISLBTIT.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ISMB_READ_SYMPTOM_ALL CALL FUNCTION 'ISMB_READ_SYMPTOM_ALL' EXPORTING i_ismnr = ismp-ismnr i_ismvr = '000' IMPORTING e_dismp = dismp TABLES e_dismtxt = idismtxt e_ditop = iditop e_ditpr = iditpr e_ditca = iditca e_dismsl = idismsl e_dismob = idismob e_dismvalcat = idismvalcat EXCEPTIONS invalid_number = 1 show_message = 2 read_error = 3 OTHERS = 4.

SRTV_CALL_CORPUS_COMPILER CALL FUNCTION 'SRTV_CALL_CORPUS_COMPILER' EXPORTING id_corpusid = x_sym_corpid id_langu = x_langu ib_log = x_show_log EXCEPTIONS compilation_cancelled = 1 customizing_incorrect = 2 no_documents_found = 3 compiler_error = 4 OTHERS = 5.

ISLB_READ_SOLUTION_ALL CALL FUNCTION 'ISLB_READ_SOLUTION_ALL' EXPORTING i_islnr = isol-islnr i_islvr = '000' IMPORTING e_disol = disol TABLES t_disotxt = idisotxt t_disltk = idisltk t_dislact = idislact t_dislatt = idislatt t_dislattxt = idislattxt t_dislvalcat = idislvalcat EXCEPTIONS invalid_number = 1 show_message = 2 read_error = 3 OTHERS = 4.

SRTV_CALL_CORPUS_COMPILER CALL FUNCTION 'SRTV_CALL_CORPUS_COMPILER' EXPORTING id_corpusid = x_sol_corpid id_langu = x_langu ib_log = x_show_log EXCEPTIONS compilation_cancelled = 1 customizing_incorrect = 2 no_documents_found = 3 compiler_error = 4 OTHERS = 5.

READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING id = c_txtid inline_count = 10 language = x_langu name = h_name object = c_txtab_ismp IMPORTING header = h_head TABLES inlines = h_inline lines = h_long_text EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6.

READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING id = c_txtid inline_count = 10 language = x_langu name = h_name object = c_txtab_isol IMPORTING header = h_head TABLES inlines = h_inline lines = h_long_text EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'DISMPOCX' CHANGING ct_fieldcat = text_fieldcat[].

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'DISOLOCX' CHANGING ct_fieldcat = text_fieldcat[].



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name TEXT_INDEXING or its description.