ABAP_DOCU_SERVICES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program mainly serves internal purposes in the creation and maintenance of the ABAP keyword documentation in the SAP Basis systems...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter ABAP_DOCU_SERVICES 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.
Selection Text: DISP_DOC = ABAP Docu Call
Selection Text: DISP_RFC = Remote Version of ABAP Docu.
Selection Text: DISP_WEB = Web Version of ABAP Docu.
Selection Text: DOC_VERS = Documentation Versions
Selection Text: EDIT_DOC = Edit Document
Selection Text: EDIT_STR = Editing of Tree Structure
Selection Text: EDIT_SUB = Keyword Editing
Selection Text: FRST_USR = as first user
Selection Text: LIST_DOC = List of SAPScript Objects
Selection Text: MAN_INDX = Manual Search Index (Display)
Selection Text: SHOW_BUF = Entries in HTML Buffer
Selection Text: SRCH_DOC = Search for Docu. Modules
Selection Text: SRCH_EXA = Search for Example Programs
Selection Text: SRCH_SCR = Find in SAPscript Documents
Selection Text: SRCH_STS = Search Statistics (SAP GUI)
Selection Text: UPD_HTML = Generate All HTML Texts
Selection Text: UPD_INDX = Index Update (Online)
Selection Text: UPD_TIDX = Create Text Index (Job)
Selection Text: USR_LANG = Display Language
Selection Text: USR_SETT = Help Settings
Selection Text: VAL_HTML = HTML Validation (Online)
Selection Text: VAL_STDG = HTML Validation (Syntax Diag.)
Selection Text: DELE_SHM = Delete Shared Memory
Selection Text: DELE_BUF = Delete All Buffered Texts
Selection Text: COMP_DOC = Remote Document Comparison
Selection Text: CHCK_TRN = English Translation
Selection Text: CHCK_CNS = Consistency of Tree Structure
Selection Text: CALL_STS = Call Statistics (SAP GUI)
Selection Text: AUT_INDX = Autom. Search Index (Display)
Title: Service Routines for ABAP Keyword Doumentation
Text Symbol: 010 = System started filling table in background.
Text Symbol: 015 = Filling of table scheduled.
Text Symbol: 020 = SELECT problem in
Text Symbol: 030 = Conversion problem in
Text Symbol: 040 = Delete Document
Text Symbol: 050 = Confirmation
Text Symbol: 060 = Error when reading data
Text Symbol: 070 = Search index created
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING data_word1 = area-area_name sl_message_area = 'SH' sl_message_subid = '2' EXCEPTIONS OTHERS = 1. "#EC FB_RC
JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = 'BUILD_ABAP_DOCU_BUFFER' IMPORTING jobcount = nj EXCEPTIONS OTHERS = 4.
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = nj jobname = 'BUILD_ABAP_DOCU_BUFFER' strtimmed = 'X' EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.
JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = 'ABAP_TEXT_INDEX' IMPORTING jobcount = nj EXCEPTIONS OTHERS = 4.
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = nj jobname = 'ABAP_TEXT_INDEX' strtimmed = 'X' EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING id = 'SD' langu = sy-langu object = docu_name typ = 'E'.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Caution!' text_question = 'Delete statistics?' text_button_1 = 'Yes' text_button_2 = 'No' display_cancel_button = ' ' IMPORTING answer = ans. "#EC NOTEXT
DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING id = 'SD' langu = sy-langu object = docu_name typ = 'E'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ABAP_DOCU_SERVICES - Service Routines for ABAP Keyword Doumentation ABAP_DOCU_SERVICES - Service Routines for ABAP Keyword Doumentation ABAP_DOCU_SEARCH - Search For ABAP, ABEN, and DYNP Modules ABAP_DOCU_SEARCH - Search For ABAP, ABEN, and DYNP Modules ABAP_DOCU_SAPSCRIPT_SEARCH - Background Search for SAPscript Modules ABAP_DOCU_SAPSCRIPT_SEARCH - Background Search for SAPscript Modules