SAP Reports / Programs | Cross-Application Components(CA) SAP CA

/IXOS/DC_A_ADMIN_PROTOCOL SAP ABAP Report - Administration of protocol entries







/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


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 /IXOS/DC_A_ADMIN_PROTOCOL. "Basic submit
SUBMIT /IXOS/DC_A_ADMIN_PROTOCOL AND RETURN. "Return to original report after report execution complete
SUBMIT /IXOS/DC_A_ADMIN_PROTOCOL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: CRE = Record inserted
Text Symbol: DDE = Document deleted
Text Symbol: DE2 = Entries deleted.
Text Symbol: DEL = Record deleted
Text Symbol: DIS = Document displayed
Text Symbol: DMO = New link table entry (copy,move)
Text Symbol: DUN = Action not known
Text Symbol: M01 = Hitlist was restricted
Text Symbol: M02 = Entries:
Text Symbol: M03 = Error during selection
Text Symbol: M04 = Selection restricted!
Text Symbol: M05 = Entries deleted!
Text Symbol: MOV = New link table entry (copy,move)'
Text Symbol: Q01 = Do you really want to delete


INCLUDES used within this REPORT /IXOS/DC_A_ADMIN_PROTOCOL

No INCLUDES are used within this REPORT code!


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:

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.



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 /IXOS/DC_A_ADMIN_PROTOCOL or its description.