SAP Reports / Programs

BBP_BUPA_XPRA_30A SAP ABAP Report - Conversion report for integration of BBP BP in SAP BP







BBP_BUPA_XPRA_30A is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The data design for EBP Business Partner (bidder, portal, supplier) was redesigned for Release 3...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 BBP_BUPA_XPRA_30A 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_BUPA_XPRA_30A. "Basic submit
SUBMIT BBP_BUPA_XPRA_30A AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_BUPA_XPRA_30A VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Conversion report for integration of BBP BP in SAP BP
Text Symbol: 001 = Start of Conversion BBP Business Partner
Text Symbol: 002 = No BBP Business Partners were found
Text Symbol: E01 = Error during insertion of table BBPM_BUT_FRG0010
Text Symbol: E02 = Error during insertion of table BBPM_BUT_FRG0011
Text Symbol: E03 = Error during insertion of table BBPM_BUT_FRG0020
Text Symbol: E04 = Error during insertion of table BBPM_BUT_FRG0021
Text Symbol: E05 = Error during insertion of table BBPM_BUT_FRG0030
Text Symbol: E06 = Error during insertion of table BBPM_BUT_FRG0031
Text Symbol: E07 = Error during insertion of table BBPM_BUT_FRG0040
Text Symbol: E08 = Error during insertion of table BBPM_BUT_FRG0041
Text Symbol: E09 = Error during insertion of table BBPM_BUT_FRG0060
Text Symbol: E10 = Error during insertion of table BBPM_BUT_FRG0061
Text Symbol: E11 = Local logical system is not defined


INCLUDES used within this REPORT BBP_BUPA_XPRA_30A

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:

OWN_LOGICAL_SYSTEM_GET call function 'OWN_LOGICAL_SYSTEM_GET' importing own_logical_system = lv_home_system exceptions own_logical_system_not_defined = 1 others = 2.

SYSTEM_UUID_CREATE call function 'SYSTEM_UUID_CREATE' importing uuid = cs_guid.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES XMSG = GT_PROT EXCEPTIONS OTHERS = 0.

TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.

BUPA_ADDRESS_READ_DETAIL call function 'BUPA_ADDRESS_READ_DETAIL' exporting iv_partner_guid = gs_bid000-partner_guid iv_xaduri = 'X' importing es_address = ls_address tables et_aduri = lt_uri_old exceptions others = 0.

BUPA_ADDRESS_CHANGE call function 'BUPA_ADDRESS_CHANGE' exporting iv_partner_guid = gs_bid000-partner_guid tables it_aduri = lt_uri it_aduri_x = lt_urix 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_BUPA_XPRA_30A or its description.