SAP Reports / Programs

BDSFIND_1 SAP ABAP Report - Start Business Document Navigator







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OAER - SAP ArchiveLink: Document search
OAOR - Business Document Service: Documents


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 BDSFIND_1. "Basic submit
SUBMIT BDSFIND_1 AND RETURN. "Return to original report after report execution complete
SUBMIT BDSFIND_1 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: 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


INCLUDES used within this REPORT BDSFIND_1

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:

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.



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