SAP Reports / Programs

RFBIDE10 SAP ABAP Report - Transfer Customer Master Data from Source Company Code: Send







RFBIDE10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using program RFBIDE10, you can transfer customer master records maintained in a source company code to other target company codes...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 RFBIDE10 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 RFBIDE10. "Basic submit
SUBMIT RFBIDE10 AND RETURN. "Return to original report after report execution complete
SUBMIT RFBIDE10 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: BUKRS = Company code
Selection Text: DATUM = From change date
Selection Text: DS_NAME = File name
Selection Text: GROUP = Batch input session name
Selection Text: KUNNR = Customer
Selection Text: UE_BUKRS = Target company code
Selection Text: XD01 = Master data
Selection Text: XD05 = Block indicator
Selection Text: XD06 = Deletion flags
Selection Text: XDIRE = Copy master data directly
Selection Text: XNONUNIC = File in Non-Unicode Format
Selection Text: XPROT = Create log
Title: Transfer Customer Master Data from Source Company Code: Send
Text Symbol: CDS = Write data to sequential file (only for external SAP systems)
Text Symbol: CUE = Transfer data directly
Text Symbol: PL1 = Transfer customer master data
Text Symbol: PL2 = Source company code &
Text Symbol: PT1 = Master data
Text Symbol: PT5 = Block indicator
Text Symbol: PT6 = Deletion flags
Text Symbol: PU1 = Customer ;;


INCLUDES used within this REPORT RFBIDE10

INCLUDE RFDBRMAC.


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:

POPUP_NO_LIST * CALL FUNCTION 'POPUP_NO_LIST'.

GET_EMAIL_FROM_HASH CALL FUNCTION 'GET_EMAIL_FROM_HASH' EXPORTING I_ADRNR = l_adrnr I_ADHASH = knb1-ad_hash IMPORTING E_SMTP_ADDR = l_email_addr EXCEPTIONS NO_MATCH_FOUND = 1 OTHERS = 3.

MOVE_BKNB1_2_FILE1 CALL FUNCTION 'MOVE_BKNB1_2_FILE1' EXPORTING BKNB1 = BKNB1 IMPORTING FILE1 = l_FILE1.

POPUP_NO_LIST CALL FUNCTION 'POPUP_NO_LIST'.

GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING JOBCOUNT = my_jobcount JOBNAME = my_jobname EXCEPTIONS NO_RUNTIME_INFO = 1 OTHERS = 2.

BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING JOB_READ_JOBCOUNT = my_jobcount JOB_READ_JOBNAME = my_jobname JOB_READ_OPCODE = btc_read_jobhead_only IMPORTING JOB_READ_JOBHEAD = jobhead EXCEPTIONS INVALID_OPCODE = 1 JOB_DOESNT_EXIST = 2 JOB_DOESNT_HAVE_STEPS = 3 OTHERS = 4.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING LOGICAL_FILENAME = 'FI_COPY_COMPANY_CODE_DATA_FOR_CUSTOMERS' PARAMETER_1 = DS_NAME IMPORTING FILE_NAME = DS_NAME1.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-cprog CHANGING physical_filename = ds_name1 EXCEPTIONS OTHERS = 1.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = lt_eventtab TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = i_strname CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 1 IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING E_WIDTH = gd_linsz.

FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd IMPORTING EO_FORM_GRID = lo_grid.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = gs_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gs_log_handle i_s_msg = ls_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING E_S_DISPLAY_PROFILE = ls_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_profile i_t_log_handle = gt_log_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 0 no_authority = 4 OTHERS = 5.

BAL_DSP_LOG_PRINT CALL FUNCTION 'BAL_DSP_LOG_PRINT' EXPORTING i_s_display_profile = ls_profile i_t_log_handle = gt_log_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

FI_TECH_ACCNO_CHECK_TRY





CALL FUNCTION 'FI_TECH_ACCNO_CHECK_TRY' EXPORTING i_bankn = i_bknbk-bankn IMPORTING e_xtech = l_xtech.

READ_IBAN CALL FUNCTION 'READ_IBAN' EXPORTING I_BANKS = i_bknbk-banks I_BANKL = i_bknbk-bankl I_BANKN = i_bknbk-bankn I_BKONT = i_bknbk-bkont IMPORTING E_IBAN = i_bknbk-iban E_IBAN_VALID_FROM = l_valid_from EXCEPTIONS iban_not_found = 1 others = 2 .

READ_IBAN CALL FUNCTION 'READ_IBAN' EXPORTING i_banks = i_bknbk-banks i_bankl = i_bknbk-bankl i_bankn = i_bknbk-bankn i_bkont = space IMPORTING e_iban = l_bknbk_iban-iban EXCEPTIONS iban_not_found = 1 others = 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 RFBIDE10 or its description.