SAP Reports / Programs

BPREP_RETRAKTOR_REVERSE_OB SAP ABAP Report - Plan Data Transfer Cancellation from the BW System







BPREP_RETRAKTOR_REVERSE_OB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Cancelling Plan Data Transfer from the BW System In Funds Management, this program deletes budget data that was transferred to Funds Management when plan data was transfered from the BW system...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 BPREP_RETRAKTOR_REVERSE_OB into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FMBPREVERSE - Cancel Retractor Run


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 BPREP_RETRAKTOR_REVERSE_OB. "Basic submit
SUBMIT BPREP_RETRAKTOR_REVERSE_OB AND RETURN. "Return to original report after report execution complete
SUBMIT BPREP_RETRAKTOR_REVERSE_OB VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Plan Data Transfer Cancellation from the BW System
Text Symbol: 001 = Doc. Number of Data Transfer
Text Symbol: 002 = Transfer
Text Symbol: 003 = Variants
Text Symbol: 004 = Logs


INCLUDES used within this REPORT BPREP_RETRAKTOR_REVERSE_OB

INCLUDE LKBPPEQU.
INCLUDE LFMAUEQU.
INCLUDE IBPREP_TYPES.
INCLUDE RKASMAWF.
INCLUDE IBPREP_DATAS.
INCLUDE IBPREP_REVERSE_RET_SCREEN.
INCLUDE IBPREP_LOG.
INCLUDE BPREP_RETRAKTOR_COMMON.


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:

ENQUEUE_E_TBPBWRET20_21 CALL FUNCTION 'ENQUEUE_E_TBPBWRET20_21' EXPORTING mode_tbpbwret20 = 'E' mode_tbpbwret21 = 'E' ret_docnr = u_docnr * ENTRY_DOCNR = x_ret_docnr = ' ' x_entry_docnr = ' ' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

BPREP_BPDK_READ CALL FUNCTION 'BPREP_BPDK_READ' EXPORTING i_belnr = wa_entry_docnr-entry_docnr i_enqueue = ' ' IMPORTING e_s_bpdk = wa_bpdk EXCEPTIONS not_found = 1 document_locked = 2 OTHERS = 3.

BAPI_0050_GET_DETAIL CALL FUNCTION 'BAPI_0050_GET_DETAIL' EXPORTING fmarea = u_fmarea documentyear = u_doc_year documentnumber = wa_docnr_bcs * IMPORTING * HEADER_DATA = l_s_header_bcs TABLES return = l_t_return.

BAPI_0050_REVERSE CALL FUNCTION 'BAPI_0050_REVERSE' EXPORTING fmarea = u_fmarea documentyear = u_doc_year documentnumber = wa_docnr_bcs reversal_data = l_s_reversal_data TABLES return = l_t_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 BPREP_RETRAKTOR_REVERSE_OB or its description.