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

/IXOS/DC_A_ADMIN3 SAP ABAP Report - Administration of lock table







/IXOS/DC_A_ADMIN3 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for During each transaction carried out on a data record (change, create, etc...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 /IXOS/DC_A_ADMIN3 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

/IXOS/DC_A_TM_MLT - Maintenance of lock table


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_ADMIN3. "Basic submit
SUBMIT /IXOS/DC_A_ADMIN3 AND RETURN. "Return to original report after report execution complete
SUBMIT /IXOS/DC_A_ADMIN3 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_DATE = Date
Selection Text: G_TABNAM = Table
Selection Text: G_USER = User
Selection Text: G_ZEIT = Time
Title: Administration of lock table
Text Symbol: 000 = OpenText DocuLink
Text Symbol: 001 = Administration of lock table
Text Symbol: 002 = Date
Text Symbol: 003 = Time
Text Symbol: 004 = User
Text Symbol: 010 = Table:
Text Symbol: 042 = Do you really want to delete them?
Text Symbol: 043 = Record(s) selected
Text Symbol: 047 = Only executeable from Transaktion J6NA
Text Symbol: 048 = No records found


INCLUDES used within this REPORT /IXOS/DC_A_ADMIN3

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = l_text1 textline2 = 'Do you really want to delete them?'(042) titel = 'Confirmation of deletion' * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = l_answer.

/IXOS/DC_I_GET_NAMETAB CALL FUNCTION '/IXOS/DC_I_GET_NAMETAB' EXPORTING pi_tabname = tablename TABLES pt_nametab = tabinfo EXCEPTIONS internal_error = 1 OTHERS = 2.



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_ADMIN3 or its description.