SAP Reports / Programs | Application Platform | Master Data | SAP Business Partner(AP-MD-BP) SAP AP

BUSCHDOC SAP ABAP Report - Change Document Display







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


Transaction Code(s):

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

PSOB0200 - BDT Change Document List


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





Selection Text: $O035 = RE Key
Selection Text: $O034 = RE Key
Selection Text: $O033 = RE Key
Selection Text: $O032 = RE Key
Selection Text: $O031 = ArchObj
Selection Text: $O030 = RE Key
Selection Text: $O029 = Functional Area
Selection Text: $O028 = Plan number of the retirement
Selection Text: $D000 = General Data
Selection Text: $D001 = Company Code Data
Selection Text: $D001001 = Company Code
Selection Text: $D002 = Financial Product
Selection Text: $D002001 = Dunning Area
Selection Text: $D003 = Dunning Area Data
Selection Text: $D003001 = Company Code
Selection Text: $D003002 = Dunning Area
Selection Text: $D004 = Billing Group Data
Selection Text: $D004001 = Company Code
Selection Text: $D005 = FSCM Credit Segment
Selection Text: $D005001 = Credit Segment
Selection Text: $D006 = Differentiation
Selection Text: $D006001 = Differentiation Criterion
Selection Text: $O001 = Internal Acct Number
Selection Text: $O002 = Bank Area
Selection Text: $O003 = Internal Acct Number
Selection Text: $O004 = Bank Area
Title: Change Document Display
Text Symbol: B03 = Output Control
Text Symbol: B02 = Other Selections
Text Symbol: B01 = General Selections
Text Symbol: AWE = Old Value
Text Symbol: ANW = Applicatn Object
Text Symbol: AMO = Creatns/Modifications
Text Symbol: ALL = All Changes
Text Symbol: AEN = Chgd By
Text Symbol: AEB = Change Docs:
Text Symbol: ADL = Creatns/Deletions
Text Symbol: 003 = Field name is missing
Text Symbol: 002 = *** Deleted ***





Text Symbol: 001 = *** Created ***
Text Symbol: DAT = Date
Text Symbol: DEL = Deletions Only
Text Symbol: DFT = DifType
Text Symbol: DLM = Deletions/Modifications
Text Symbol: FNA = Fld Name
Text Symbol: INS = Creatn.Only
Text Symbol: MOD = Modifications Only
Text Symbol: NOL = No values correspond to the selection criteria
Text Symbol: NWE = New Value
Text Symbol: T01 = Sort By
Text Symbol: TFN = Tech.Field Name
Text Symbol: UNG = Is Invalid
Text Symbol: WES = Additional Key/s
Text Symbol: ZEI = Time


INCLUDES used within this REPORT BUSCHDOC

INCLUDE BUSGENC2.
INCLUDE BUSGENC1.


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:

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.



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