SAP Reports / Programs

RFSADT0010 SAP ABAP Report - Conversion of Object Addresses (Keep Same Object Key)







RFSADT0010 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With release Banking 4...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 RFSADT0010 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 RFSADT0010. "Basic submit
SUBMIT RFSADT0010 AND RETURN. "Return to original report after report execution complete
SUBMIT RFSADT0010 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: S_OBJNR = D Object Number
Title: Conversion of Object Addresses (Keep Same Object Key)
Text Symbol: T11 = Conversion for Object Numbers
Text Symbol: T10 = ...of which contain errors:
Text Symbol: T09 = ...converted..............:
Text Symbol: T08 = of which already converted:
Text Symbol: T07 = ...read...................:
Text Symbol: T06 = End :
Text Symbol: T05 = Object Type Conversion
Text Symbol: T04 = Database Change
Text Symbol: T03 = Check Run
Text Symbol: T02 = Start:
Text Symbol: T01 = Object Address Conversion
Text Symbol: T00 = Without Changing Object Key
Text Symbol: S06 = Block
Text Symbol: S05 = Address Check
Text Symbol: S04 = Project
Text Symbol: S03 = Object Type
Text Symbol: S02 = Check Run
Text Symbol: S01 = Parametrization
Text Symbol: S00 = Project


INCLUDES used within this REPORT RFSADT0010

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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' * exporting * COLLECT_AND_SEND = ' ' * RESET = 'X' * LINE_FROM = '000' * LINE_TO = '999' EXCEPTIONS * OTHERS = 1.

FTBU_CONVERT_MAIN_LOCAL CALL FUNCTION 'FTBU_CONVERT_MAIN_LOCAL' EXPORTING i_test = p_test * I_CHECK = i_run = con_true * I_PROTOKOLL_NAME = i_protokoll_show = con_true * I_PROTOKOLL_DETAIL = i_projekt = par_proj i_tabname = lv_subproj * I_CON_PACK = '00100' IMPORTING e_flag_no = lv_flg_no EXCEPTIONS ztpkt = 1 OTHERS = 2 .

ADDR_MEMORY_SAVE CALL FUNCTION 'ADDR_MEMORY_SAVE' * EXPORTING * EXECUTE_IN_UPDATE_TASK = ' ' EXCEPTIONS address_number_missing = 1 person_number_missing = 2 internal_error = 3 database_error = 4 reference_missing = 5 OTHERS = 6.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS a_message = 1 e_message = 2 i_message = 3 w_message = 4 OTHERS = 5.

MESSAGES_SHOW * CALL FUNCTION 'MESSAGES_SHOW' ** exporting ** CORRECTIONS_OPTION = ' ' ** CORRECTIONS_FUNC_TEXT = ' ' ** LINE_FROM = '000' ** LINE_TO = '999' ** OBJECT = ' ' ** SEND_IF_ONE = ' ' ** SHOW_LINNO = 'X' ** BATCH_LIST_TYPE = 'J' ** importing ** corrections_wanted = * EXCEPTIONS ** inconsistent_range = 1 ** no_messages = 2 ** OTHERS = 3.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' * EXPORTING * I_ZEILE = ' ' * I_INCL_TITLE = 'X' TABLES t_mesg = lt_mesg.

FTBU_CONVERT_PROTOKOLL_FILL CALL FUNCTION 'FTBU_CONVERT_PROTOKOLL_FILL' EXPORTING i_idx = 0 i_newobjekt = con_false i_ag = lv_mesg-arbgb i_msgnr = lv_mesg-txtnr i_severity = lv_mesg-msgty i_level = 1 i_var1 = lv_mesg-msgv1 i_var2 = lv_mesg-msgv2 i_var3 = lv_mesg-msgv3 i_var4 = lv_mesg-msgv4 * IMPORTING * E_PROTOKOLL_DETAIL = .

FTBU_CONVERT_SET_COUNTER CALL FUNCTION 'FTBU_CONVERT_SET_COUNTER' EXPORTING i_counter_read = lv_cnt_read i_counter_ok = lv_cnt_ok i_counter_w = lv_cnt_warn i_counter_error = lv_cnt_error i_flag_abbr = flg_abbr i_flag_eof = flg_eof i_flag_read = flg_read.

FTBU_CONVERT_MAIN_LOCAL_SAVE CALL FUNCTION 'FTBU_CONVERT_MAIN_LOCAL_SAVE' .

ADDR_MEMORY_CLEAR CALL FUNCTION 'ADDR_MEMORY_CLEAR' * EXPORTING * FORCE = ' ' EXCEPTIONS unsaved_data_exist = 1 internal_error = 2 OTHERS = 3.

ADDR_INSERT CALL FUNCTION 'ADDR_INSERT' EXPORTING address_data = lv_addr1_data address_group = con_addr_group_immo address_handle = lv_address-handle * DATE_FROM = '00010101' * LANGUAGE = SY-LANGU * CHECK_EMPTY_ADDRESS = 'X' check_address = lv_flg_chck IMPORTING address_data = lv_addr1_data returncode = lv_rc TABLES error_table = lt_addr_error EXCEPTIONS address_exists = 1 parameter_error = 2 internal_error = 3 OTHERS = 4.

ADDR_NUMBER_GET CALL FUNCTION 'ADDR_NUMBER_GET' EXPORTING address_handle = lv_address-handle address_reference = lv_addr_ref * PERSONAL_ADDRESS = ' ' * NUMBERRANGE_NUMBER = '01' * E071K_WA = * GENERATE_TRANSPORT_ENTRIES = * OWNER = 'X' * TABLE_NAME = * FIELD_NAME = * OBJKEY = IMPORTING address_number = lv_address-addrnumber * RETURNCODE_NUMBERRANGE = * TABLES * E071K_TAB = EXCEPTIONS address_handle_not_exist = 1 internal_error = 2 parameter_error = 3 OTHERS = 4.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = l_mesg-arbgb * EXCEPTION_IF_NOT_ACTIVE = 'X' msgty = l_mesg-msgty msgv1 = l_mesg-msgv1 msgv2 = l_mesg-msgv2 msgv3 = l_mesg-msgv3 msgv4 = l_mesg-msgv4 txtnr = l_mesg-txtnr zeile = p_zeile * importing * act_severity = * max_severity = EXCEPTIONS * message_type_not_valid = 1 * not_active = 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 RFSADT0010 or its description.