BDSFIND_1 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 BDSFIND_1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OAER - SAP ArchiveLink: Document search
OAOR - Business Document Service: Documents
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: OBJKEY = Object key
Selection Text: KEY_5 = 5th keyword
Selection Text: KEY_4 = 4th keyword
Selection Text: KEY_3 = 3rd keyword
Selection Text: KEY_2 = 2nd keyword
Selection Text: KEY_1 = 1st keyword
Selection Text: DOCTYPE2 = Document type
Selection Text: DOCTYPE = Document type
Selection Text: DOCCLASS = Document class
Selection Text: DESCRIP2 = Description
Selection Text: DESCRIP = Description
Selection Text: CREAUSER = Created by
Selection Text: CREAUSE2 = Created by
Selection Text: CONTREP2 = Storage system
Selection Text: CONTREP = Storage system
Selection Text: CLASSTYP = Class type
Selection Text: CLASSN = Class name
Selection Text: CHANUSER = Last changed by
Selection Text: CHANUSE2 = Last changed by
Title: Start Business Document Navigator
Text Symbol: 101 = Key Field Entry
Text Symbol: 004 = Do you want to continue?
Text Symbol: 003 = Keywords
Text Symbol: 002 = Attributes
Text Symbol: 001 = Identification of application object
Text Symbol: 000 = Business Document Navigator
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_HELP_HANDLING CALL FUNCTION 'RS_HELP_HANDLING' EXPORTING dynpfield = 'CLASSN' dynpname = sy-dynnr object = 'SOBJ' progname = 'BDSFIND_1' suppress_selection_screen = 'X' variant = 'SAP&STANDARD' EXCEPTIONS OTHERS = 0.
SWO_OBJTYPE_EXIST CALL FUNCTION 'SWO_OBJTYPE_EXIST' EXPORTING objtype = l_classname EXCEPTIONS objtype_not_found = 1 OTHERS = 2.
ARCHIV_POPUP_OBJECT_KEY CALL FUNCTION 'ARCHIV_POPUP_OBJECT_KEY' EXPORTING objtype = objtyp objkey = objkey title = 'Schlüsselfeldeingabe'(101) generic = 'X' IMPORTING objkey = key EXCEPTIONS error_parameter = 1 user_cancel = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-000 diagnose_object = 'BDS_BOR_OBJECT_NOT_FOUND' text_question = text-004 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' default_button = '2' display_cancel_button = space * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = l_answer TABLES parameter = l_parameter EXCEPTIONS text_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BDSFIND_1 - Start Business Document Navigator BDSFIND_1 - Start Business Document Navigator BDSFIND - SAP ArchiveLink: Stored documents search BDSFIND - SAP ArchiveLink: Stored documents search BDSDISPLAY - Business Document Service: Object links display BDSDISPLAY - Business Document Service: Object links display