SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Enterprise/Business Partner Management(SRM-EBP-ADM) SAP SRM

BBP_VENDOR_CREATE_F07 SAP ABAP INCLUDE - BBPVENDORCREATEF07







BBP_VENDOR_CREATE_F07 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_VENDOR_CREATE_F07 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 BBP_VENDOR_CREATE_F07. "Basic submit
SUBMIT BBP_VENDOR_CREATE_F07 AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_VENDOR_CREATE_F07 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT BBP_VENDOR_CREATE_F07

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:

BBP_READ_ATTRIBUTES CALL FUNCTION 'BBP_READ_ATTRIBUTES' EXPORTING iv_user = sy-uname iv_scenario = 'BBP' iv_attr_single = lv_attr_single IMPORTING ev_attr_dft_single = ls_dft_single EXCEPTIONS object_id_not_found = 1 no_attributes_requested = 2 attributes_read_error = 3 OTHERS = 4.

HR_OBJECTBUPA_GETBUPA CALL FUNCTION 'HR_OBJECTBUPA_GETBUPA' EXPORTING is_object = ls_object IMPORTING es_hrobjbupa = ls_hrobjbupa EXCEPTIONS object_type_not_allowed = 1 OTHERS = 2.

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING iv_partner_guid = partner_guid1 IMPORTING ev_partner = partner1.

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING iv_partner = partner1 IMPORTING es_but000 = ls_but000.

BUPA_BUT000_MAP_TO_EXTERNAL CALL FUNCTION 'BUPA_BUT000_MAP_TO_EXTERNAL' EXPORTING is_but000 = ls_but000 IMPORTING es_data = gs_data es_data_organ = gs_organ EXCEPTIONS unknown_language = 1 unknown_country = 2 OTHERS = 3.

BUP_BUT0IS_SELECT_WITH_PARTNER CALL FUNCTION 'BUP_BUT0IS_SELECT_WITH_PARTNER' EXPORTING iv_partner = partner1 TABLES et_but0is = lt_but0is EXCEPTIONS OTHERS = 0.

BUPA_ADDRESSES_READ CALL FUNCTION 'BUPA_ADDRESSES_READ' EXPORTING iv_partner = partner1 iv_partner_guid = partner_guid1 IMPORTING ev_standard_addrnumber = addr_number1 ev_standard_addrguid = addr_guid1 EXCEPTIONS no_partner_specified = 1 no_valid_record_found = 2 OTHERS = 3.

BUPA_ADDRESS_READ_DETAIL CALL FUNCTION 'BUPA_ADDRESS_READ_DETAIL' EXPORTING iv_partner = partner1 iv_partner_guid = partner_guid1 iv_addrnumber = addr_number1 IV_XADTEL = 'X' IV_XADFAX = 'X' IV_XADSMTP = 'X' IMPORTING es_address = gs_org_addr TABLES et_adtel = gt_adtel et_adfax = gt_adfax et_adsmtp = gt_adsmtp EXCEPTIONS no_partner_specified = 1 no_valid_record_found = 2 OTHERS = 3.

BUP_IDNUMBERS_GET CALL FUNCTION 'BUP_IDNUMBERS_GET' EXPORTING i_partner = partner1 i_partnerguid = partner_guid1 i_category = GC_IDENT_DUNS TABLES t_but0id = gt_but0id EXCEPTIONS idnumber_not_found = 0 idnumbers_not_found = 0 wrong_parameters = 0 internal_error = 0 OTHERS = 0.

BUPA_TAX_READ CALL FUNCTION 'BUPA_TAX_READ' EXPORTING iv_partner = partner1 IMPORTING et_data = lt_bustax EXCEPTIONS no_valid_record_found = 0 OTHERS = 0.

BUTX_FRG0010_GET_DETAIL CALL FUNCTION 'BUTX_FRG0010_GET_DETAIL' EXPORTING iv_partner_guid = partner_guid1 IMPORTING et_data = lt_taxclass.

BBP_GET_ACS_BACKEND CALL FUNCTION 'BBP_GET_ACS_BACKEND' IMPORTING ev_acs_backend = gv_acs_backend EXCEPTIONS error_reading_acs = 1 acs_not_found = 2 OTHERS = 3.

BBP_PDSEC_FUNCT_AUTH_CHECK CALL FUNCTION 'BBP_PDSEC_FUNCT_AUTH_CHECK' EXPORTING iv_function = gc_auth_create_company EXCEPTIONS NOT_AUTHORIZED = 1 OTHERS = 2.

BBP_OM_FIND_COMPANIES CALL FUNCTION 'BBP_OM_FIND_COMPANIES' IMPORTING company_tab = gt_objects_p EXCEPTIONS internal_error = 1 no_authority = 2 nothing_found = 3 OTHERS = 4.

BUP_BUT0BK_SELECT_WITH_PARTNER CALL FUNCTION 'BUP_BUT0BK_SELECT_WITH_PARTNER' EXPORTING i_partner = partner1 TABLES t_but0bk = gt_but0bk EXCEPTIONS OTHERS = 0.

COUNTRY_CODE_SAP_TO_ISO CALL FUNCTION 'COUNTRY_CODE_SAP_TO_ISO' EXPORTING sap_code = gs_but0bk-banks IMPORTING iso_code = gs_banks-bank_ctryiso EXCEPTIONS 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 BBP_VENDOR_CREATE_F07 or its description.