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

J_8A3P01 SAP ABAP Report - After work link TIF to document







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


Text pool values


Title: After work link TIF to document
Text Symbol: 001 = Error at creating link entry!


INCLUDES used within this REPORT J_8A3P01

INCLUDE: LJ8ASCON.


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:

ARCHIV_CONNECTION_INSERT CALL FUNCTION 'ARCHIV_CONNECTION_INSERT' EXPORTING ARCHIV_ID = LT_J8A3T0001-TAR_ARC_ID ARC_DOC_ID = LT_J8A3T0001-TAR_ARC_DO AR_OBJECT = LT_J8A3T0001-TAR_AR_OBJ OBJECT_ID = LT_TOAXX-OBJECT_ID SAP_OBJECT = LT_TOAXX-SAP_OBJECT DOC_TYPE = LT_J8A3T0001-TAR_DOC_TY EXCEPTIONS ERROR_CONNECTIONTABLE = 1 OTHERS = 2.

J_8A3_L_LINK_ORIGINAL_TARGET CALL FUNCTION 'J_8A3_L_LINK_ORIGINAL_TARGET' EXPORTING PI_ARCHIV_ID = LT_J8A3T0001-ARCHIV_ID PI_ARC_DOC_ID = LT_J8A3T0001-ARC_DOC_ID PI_DOC_CLASS = TOADV-DOC_TYPE PI_TAR_ARCHIV_ID = LT_J8A3T0001-TAR_ARC_ID PI_TAR_ARC_DOC_ID = LT_J8A3T0001-TAR_ARC_DO PI_TAR_DOC_CLASS = LT_J8A3T0001-TAR_DOC_TY 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 J_8A3P01 or its description.