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

BBP_VENDOR_CREATE_F08 SAP ABAP INCLUDE - BBPVENDORCREATEF08







BBP_VENDOR_CREATE_F08 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_F08 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_F08. "Basic submit
SUBMIT BBP_VENDOR_CREATE_F08 AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_VENDOR_CREATE_F08 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_F08

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_UPD_LANGUAGES_FAV CALL FUNCTION 'BBP_UPD_LANGUAGES_FAV' EXPORTING is_language_keys = gs_language TABLES et_favourites = gt_language_fav.

BBP_UPD_INDUSTRIES_FAV CALL FUNCTION 'BBP_UPD_INDUSTRIES_FAV' EXPORTING is_industry_keys = gs_industry TABLES et_favourites = gt_industry_fav.

BBP_UPD_COUNTRIES_FAV CALL FUNCTION 'BBP_UPD_COUNTRIES_FAV' EXPORTING is_country_keys = ls_country TABLES et_favourites = gt_country_fav.

BBP_UPD_REGIONS_FAV CALL FUNCTION 'BBP_UPD_REGIONS_FAV' EXPORTING is_region_keys = gs_region TABLES et_favourites = gt_region_fav EXCEPTIONS error_during_update = 0 OTHERS = 0.

BBP_SET_LANGUAGES_FAV CALL FUNCTION 'BBP_SET_LANGUAGES_FAV' TABLES it_favourites = gt_language_fav.

BBP_SET_INDUSTRIES_FAV CALL FUNCTION 'BBP_SET_INDUSTRIES_FAV' TABLES it_favourites = gt_industry_fav.

BBP_SET_COUNTRIES_FAV CALL FUNCTION 'BBP_SET_COUNTRIES_FAV' TABLES it_favourites = gt_country_fav.

BBP_SET_REGIONS_FAV CALL FUNCTION 'BBP_SET_REGIONS_FAV' TABLES it_favourites = gt_region_fav.

BBP_SET_QMSYSTEMS_FAV CALL FUNCTION 'BBP_SET_QMSYSTEMS_FAV' TABLES it_favourites = gt_qmsystem_fav.

BBP_SET_ALL_CATEGORIES_FAV CALL FUNCTION 'BBP_SET_ALL_CATEGORIES_FAV' TABLES it_favourites = gt_category_fav.

BBP_SET_ACADEMICS_FAV CALL FUNCTION 'BBP_SET_ACADEMICS_FAV' TABLES it_favourites = gt_academic_fav.

BBP_SET_NAMEFORMS_FAV CALL FUNCTION 'BBP_SET_NAMEFORMS_FAV' TABLES it_favourites = gt_nameform_fav.

BBP_SET_TIMEZONES_FAV CALL FUNCTION 'BBP_SET_TIMEZONES_FAV' TABLES it_favourites = gt_timezone_fav.

BBP_SET_ROLES_FAV CALL FUNCTION 'BBP_SET_ROLES_FAV' TABLES it_favourites = gt_role_fav.

BBP_SET_PURCHORGS_FAV CALL FUNCTION 'BBP_SET_PURCHORGS_FAV' TABLES it_favourites = gt_purchorg_fav.

BBP_SET_PORGCOMPS_FAV CALL FUNCTION 'BBP_SET_PORGCOMPS_FAV' TABLES it_favourites = gt_porgcomp_fav. "#EC ENHOK

BBP_SET_CURRENCIES_FAV CALL FUNCTION 'BBP_SET_CURRENCIES_FAV' TABLES it_favourites = gt_currency_fav.

BBP_SET_PAYMENTS_FAV CALL FUNCTION 'BBP_SET_PAYMENTS_FAV' TABLES it_favourites = gt_payment_fav.

BBP_SET_PCARDS_FAV





CALL FUNCTION 'BBP_SET_PCARDS_FAV' TABLES it_favourites = gt_pcard_fav.

BBP_SET_LOGSYSS_FAV CALL FUNCTION 'BBP_SET_LOGSYSS_FAV' TABLES it_favourites = gt_logsys_fav.

BBP_SET_TAXNUMTS_FAV CALL FUNCTION 'BBP_SET_TAXNUMTS_FAV' TABLES it_favourites = gt_taxnumt_fav.

BBP_SET_TAXGROUPS_FAV CALL FUNCTION 'BBP_SET_TAXGROUPS_FAV' TABLES it_favourites = gt_taxgroup_fav.

BBP_UPD_QMSYSTEMS_FAV CALL FUNCTION 'BBP_UPD_QMSYSTEMS_FAV' EXPORTING is_qmsystem_keys = gs_qmsystem TABLES et_favourites = gt_qmsystem_fav.

BBP_UPD_ACADEMICS_FAV CALL FUNCTION 'BBP_UPD_ACADEMICS_FAV' EXPORTING is_academic_keys = gs_academic TABLES et_favourites = gt_academic_fav.

BBP_UPD_NAMEFORMS_FAV CALL FUNCTION 'BBP_UPD_NAMEFORMS_FAV' EXPORTING is_nameform_keys = gs_nameform TABLES et_favourites = gt_nameform_fav EXCEPTIONS error_during_update = 0 OTHERS = 0.

BBP_UPD_TIMEZONES_FAV CALL FUNCTION 'BBP_UPD_TIMEZONES_FAV' EXPORTING is_timezone_keys = gs_timezone TABLES et_favourites = gt_timezone_fav.

BBP_UPD_ROLES_FAV CALL FUNCTION 'BBP_UPD_ROLES_FAV' EXPORTING is_role_keys = gs_role TABLES et_favourites = gt_role_fav.

BBP_UPD_PURCHORGS_FAV CALL FUNCTION 'BBP_UPD_PURCHORGS_FAV' EXPORTING is_purchorg_keys = gs_purchorg TABLES et_favourites = gt_purchorg_fav.

BBP_UPD_CURRENCIES_FAV CALL FUNCTION 'BBP_UPD_CURRENCIES_FAV' EXPORTING is_currency_keys = gs_currency TABLES et_favourites = gt_currency_fav.

BBP_UPD_PAYMENTS_FAV CALL FUNCTION 'BBP_UPD_PAYMENTS_FAV' EXPORTING is_payment_keys = gs_payment TABLES et_favourites = gt_payment_fav.

BBP_UPD_PCARDS_FAV CALL FUNCTION 'BBP_UPD_PCARDS_FAV' EXPORTING is_pcard_keys = gs_pcard TABLES et_favourites = gt_pcard_fav.

BBP_UPD_LOGSYSS_FAV CALL FUNCTION 'BBP_UPD_LOGSYSS_FAV' EXPORTING is_logsys_keys = gs_logsys TABLES et_favourites = gt_logsys_fav.

BBP_UPD_PORGCOMPS_FAV CALL FUNCTION 'BBP_UPD_PORGCOMPS_FAV' EXPORTING is_porgcomp_keys = gs_porgcomp "#EC ENHOK TABLES et_favourites = gt_porgcomp_fav. "#EC ENHOK

BBP_UPD_TAXNUMTS_FAV CALL FUNCTION 'BBP_UPD_TAXNUMTS_FAV' EXPORTING is_taxnumt_keys = gs_taxnumt TABLES et_favourites = gt_taxnumt_fav.

BBP_UPD_TAXGROUPS_FAV CALL FUNCTION 'BBP_UPD_TAXGROUPS_FAV' EXPORTING iv_language = sy-langu iv_user = sy-uname is_taxgroup_keys = gs_taxgroup TABLES et_favourites = gt_taxgroup_fav.

BBP_UPD_OPICATS_FAV CALL FUNCTION 'BBP_UPD_OPICATS_FAV' EXPORTING is_opicat_keys = ls_opicat TABLES et_favourites = gt_opicat_fav.

BBP_SET_OPICATS_FAV CALL FUNCTION 'BBP_SET_OPICATS_FAV' TABLES it_favourites = gt_opicat_fav.



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_F08 or its description.