BUSCHDOC 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 BUSCHDOC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PSOB0200 - BDT Change Document List
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: $O027 = Bank Area
Selection Text: $O026 = To
Selection Text: $O025 = Payment card type
Selection Text: $O024 = No. Variable Trans.
Selection Text: $O023 = Business Partner
Selection Text: $O022 = Company Code
Selection Text: $O021 = Grant
Selection Text: $O020 = Funded Program
Selection Text: $O019 = FM Area
Selection Text: $O018 = Budget Period
Selection Text: $O017 = Business Partner
Selection Text: $O016 = Contract Account
Selection Text: $O015 = Prepaid Account
Selection Text: $O014 = Provider Contract
Selection Text: $O013 = Master Agreement
Selection Text: $O012 = Client
Selection Text: $O011 = Contract Number
Selection Text: $O010 = Commission Application
Selection Text: $O009 = Business Partner
Selection Text: $O008 = Role definition cat.
Selection Text: $O007 = Relationship Cat.
Selection Text: $O006 = Business Partner
Selection Text: $O005 = Standing Order No.
Selection Text: XTECH = Technical Field Names
Selection Text: XPLCHDOC = Planned Changes
Selection Text: XCHDOC = Change Documents
Selection Text: UNAME = Changed By
Selection Text: UDATE = Changed On
Selection Text: SORTK = Sort Order
Selection Text: ABFLD = Field Name
Selection Text: $O043 = RE Key
Selection Text: $O042 = RE Key
Selection Text: $O041 = Object Number
Selection Text: $O040 = RE Key
Selection Text: $O039 = RE Key
Selection Text: $O038 = RE Key
Selection Text: $O037 = Contract Number
Selection Text: $O036 = Company Code
INCLUDE BUSGENC2.
INCLUDE BUSGENC1.
No SAP DATABASE tables are accessed within this REPORT code!
BUS_TBZ1_SELECT_SINGLE CALL FUNCTION 'BUS_TBZ1_SELECT_SINGLE' EXPORTING I_OBJAP = GV_OBJAP IMPORTING E_TBZ1 = TBZ1 EXCEPTIONS NOT_FOUND = 1.
BUS_FIELD_OF_APPLOBJ_F4 CALL FUNCTION 'BUS_FIELD_OF_APPLOBJ_F4' EXPORTING I_OBJAP = GV_OBJAP I_TABNAME = GC_TABNAME I_FIELDNAME = GC_FIELDNAME * I_XDISPLAY = ' ' CHANGING C_TBFLD = GV_ABFLD_SEL EXCEPTIONS WRONG_IMPORT_PARAMETERS = 1 OTHERS = 2.
BUS_FIELD_OF_APPLOBJ_F4 CALL FUNCTION 'BUS_FIELD_OF_APPLOBJ_F4' EXPORTING I_OBJAP = GV_OBJAP I_TABNAME = GC_TABNAME I_FIELDNAME = GC_FIELDNAME * I_XDISPLAY = ' ' CHANGING C_TBFLD = GV_ABFLD_SEL EXCEPTIONS WRONG_IMPORT_PARAMETERS = 1 OTHERS = 2.
BDT_TBZ1F_GET CALL FUNCTION 'BDT_TBZ1F_GET' EXPORTING IV_OBJCN = GC_OBJCN_BUSS IV_OBJAP = GV_OBJAP TABLES ET_TBZ1F = LT_TBZ1F EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
BUS_CHANGE_DOCUMENT CALL FUNCTION 'BUS_CHANGE_DOCUMENT' EXPORTING I_OBJAP = GV_OBJAP I_SORTK = SORTK I_XTECH = XTECH I_POPUP = XPOPUP I_XCHDOC = XCHDOC I_XPLCHDOC = XPLCHDOC TABLES T_UDATE = UDATE T_UNAME = UNAME T_ABFLD = ABFLD T_OBJECTID = GT_OBJECTID EXCEPTIONS OTHERS = 1.
BUS_TBZ1_SELECT_SINGLE CALL FUNCTION 'BUS_TBZ1_SELECT_SINGLE' EXPORTING I_OBJAP = GV_OBJAP IMPORTING E_TBZ1 = TBZ1 EXCEPTIONS NOT_FOUND = 1.
BUS_TBZ9C_SELECT_ALL CALL FUNCTION 'BUS_TBZ9C_SELECT_ALL' TABLES T_TBZ9C = LT_TBZ9C.
BUS_TBZ1G_SELECT_WITH_OBJAP CALL FUNCTION 'BUS_TBZ1G_SELECT_WITH_OBJAP' EXPORTING I_OBJAP = GV_OBJAP TABLES T_TBZ1G = LT_TBZ1G EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING funcname = xtbz1f-fname TABLES exception_list = lt_rsexc export_parameter = lt_rsexp import_parameter = lt_rsimp tables_parameter = lt_rstbl EXCEPTIONS OTHERS = 1.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = SLGTAB_AO-TNAME TABLES DFIES_TAB = TABINFO EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = SLGTAB_AO-TNAME TABLES DFIES_TAB = TABINFO EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.
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 BUSCHDOC or its description.