SAP Reports / Programs

J_8A3T04 SAP ABAP Report - Archivelink Customizing







J_8A3T04 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 J_8A3T04 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 J_8A3T04. "Basic submit
SUBMIT J_8A3T04 AND RETURN. "Return to original report after report execution complete
SUBMIT J_8A3T04 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: S_MSG = MSG
Selection Text: S_JPG = JPG
Selection Text: S_GR4 =
Selection Text: S_GR3 =
Selection Text: S_GR2 =
Selection Text: S_GR1 =
Selection Text: S_GLEI =
Selection Text: S_FRUE =
Selection Text: S_FAX = FAX
Selection Text: S_DOKPRA =
Selection Text: S_DOKART =
Selection Text: S_DOC = DOC
Selection Text: S_ASC =
Selection Text: S_ARC3 =
Selection Text: S_ARC2 =
Selection Text: S_ARC1 =
Selection Text: S_ALF = ALF
Selection Text: S_ABZU =
Selection Text: S_ABSZ =
Selection Text: S_ABSE =
Selection Text: S_ABER =
Selection Text: P_OTYP =
Selection Text: P_MULNR =
Selection Text: S_ZUAB =
Selection Text: S_XLS = XLS
Selection Text: S_VTXT =
Selection Text: S_VID = VID
Selection Text: S_USER4 =
Selection Text: S_USER3 =
Selection Text: S_USER2 =
Selection Text: S_USER1 =
Selection Text: S_UPDATE =
Selection Text: S_TXT = TXT
Selection Text: S_TOTIFF =
Selection Text: S_TOPDF =
Selection Text: S_TOA01 =
Selection Text: S_SPAE =
Selection Text: S_SOBJ =





Selection Text: S_PPT = PPT
Selection Text: S_PDF = PDF
Selection Text: S_OTIFF =
Selection Text: S_OTHER =
Selection Text: S_OTF = OTF
Selection Text: S_ORIGI =
Selection Text: S_OPDF =
Selection Text: S_MULTI =
Title: Archivelink Customizing
Text Symbol: INI = no name
Text Symbol: 108 = At least 1 format has to be selected
Text Symbol: 107 = At least 1 techn. type has to be selected
Text Symbol: 106 = Original + PDF
Text Symbol: 105 = Original + Tiff
Text Symbol: 026 = PDF
Text Symbol: 025 = MSG
Text Symbol: 024 = XLS
Text Symbol: 023 = JPG
Text Symbol: 022 = FAX
Text Symbol: 021 = PPT
Text Symbol: 020 = DOC
Text Symbol: 019 = Presetting Text
Text Symbol: 018 = Presetting ID
Text Symbol: 017 = SAP Object
Text Symbol: 016 = Linktable
Text Symbol: 015 = Archive
Text Symbol: 014 = Overwrite existing data
Text Symbol: 013 = Update
Text Symbol: 012 = User which will be linked with the document type
Text Symbol: 011 = Document types
Text Symbol: 010 = Informationen for converter
Text Symbol: 009 = Scenarios
Text Symbol: 008 = Document class
Text Symbol: 007 = Presettings
Text Symbol: 006 = Link entries, Archive, SAP-Object
Text Symbol: 005 = Group
Text Symbol: 004 = Others
Text Symbol: 003 = Professional Services
Text Symbol: 002 = QM





Text Symbol: 001 = R/3 Application
Text Symbol: 104 = PDF Format
Text Symbol: 103 = Original
Text Symbol: 101 = documenttypes was created.
Text Symbol: 100 = A number of
Text Symbol: 048 = user
Text Symbol: 047 = prefix for document type
Text Symbol: 046 = document type
Text Symbol: 045 = store original and PDF
Text Symbol: 044 = store original and TIF
Text Symbol: 043 = store as PDF
Text Symbol: 042 = store as TIF
Text Symbol: 041 = store original
Text Symbol: 040 = assign and store
Text Symbol: 039 = store for entry later
Text Symbol: 038 = store for assignment later
Text Symbol: 037 = store and enter
Text Symbol: 036 = store and assign
Text Symbol: 035 = late archiving
Text Symbol: 034 = simult. archiving
Text Symbol: 033 = early archiving
Text Symbol: 032 = multi document type
Text Symbol: 031 = other Class
Text Symbol: 030 = ASC
Text Symbol: 029 = TXT
Text Symbol: 028 = OTF
Text Symbol: 027 = ALF


INCLUDES used within this REPORT J_8A3T04

INCLUDE J_8A3I04.


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:

WF_NCI_SELECT CALL FUNCTION 'WF_NCI_SELECT' TABLES NCI_TYPES = NCI_TYPES.

OJ_OBJECT_SELECT CALL FUNCTION 'OJ_OBJECT_SELECT' TABLES OBJECTS = OBJECTS.



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