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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.