IBRO_DUNNSTATUS 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 IBRO_DUNNSTATUS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IBR75 - Dunning Status History
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: BROKER = Broker
Selection Text: BRO_CONT = Broker Contract
Selection Text: LAUFD = Date ID
Selection Text: LAUFI = Identification
Selection Text: P_VARI = D Display Variant
Selection Text: VTREF = Customer Contract
Title: Broker Dunning Status History
Text Symbol: 001 = Data Is Being Read
Text Symbol: 002 = Broker Dunning Status
Text Symbol: 003 = Broker:
Text Symbol: 004 = Broker Contract:
Text Symbol: 005 = For Dunning Act. Run
Text Symbol: 012 = DP Activities
Text Symbol: 013 = Step
Text Symbol: 014 = DL
Text Symbol: 025 = Activities Executed by Dunning Run
Text Symbol: 028 = Canceltn Level
INCLUDE LFKKCFCCOM.
No SAP DATABASE tables are accessed within this REPORT code!
VKKMA6_F4_BROKER call function 'VKKMA6_F4_BROKER' changing broker = broker bro_contract = bro_cont.
VKKMA6_F4_BRO_CONTRACT call function 'VKKMA6_F4_BRO_CONTRACT' changing bro_contract = bro_cont.
VKKMA6_F4_VTREF call function 'VKKMA6_F4_VTREF' changing vtref = vtref exceptions others = 1.
CONVERT_DATE_TO_INTERNAL call function 'CONVERT_DATE_TO_INTERNAL' exporting date_external = lc_date importing date_internal = l_date.
VKKMA6_F4_LAUFD call function 'VKKMA6_F4_LAUFD' changing laufd = laufd exceptions others = 1.
REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = g_save changing cs_variant = gx_variant exceptions not_found = 2.
REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = g_repid i_callback_pf_status_set = g_status_set i_callback_user_command = g_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = it_special_groups = gt_sp_group[] * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * i_default = g_default i_save = g_save is_variant = g_variant it_events = gt_events[] * IT_EVENT_EXIT = i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item is_keyinfo = gs_keyinfo * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = tables t_outtab_header = gt_vvkkmhist_header t_outtab_item = gt_vvkkmhist_item.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting * I_PROGRAM_NAME = i_internal_tabname = g_tabname_header *-Integration VVKKMHIST in FKKMAKO * I_STRUCTURE_NAME = 'VVKKMHIST' i_structure_name = 'FKKMAKO' * I_CLIENT_NEVER_DISPLAY = 'X' changing ct_fieldcat = e01_lt_fieldcat[].
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting * I_PROGRAM_NAME = i_internal_tabname = g_tabname_item *-Integration VVKKMHIST in FKKMAKO * I_STRUCTURE_NAME = 'VVKKMHIST' i_structure_name = 'FKKMAKO' * I_CLIENT_NEVER_DISPLAY = 'X' changing ct_fieldcat = e01_lt_fieldcat[].
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = e03_lt_events.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting * percentage = 30 text = text-001.
VKK_CONTRACT_READ_NEW * CALL FUNCTION 'VKK_CONTRACT_READ_NEW' * EXPORTING * I_INSOBJECT = VTREF * IMPORTING * E_VKCONTRACT = VKCONTRACT * EXCEPTIONS * NOT_FOUND = 1 * NOT_CONSISTENT = 2 * OTHERS = 3.
VKKR_ACCOUNT_INFO * CALL FUNCTION 'VKKR_ACCOUNT_INFO' * EXPORTING * I_MANDT = SY-MANDT * I_INSOB = VTREF * I_STIDT = SY-DATUM * I_XAUGP = ' ' * I_XLOCK = 'X' ** i_stakz = 'X' * IMPORTING * E_VKKKINKO = VKKKINKO * RETTYP = RETTYP * RETCODE = RETCODE * RETTEXT = RETTEXT * TABLES * T_LOCK = T_LOCK * T_SALDO_WAERS = T_SALDO_WAERS * EXCEPTIONS * OTHERS = 1.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = top_of_list.
HELP_VALUES_GET_NO_DD_NAME call function 'HELP_VALUES_GET_NO_DD_NAME' exporting * CUCOL = 0 * CUROW = 0 display = 'X' selectfield = selectfield titel = title * NO_PERS_HELP_SELECT = ' ' title_in_values_list = zeile * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * USE_USER_SELECTIONS = ' ' * WRITE_SELECTFIELD_IN_COLOURS = 'X' * NO_SCROLL = ' ' * NO_CONVERSION = ' ' * REDUCED_STATUS_ONLY = ' ' * NO_MARKING_OF_CHECKVALUE = ' ' * NO_DISPLAY_OF_PERS_VALUES = ' ' importing ind = ind tables fields = anzfields full_table = anztab * USER_SEL_FIELDS = exceptions full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 others = 6.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'IBRO_DUNNSTATUS' dynumb = '1000' translate_to_upper = 'X' tables dynpfields = fields.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IBRO_DUNNSTATUS - Broker Dunning Status History IBRO_DUNNSTATUS - Broker Dunning Status History IBRO_CUST - Customers for Broker IBRO_CUST - Customers for Broker IBRO_CD_BROOBJ_BOR - Program for Object Category CD_BROOBJ : Broker Contract IBRO_CD_BROOBJ_BOR - Program for Object Category CD_BROOBJ : Broker Contract