SAP Reports / Programs | Financial Services | Business Partner(FS-BP) SAP FS

BPREP005 SAP ABAP Report - Business Partner: Deleting Business Partners







BPREP005 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report program is only for internal SAP use and not released for customers...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 BPREP005 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 BPREP005. "Basic submit
SUBMIT BPREP005 AND RETURN. "Return to original report after report execution complete
SUBMIT BPREP005 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PAR_TEST = Test
Title: Business Partner: Deleting Business Partners
Text Symbol: T23 = VTBSTA4
Text Symbol: T22 = VTBSTA3
Text Symbol: T21 = VTBSTA2
Text Symbol: T20 = VTBSTC1
Text Symbol: T19 = VTBSTA1
Text Symbol: T18 = CDPOS
Text Symbol: T17 = CDHDR
Text Symbol: T16 = STXB
Text Symbol: T15 = STXL
Text Symbol: T14 = STXH
Text Symbol: T13 = BP3000
Text Symbol: T12 = BP2000
Text Symbol: T11 = BP1060
Text Symbol: T10 = BP1050
Text Symbol: T09 = BP1040
Text Symbol: T08 = BP1030
Text Symbol: T07 = BP1020
Text Symbol: T06 = BP1010
Text Symbol: T05 = BP1000
Text Symbol: T04 = BP030
Text Symbol: T03 = BP021
Text Symbol: T02 = BP011
Text Symbol: T01 = BP000
Text Symbol: R01 = BPREP005
Text Symbol: C01 = The following BPs will be deleted
Text Symbol: B03 = not deleted
Text Symbol: B02 = deleted
Text Symbol: B01 = Partner
Text Symbol: A03 = No. of partners not deleted:
Text Symbol: A02 = No. of partners deleted:
Text Symbol: A01 = No. of partners to be deleted:
Text Symbol: 003 = BPREP005
Text Symbol: 002 = Name/Address
Text Symbol: 001 = Partner


INCLUDES used within this REPORT BPREP005

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:

BPAR_P_ADDRESS_READ_INTO_PRINT CALL FUNCTION 'BPAR_P_ADDRESS_READ_INTO_PRINT' EXPORTING COUNT_LINES = 3 PARTNER = TAB__BP000-PARTNR IMPORTING ADDRESS = ADDRESS EXCEPTIONS ADDRESS = 1 PARTNER = 2 OTHERS = 3.

TR_WRITE_LOG CALL FUNCTION 'TR_WRITE_LOG' EXPORTING IV_LOG_TYPE = 'DB' * iv_logname_file = l_tab_prot IV_LOGNAME_DB = L_PROT_SHOW * iv_logname_memory = l_tab_prot_show * IV_APPEND_MODE = ' ' * IV_CONDENSE = 'X' TABLES IT_MSGS = TAB_SPROT_U EXCEPTIONS INVALID_INPUT = 1 FILE_ACCESS_ERROR = 2 DB_ACCESS_ERROR = 3 OTHERS = 4.

TR_READ_AND_DISPLAY_LOG CALL FUNCTION 'TR_READ_AND_DISPLAY_LOG' EXPORTING IV_LOG_TYPE = 'DB' * iv_logname_file = l_tab_prot IV_LOGNAME_DB = L_PROT_SHOW * iv_logname_memory = l_prot_show * iv_titlebar = titlebar * iv_heading = heading * iv_timestamp = 'X' * iv_top_line = IV_DISPLAY_LEVEL = '1' * iv_with_long_text_icon = 'X' * iv_with_refresh_icon = 'X' IV_LANGUAGE = SY-LANGU EXCEPTIONS INVALID_INPUT = 1 ACCESS_ERROR = 2 OTHERS = 3.



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