SAP Reports / Programs | Financial Services | Value Adjustment(FS-RBD) SAP FS

/IBS/DRB_BA_LISTCHANGEDOCUMENT SAP ABAP Report - RBD: RBD Account -> Change Documents







/IBS/DRB_BA_LISTCHANGEDOCUMENT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is called by the function module /IBS/RB_BA_AENDBELEGE_ANZ in order to select the change documents for the transferred objects using the module CHANGEDOCUMENT_READ...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /IBS/DRB_BA_LISTCHANGEDOCUMENT into the relevant SAP transactions such as SE38 or SE80


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 /IBS/DRB_BA_LISTCHANGEDOCUMENT. "Basic submit
SUBMIT /IBS/DRB_BA_LISTCHANGEDOCUMENT AND RETURN. "Return to original report after report execution complete
SUBMIT /IBS/DRB_BA_LISTCHANGEDOCUMENT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: RBD: RBD Account -> Change Documents
Text Symbol: 001 = Chg. document
Text Symbol: 002 = Output Control
Text Symbol: 003 = Obj. Value
Text Symbol: 004 = Version
Text Symbol: 011 = Change
Text Symbol: 012 = Deletion
Text Symbol: 013 = Entry
Text Symbol: 014 = Deletion
Text Symbol: 015 = Read Error
Text Symbol: 016 = Key
Text Symbol: 050 = Change Type
Text Symbol: 051 = Chg.Type
Text Symbol: 052 = Ty.
Text Symbol: 101 = No items found
Text Symbol: 102 = Read Error


INCLUDES used within this REPORT /IBS/DRB_BA_LISTCHANGEDOCUMENT

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:

CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING objectclass = objekt objectid = objktid1 username = aenderer time_of_change = zeit date_of_change = datum changenumber = nummer tablename = tabname1 tablekey = tabkey1 TABLES editpos = it_kto_ausg EXCEPTIONS no_position_found = 1 OTHERS = 2.

CHANGEDOCUMENT_READ_RANGES CALL FUNCTION 'CHANGEDOCUMENT_READ_RANGES' EXPORTING changenumber_tab = r_nummer date_of_change = datum objectclass_tab = r_objekt objectid_tab = r_objektid2 tablename_tab = r_tabname2 time_of_change = zeit username_tab = r_aenderer tablekey254_tab = r_tabkey2 TABLES editpos = it_kvv_ausg EXCEPTIONS no_position_found = 1 OTHERS = 2.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = -vertv IMPORTING output = -vertv.

CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING objectclass = objekt objectid = objktid3 username = aenderer time_of_change = zeit date_of_change = datum changenumber = nummer tablename = tabname3 tablekey = tabkey3 TABLES editpos = it_kto_date_ausg EXCEPTIONS no_position_found = 1 OTHERS = 2.

/IBS/RB_RBD_T CALL FUNCTION '/IBS/RB_RBD_T' EXPORTING i_rbdid = $h_rbdid IMPORTING e_rbd_t = $wa_rbd_t EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 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 /IBS/DRB_BA_LISTCHANGEDOCUMENT or its description.