BBP_SUS_BUPA_MM_BUYER_CREATE01 is a standard ABAP INCLUDE 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 BBP_SUS_BUPA_MM_BUYER_CREATE01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ADDR_SET_DIALOG_FOR_REG_DATA CALL FUNCTION 'ADDR_SET_DIALOG_FOR_REG_DATA' EXPORTING dialog_allowed = 'X' EXCEPTIONS wrong_value = 1 OTHERS = 2.
ADDR_CHECK CALL FUNCTION 'ADDR_CHECK' EXPORTING address_object_type = '1' IMPORTING returncode = lv_returncode TABLES error_table = lt_error_table CHANGING address_data_1 = ls_addr EXCEPTIONS parameter_error = 1 OTHERS = 2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = p_buk IMPORTING output = lv_extno.
BBP_SUS_BUPA_BUYER_CREATE CALL FUNCTION 'BBP_SUS_BUPA_BUYER_CREATE' EXPORTING is_central = ls_central is_centralorg = ls_centralorg is_address = ls_address iv_commit = 'X' IMPORTING ev_bp = lv_bp TABLES it_adtel = lt_tel it_adfax = lt_fax it_taxclass = lt_taxclass it_cmpmap = lt_cmpmap it_partner_roles = lt_partner_roles et_return = lt_return[].
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = sy-msgty cl = sy-msgid number = sy-msgno par1 = sy-msgv1 par2 = sy-msgv2 par3 = sy-msgv3 par4 = sy-msgv4 IMPORTING return = ls_return.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = lv_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
BAL_LOG_MSG_DELETE_ALL CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = lv_log_handle EXCEPTIONS log_not_found = 1 OTHERS = 2.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_log_handle i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.
BAL_DSP_PROFILE_SINGLE_LOG_GET call function 'BAL_DSP_PROFILE_SINGLE_LOG_GET' importing e_s_display_profile = l_s_display_profile exceptions others = 1.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_display_profile = l_s_display_profile exceptions others = 1.
BBP_SUS_BUPA_EXT_TO_ID CALL FUNCTION 'BBP_SUS_BUPA_EXT_TO_ID' EXPORTING iv_extnum = ls_cmpmap-bp_extno iv_logsys = ls_cmpmap-log_sys iv_bp_fnctype = gc_bpfctype_buyer IMPORTING ev_bp = lv_buyer.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = sy-msgty cl = sy-msgid number = sy-msgno par1 = sy-msgv1 par2 = sy-msgv2 par3 = sy-msgv3 par4 = sy-msgv4 IMPORTING return = ls_return.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BBP_SUS_BUPA_MM_BUYER_CREATE01 - BBPSUSBUPAMMBUYERCREATE01 BBP_SUS_BUPA_MM_BUYER_CREATE - Include BBP_SUS_BUPA_MM_BUYER_CREATE BBP_SUS_BUPA_MM_BUYER_CREATE - Include BBP_SUS_BUPA_MM_BUYER_CREATE BBP_SUS_BUPA_DUPLICATE_PROCESS - Processing of Duplicate Business Partners BBP_SUS_BUPA_DUPLICATE_PROCESS - Processing of Duplicate Business Partners BBP_SUS_BUPA_DUPLICATE_O01 - BBPSUSBUPADUPLICATEO01