SAP Reports / Programs

OAFIND_2 SAP ABAP Report - ArchiveLink: Stored Documents Search







OAFIND_2 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 OAFIND_2 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 OAFIND_2. "Basic submit
SUBMIT OAFIND_2 AND RETURN. "Return to original report after report execution complete
SUBMIT OAFIND_2 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: ARCDOCID = Document ID
Selection Text: ARCHIVE = Archive
Selection Text: AR_DATE = Archiving date from
Selection Text: DEL_DATE = Delete date
Selection Text: DOCCLASS = Document class
Selection Text: DOCUMENT = Document type
Selection Text: DOWNLOAD = Table in File
Selection Text: LIMIT = D Number of Documents
Selection Text: MANDANT = Client
Selection Text: OBJECT = Business object
Selection Text: OBJECTID = D SAP Object ID
Selection Text: UNT_DATE = Archiving date to
Title: ArchiveLink: Stored Documents Search
Text Symbol: 101 = Key field entry


INCLUDES used within this REPORT OAFIND_2

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:

SWO_QUERY_KEYFIELDS call function 'SWO_QUERY_KEYFIELDS' exporting objtype = objtyp importing return = return tables info = infotab.

ARCHIV_POPUP_OBJECT_KEY call function 'ARCHIV_POPUP_OBJECT_KEY' exporting * DISPLAY = ' ' objtype = objtyp title = 'Schlüsselfeldeingabe'(101) generic = 'X' importing objkey = key exceptions error_parameter = 1 user_cancel = 2 others = 3.

SWO_QUERY_KEYFIELDS call function 'SWO_QUERY_KEYFIELDS' exporting objtype = objtyp importing return = return tables info = infotab.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'OBJECT' pvalkey = 'OAFIND_21000' dynpprog = dyname dynpnr = dynumb dynprofield = 'OBJECT' value_org = 'S' callback_program = dyname callback_form = 'CALLBACK1' tables value_tab = dynpfield_tab exceptions others = 0.



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