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

BBP_ADDR_MAINTAIN_F01 SAP ABAP INCLUDE - BBPADDRMAINTAINF01







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

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_CENTRALPERSON_GET CALL FUNCTION 'BBP_CENTRALPERSON_GET' EXPORTING IV_USERNAME = USER IMPORTING EV_BU_PARTNER_GUID = PARTNER_GUID_P EXCEPTIONS NO_CENTRAL_PERSON = 1 NO_BUSINESS_PARTNER = 2 NO_ID = 3 OTHERS = 4.

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING IV_PARTNER_GUID = PARTNER_GUID_P IMPORTING EV_PARTNER = PARTNER_P.

BUPA_RELATIONSHIPS_READ CALL FUNCTION 'BUPA_RELATIONSHIPS_READ' EXPORTING IV_PARTNER = PARTNER_P IV_PARTNER_GUID = PARTNER_GUID_P IV_RELTYP = 'BUR001' TABLES ET_RELATIONSHIPS = GT_RELATIONSHIPS EXCEPTIONS NO_PARTNER_SPECIFIED = 1 NO_VALID_RECORD_FOUND = 2 OTHERS = 3.

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING IV_PARTNER = PARTNER_O IMPORTING EV_PARTNER_GUID = PARTNER_GUID_O.

BBP_BUPA_FRG0060_READ_ALL CALL FUNCTION 'BBP_BUPA_FRG0060_READ_ALL' EXPORTING IV_PARTNER_GUID = PARTNER_GUID_O TABLES ET_FRG0061 = GT_FRG0061 EXCEPTIONS OTHERS = 1.

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING IV_PARTNER = PARTNER_O 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_CENTRAL ES_DATA_ORGAN = GS_CENTRAL_ORGAN EXCEPTIONS UNKNOWN_LANGUAGE = 1 UNKNOWN_COUNTRY = 2 OTHERS = 3.

BBP_GET_COUNTRIES_F4 CALL FUNCTION 'BBP_GET_COUNTRIES_F4' EXPORTING IV_LANGUAGE = SY-LANGU IV_USER = SY-UNAME TABLES ET_COUNTRIES = GT_COUNTRY_ALL ET_FAVOURITES = GT_COUNTRY_FAV.

BBP_GET_LANGUAGES_F4 CALL FUNCTION 'BBP_GET_LANGUAGES_F4' EXPORTING IV_LANGUAGE = SY-LANGU IV_USER = SY-UNAME TABLES ET_LANGUAGES = GT_LANGUAGE_ALL ET_FAVOURITES = GT_LANGUAGE_FAV.

BBP_GET_REGIONS_F4 CALL FUNCTION 'BBP_GET_REGIONS_F4' EXPORTING IV_LANGUAGE = SY-LANGU IV_USER = SY-UNAME TABLES ET_REGIONS = GT_REGION_ALL ET_FAVOURITES = GT_REGION_FAV.

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.

RH_GET_PLVAR CALL FUNCTION 'RH_GET_PLVAR' IMPORTING PLVAR = PLVAR EXCEPTIONS NO_PLVAR = 0 ERROR_MESSAGE = 0 OTHERS = 0.

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING IV_PARTNER_GUID = GS_OBJECTS_P-BUPAGUID IMPORTING EV_PARTNER = PARTNER_O ES_BUT000 = LS_BUT000.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING PLVAR = PLVAR OTYPE = 'O ' OBJID = GS_OBJECT-OBJID IMPORTING SHORT = GS_PARTNER_LIST-SHORT STEXT = GS_PARTNER_LIST-STEXT EXCEPTIONS NOT_FOUND = 0 OTHERS = 0.

BUPA_BUT000_MAP_TO_EXTERNAL CALL FUNCTION 'BUPA_BUT000_MAP_TO_EXTERNAL' EXPORTING IS_BUT000 = LS_BUT000 IMPORTING ES_DATA_ORGAN = GS_CENTRAL_ORGAN EXCEPTIONS UNKNOWN_LANGUAGE = 1 UNKNOWN_COUNTRY = 2 OTHERS = 3.

BUP_TB008U_SELECT_SINGLE CALL FUNCTION 'BUP_TB008U_SELECT_SINGLE' EXPORTING I_OPERATION = GS_OPERATIONS-OPERATION IMPORTING E_TB008U = GS_TB008U EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING IV_PARTNER = PARTNER_O IMPORTING EV_PARTNER_GUID = PARTNER_GUID_O.

BUPA_ROLES_GET_2 CALL FUNCTION 'BUPA_ROLES_GET_2' EXPORTING IV_PARTNER = PARTNER_O TABLES ET_PARTNERROLES = LT_ROLES ET_RETURN = LT_RETURN.



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