BPREP_RETRAKTOR_OB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Plan data transfer from the BW system This program transfers budget plan data from the BW system to Funds Management...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_OB into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMBPRET - Budget data transfer
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_BW_SYS = D BW System
Selection Text: P_BUDAT = D Posting Date
Selection Text: P_BLTXT = D Text
Selection Text: P_ADD = Add Up Budget
Selection Text: P_VERSN = D Version
Selection Text: P_VERANT = D Person Responsible
Selection Text: P_VARNT = D Query Variant
Selection Text: P_TEST = D Test Run
Selection Text: P_TDNAM = D Text Name
Selection Text: P_QUERY = D BW Query
Selection Text: P_PUBLAW = D Legal Regulation
Selection Text: P_POST = Save Error-Free Records
Selection Text: P_LEGIS = D Legislation
Selection Text: P_FYEAR = D Fiscal Year
Selection Text: P_FMAREA = D Financial Management Area
Selection Text: P_ENVIR = D Derivation Strategy
Selection Text: P_COHORT = D Cohort Reporting Year
Selection Text: P_DERDAT = D Derivation Key Date
Selection Text: P_DOCDAT = D Document Date
Selection Text: P_DOCTYP = D Budget Document Type
Title: Plan Data Transfer from the BW System
Text Symbol: 041 = Budgetary Ledger
Text Symbol: 039 = Doc. Hdr Bdgt Document
Text Symbol: 038 = Control
Text Symbol: 030 = Target
Text Symbol: 023 = Create Entry Document
Text Symbol: 022 = Update Error-Free Documents
Text Symbol: 021 = Update Additive
Text Symbol: 018 = Reverse
Text Symbol: 017 = Logs
Text Symbol: 014 = Source
Text Symbol: 001 = Variants
INCLUDE LKBPPEQU.
INCLUDE LFMAUEQU.
INCLUDE IBPREP_TYPES.
INCLUDE RKASMAWF.
INCLUDE IBPREP_DATAS.
INCLUDE IBPREP_SCREEN.
No SAP DATABASE tables are accessed within this REPORT code!
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BPREP_RETRAKTOR_OB - Plan Data Transfer from the BW System BPREP_RETRAKTOR_OB - Plan Data Transfer from the BW System BPREP_RETRAKTOR_FORMS_OB - BPREPRETRAKTORFORMSOB BPREP_RETRAKTOR_FORMS_BCS - BPREPRETRAKTORFORMSBCS BPREP_RETRAKTOR_COMMON - BPREPRETRAKTORCOMMON BPREP_RETRAKTOR_BCS_NEW_TOP - Include BPREP_RETRAKTOR_BCS_NEW_TOP