SAP Reports / Programs

ARC_TRANS_ADMIN_UI SAP ABAP Report - Transfer of Archive Admin Data, ILM File Conversion and Storage







ARC_TRANS_ADMIN_UI 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 ARC_TRANS_ADMIN_UI 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

ILM_TRANS_ADMIN - Transfer of Archive Administration


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 ARC_TRANS_ADMIN_UI. "Basic submit
SUBMIT ARC_TRANS_ADMIN_UI AND RETURN. "Return to original report after report execution complete
SUBMIT ARC_TRANS_ADMIN_UI 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: P_ADK = Archive Management Data (ADK)
Selection Text: P_AL = Attachments and Print Lists
Selection Text: P_CREP = Content Repository Definition
Selection Text: P_KONV = Jobs for File Conversion
Selection Text: P_STO = Jobs for File Storage
Selection Text: P_TRANS = Jobs for Data Transfer
Selection Text: P_WOF = Runs Without Archive Files
Selection Text: S_ALOBJ = D .
Selection Text: S_ARCID = D .
Selection Text: S_AROBJ = D .
Selection Text: S_DAT = D .
Selection Text: S_OBJ = D .
Selection Text: S_RUN = D .
Selection Text: S_STAT = D .
Selection Text: S_UNAM = D .
Title: Transfer of Archive Admin Data, ILM File Conversion and Storage
Text Symbol: 049 = Not Stored
Text Symbol: 050 = Selection Restrictions for Job Selection
Text Symbol: 051 = Attachmnts
Text Symbol: 052 = Selection Restrictions for the Selection of Management Data
Text Symbol: 053 = Type of Management Data to Be Transferred
Text Symbol: 054 = Restrictions
Text Symbol: 055 = Print Lists
Text Symbol: 056 = Storage Date
Text Symbol: 057 = Attachments and Print Lists
Text Symbol: 058 = Hierarchy: Type (Attachment or Print List), BOR Object Type, Report (for Print Lists), Document Type, Content Repository
Text Symbol: 059 = Reference setting running
Text Symbol: 060 = Error during reference setting
Text Symbol: 061 = Reference setting complete
Text Symbol: 062 = Refence setting partially complete
Text Symbol: 063 = Reference setting not started
Text Symbol: 064 = Set References
Text Symbol: 065 = Transfer Content Repositories
Text Symbol: 066 = Refresh
Text Symbol: 067 = Content Repository Available
Text Symbol: 068 = Content Repository Not Available
Text Symbol: 069 = Production Mode
Text Symbol: 070 = Filling of the Repository





Text Symbol: 071 = Filling of the repository not started
Text Symbol: 072 = Error during repository filling
Text Symbol: 073 = Filling of the repository finished
Text Symbol: 074 = Filling of the repository is running
Text Symbol: 048 = Stored via ArchiveLink
Text Symbol: 001 = Criteria for Restricting Selection of Archiving Sessions
Text Symbol: 005 = @08@ Maintained
Text Symbol: 006 = @0A@ Not Maintained
Text Symbol: 007 = @09@ Preset
Text Symbol: 008 = Maintained
Text Symbol: 009 = Not Maintained
Text Symbol: 010 = Preset
Text Symbol: 011 = Data being transferred
Text Symbol: 012 = Error during data transfer
Text Symbol: 013 = Data transfer finished
Text Symbol: 014 = Data transfer partially finished
Text Symbol: 015 = Data transfer has not started
Text Symbol: 016 = File being converted
Text Symbol: 017 = Error during file conversion
Text Symbol: 018 = File conversion finished
Text Symbol: 019 = File being stored
Text Symbol: 020 = Error during file storage
Text Symbol: 021 = File storage finished
Text Symbol: 022 = File conversion partially finished
Text Symbol: 023 = File conversion has not started
Text Symbol: 024 = File storage partially finished
Text Symbol: 025 = File storage has not started
Text Symbol: 026 = Status
Text Symbol: 027 = Refresh
Text Symbol: 028 = Sessions and Files
Text Symbol: 029 = Data Transfer
Text Symbol: 030 = File Conversion
Text Symbol: 031 = File Storage
Text Symbol: 032 = Links to Legacy Systems
Text Symbol: 033 = Transfer New Archiving Sessions Only
Text Symbol: 034 = Retransfer Archiving Sessions
Text Symbol: 035 = Select Run
Text Symbol: 038 = Display Details
Text Symbol: 039 = List of Archive Files





Text Symbol: 040 = Disk Space
Text Symbol: 041 = Disk Space in MB
Text Symbol: 042 = Accessible in File System
Text Symbol: 043 = Not Accessible in File System
Text Symbol: 044 = Accessability
Text Symbol: 045 = Accessability in File System
Text Symbol: 046 = Storage Status
Text Symbol: 047 = Stored via WebDAV


INCLUDES used within this REPORT ARC_TRANS_ADMIN_UI

INCLUDE ARC_TRANS_ADMIN_UI_TOP . " GLOBAL DATA
INCLUDE ARC_TRANS_ADMIN_UI_PBO.
INCLUDE ARC_TRANS_ADMIN_UI_PAI.
INCLUDE ARC_TRANS_ADMIN_UI_IMPL1.
INCLUDE ARC_TRANS_ADMIN_UI_IMPL1_AL.
INCLUDE ARC_TRANS_ADMIN_UI_IMPL2.
INCLUDE ARC_TRANS_ADMIN_UI_IMPL3.
INCLUDE ARC_TRANS_ADMIN_UI_IMPL3_AL.
INCLUDE ARC_TRANS_ADMIN_UI_IMPL4.
INCLUDE ARC_TRANS_ADMIN_UI_IMPL5.
INCLUDE ARC_TRANS_ADMIN_UI_IMPL5_AL.
INCLUDE ARC_TRANS_ADMIN_UI_CREP.


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:

No SAP FUNCTION MODULES are executed within this report code!



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