SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting and Availability Control(PSM-FM-BU) SAP PSM

BPCOPY03 SAP ABAP Report - Copy Budget Version with Update in Budgetary Ledger







BPCOPY03 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program supports you with budget planning...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 BPCOPY03 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 BPCOPY03. "Basic submit
SUBMIT BPCOPY03 AND RETURN. "Return to original report after report execution complete
SUBMIT BPCOPY03 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: S_FUND = D Fund
Selection Text: S_FTYPE = D Fund Type
Selection Text: S_DC_NUM = D Document Number
Selection Text: P_T_VERS = D Version
Selection Text: P_TEST = Test Run
Selection Text: P_S_VERS = D Version
Selection Text: P_PARKED = Parked Documents
Selection Text: P_FYEAR = D Fiscal Year
Selection Text: P_FIKRS = D Financial Management Area
Selection Text: P_BUDAT = D Posting Date
Selection Text: P_BLDAT = D Document Date
Title: Copy Budget Version with Update in Budgetary Ledger
Text Symbol: 013 = Posting Document Cannot be Copied, the Receiver Fund of the Source Document is not in the Selection.
Text Symbol: 011 = No Errors
Text Symbol: 010 = Incorrect
Text Symbol: 009 = Entry Document was Copied to the Target Version Without Errors
Text Symbol: 008 = Documents were Already Copied to the Target Version
Text Symbol: 007 = The Entry Document can be Copied to the Target Version without Errors
Text Symbol: 006 = At Least One Document of Fund &1 is Incorrect.
Text Symbol: 005 = Restriction of Source Version
Text Symbol: 004 = Target Version
Text Symbol: 003 = Source Version
Text Symbol: 002 = Versions
Text Symbol: 001 = Control Data


INCLUDES used within this REPORT BPCOPY03

INCLUDE LKBPPEQU.
INCLUDE LFMAUEQU.
INCLUDE LKBPPSTN.
INCLUDE BPCOPY03I01.
INCLUDE BPCOPY03I02.


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:

FM_CHECK_CUSTOMIZING CALL FUNCTION 'FM_CHECK_CUSTOMIZING' EXPORTING i_check_komu_not_active = on EXCEPTIONS OTHERS = 1.



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