/IXOS/DC_A_ADMIN_PROTOCOL 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/DC_A_ADMIN_PROTOCOL 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: G_VERS = Version
Selection Text: G_USR = User
Selection Text: G_TIME = Time
Selection Text: G_PROJ = Project
Selection Text: G_MAXHIT = Maximum number of hits
Selection Text: G_EXPAND = Show list in detail view
Selection Text: G_DELETE = Delete entries immediately
Selection Text: G_DATE = Date
Selection Text: G_DATAS = Attribute object
Selection Text: G_COUNT = Counter
Selection Text: G_ACTION = Actions
Title: Administration of protocol entries
Text Symbol: Q02 = all selected protocol entries?
Text Symbol: Q03 = Delete
Text Symbol: SHO = Record displayed
Text Symbol: T01 = Date
Text Symbol: T02 = Time
Text Symbol: T03 = Counter for COLD-overflow
Text Symbol: T04 = User
Text Symbol: T05 = Action
Text Symbol: T06 = Project
Text Symbol: T07 = Attr.object
Text Symbol: T08 = Value
Text Symbol: T09 = Table
Text Symbol: T10 = Attributes
Text Symbol: T11 = Type
Text Symbol: 000 = IXOS - DocuLink
Text Symbol: 047 = Only executeable from transaction J6NA
Text Symbol: ABA = Document archived (Barcode)
Text Symbol: ACO = Document archived (COLD)
Text Symbol: AFI = Document archived (File ODMA)
Text Symbol: AFS = Document archived (File upload)
Text Symbol: ASC = Document archived (Scan)
Text Symbol: AUX = Document archived (Userexit)
Text Symbol: AWO = Document archived (Word integration)
Text Symbol: CHA = Record changed
Text Symbol: CMC = CM object copied
Text Symbol: CMM = CM object moved
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = '/IXOS/DC_DC_PROTOCOLMODE' text = 'X' langu = sy-langu * BYPASS_BUFFER = ' ' * IMPORTING * RC = TABLES dd07v_tab = gt_dd07v EXCEPTIONS wrong_textflag = 1 OTHERS = 2 .
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = 'Do you really want to delete'(q01) textline2 = 'all selected protocol entries?'(q02) titel = 'Delete '(q03) * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = l_answer EXCEPTIONS OTHERS = 1.
/IXOS/DC_I_GET_NAMETAB CALL FUNCTION '/IXOS/DC_I_GET_NAMETAB' EXPORTING pi_tabname = l_tabname TABLES pt_nametab = lt_fieldlist EXCEPTIONS internal_error = 1 OTHERS = 2.
J_8AH_OUTPUT_FORMAT * CALL FUNCTION 'J_8AH_OUTPUT_FORMAT' * EXPORTING * PI_DATATYPE = LS_DFIES-DATATYPE * PI_OUTPUTLEN = LS_DFIES-OUTPUTLEN * PI_DECIMALS = LS_DFIES-DECIMALS * PI_LOWERCASE = LS_DFIES-LOWERCASE * PI_CONVEXIT = LS_DFIES-CONVEXIT ** PI_RIGHT_JUSTIFIED = * CHANGING * PC_VALUE = L_WA * EXCEPTIONS * OTHERS = 1.
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/DC_A_ADMIN_PROTOCOL - Administration of protocol entries /IXOS/DC_A_ADMIN_PROTOCOL - Administration of protocol entries /IXOS/DC_A_ADMINTOP - Include J_8AGTOP (global data for reports J_8AGRA0/1/3) /IXOS/DC_A_ADMIN5 - Copying administration settings from one user group to another /IXOS/DC_A_ADMIN5 - Copying administration settings from one user group to another /IXOS/DC_A_ADMIN4 - Copying the user settings from one version to another