BUR_ADDR3_CD_FILL 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 BUR_ADDR3_CD_FILL into the relevant SAP transactions such as SE38 or SE80
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.
Title: Fill Table BUP_ADDR_CD
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BUS_CDOBJECTID_SELECT_WTH_LIKE call function 'BUS_CDOBJECTID_SELECT_WTH_LIKE' exporting iv_objectclas = lc_objectclas_am3 iv_objectid_pattern = lv_objid_pattern tables et_cdhdr = lt_cdhdr.
BUA_ADDRESS_GET_ALL call function 'BUA_ADDRESS_GET_ALL' exporting i_partner = lt_but000-partner tables t_address = lt_address exceptions others = 1.
BUS_CDOBJECTID_SELECT_WTH_LIKE call function 'BUS_CDOBJECTID_SELECT_WTH_LIKE' exporting iv_objectclas = lc_objectclas_am3 iv_objectid_pattern = lv_objid_pattern tables et_cdhdr = lt_cdhdr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.