RFTBP030 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 RFTBP030 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.
Selection Text: P_PRDT = Show Log Details
Selection Text: P_RUN = Update Run
Selection Text: P_TEST = Test Run (w/o DB Change)
Selection Text: S_GROUP = D Grouping
Selection Text: S_PART = D Business Partner
Selection Text: S_TYPE = D Business Partner Category
Title: Data Transfer from Table BUT030 to BUT021_fs
Text Symbol: 001 = Validity Date for All Address Usages
Text Symbol: 002 = Process Control for the Data Transfer from Table BP030 to BUT021_FS
Text Symbol: 003 = Data Transfer from BP030 to BUT021_FS
Text Symbol: 040 = Selection of Business Partners for Processing
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FTBU_CONVERT_MAIN_LOCAL CALL FUNCTION 'FTBU_CONVERT_MAIN_LOCAL' EXPORTING i_test = p_test * i_check = par_ucts i_run = p_run i_protokoll_name = gv_protokoll i_protokoll_show = 'X' i_protokoll_detail = p_prdt i_projekt = '3' i_tabname = 'RFTBP030' EXCEPTIONS ztpkt = 1 OTHERS = 2.
FSBP_READ_BUT021_FS CALL FUNCTION 'FSBP_READ_BUT021_FS' EXPORTING i_partner = gt_bp000-partner i_date = '00000000' TABLES t_but021_fs = gt_but021_fs EXCEPTIONS wrong_parameters = 1 not_found = 2 OTHERS = 3.
FTBU_CONV_TP14 CALL FUNCTION 'FTBU_CONV_TP14' EXPORTING i_adr_ref = gt_bp030-adr_ref_k IMPORTING e_adr_kind = gv_adr_kind EXCEPTIONS no_entry = 1 no_ucust = 2 OTHERS = 3.
FTBU_CONVERT_SET_COUNTER CALL FUNCTION 'FTBU_CONVERT_SET_COUNTER' EXPORTING i_counter_read = gv_counter_read i_counter_ok = gv_counter_ok * i_counter_w = '3' i_counter_error = gv_counter_error i_flag_abbr = ' ' i_flag_eof = 'X' i_flag_read = 'X'.
FTBU_CONVERT_MAIN_LOCAL_SAVE CALL FUNCTION 'FTBU_CONVERT_MAIN_LOCAL_SAVE'.
FTBU_CONVERT_PROTOKOLL_FILL CALL FUNCTION 'FTBU_CONVERT_PROTOKOLL_FILL' EXPORTING i_idx = par_idx i_newobjekt = par_newobj i_ag = par_ag i_msgnr = par_msgnr i_severity = severity i_level = level i_var1 = lv_var1 i_var2 = lv_var2 i_var3 = lv_var3 i_var4 = lv_var4.
BUPA_FS04_WRITE_DOCUMENT CALL FUNCTION 'BUPA_FS04_WRITE_DOCUMENT' EXPORTING objectid = hlp_cdhdr-objectid tcode = hlp_cdhdr-tcode utime = hlp_cdhdr-utime udate = hlp_cdhdr-udate username = hlp_cdhdr-username planned_change_number = hlp_cdhdr-planchngnr object_change_indicator = hlp_cdhdr-object_change_indicator planned_or_real_changes = hlp_cdhdr-planned_or_real_changes no_change_pointers = ' ' * UPD_ICDTXT_BUPA_FS04 = ' ' upd_but021_fs = 'U' TABLES icdtxt_bupa_fs04 = icdtxt_bupa_fs04 xbut021_fs = zbut021_fs ybut021_fs = ybut021_fs.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTBP030 - Data Transfer from Table BUT030 to BUT021_fs RFTBP030 - Data Transfer from Table BUT030 to BUT021_fs RFTBOF02 - Distribution List for Master Data - Listed Options RFTBOF02 - Distribution List for Master Data - Listed Options RFTBOF01 - Distribution List for Master Data - Futures RFTBOF01 - Distribution List for Master Data - Futures