RJGBUPDELE1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Deletion of Business Partners This report deletes the data on the selected business partners...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 RJGBUPDELE1 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_XECHT = Update Run
Title: Delete BP Data
Text Symbol: 001 = Deleted Business Partners
Text Symbol: ERR = Error in deletion in BAS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ADDR_PERSONAL_DELETE * call function 'ADDR_PERSONAL_DELETE' * exporting * address_number = lt_but020-addrnumber * address_reference = ll_adr_ref ** DATE_FROM = '00010101' ** PERSON_HANDLE = ' ' * person_number = gt_but000-persnumber * person_reference = ll_per_ref ** RETAIN_PERSON = ' ' * importing * returncode = lv_rc ** TABLES ** ERROR_TABLE = * exceptions * parameter_error = 1 * personal_address_not_exist = 2 * internal_error = 3 * reference_not_exist = 4 * others = 5 * .
ADDR_DELETE * call function 'ADDR_DELETE' * exporting * address_number = lt_but020-addrnumber * address_reference = ll_adr_ref * importing * returncode = lv_rc * exceptions * address_not_exist = 1 * parameter_error = 2 * internal_error = 3 * reference_not_exist = 4 * others = 5.
ADDR_MEMORY_SAVE * call function 'ADDR_MEMORY_SAVE' * exporting * execute_in_update_task = ' '.
ADDR_DELETE * call function 'ADDR_DELETE' * exporting * address_number = lv_adrnr * address_reference = ll_adr_ref * importing * returncode = lv_rc * exceptions * address_not_exist = 1 * parameter_error = 2 * internal_error = 3 * reference_not_exist = 4 * others = 5.
ADDR_MEMORY_SAVE * call function 'ADDR_MEMORY_SAVE' * exporting * execute_in_update_task = ' '.
ADDR_DELETE * call function 'ADDR_DELETE' * exporting * address_number = lv_adrnr * address_reference = ll_adr_ref * importing * returncode = lv_rc * exceptions * address_not_exist = 1 * parameter_error = 2 * internal_error = 3 * reference_not_exist = 4 * others = 5.
ADDR_MEMORY_SAVE * call function 'ADDR_MEMORY_SAVE' * exporting * execute_in_update_task = ' '.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJGBUPDELE1 - Delete BP Data RJGBUPDELE1 - Delete BP Data RJGBUP02_LOG - Logs of IS-M Business Partner Conversion (Only Retailers) RJGBUP02_LOG - Logs of IS-M Business Partner Conversion (Only Retailers) RJGBUP02 - Conversion Report: IS-M Business Partner (Only Retailers) to SAP BP RJGBUP02 - Conversion Report: IS-M Business Partner (Only Retailers) to SAP BP