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

BPCOPY02 SAP ABAP Report -







BPCOPY02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter BPCOPY02 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

FM9O - Copy Supplement Budget


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 BPCOPY02. "Basic submit
SUBMIT BPCOPY02 AND RETURN. "Return to original report after report execution complete
SUBMIT BPCOPY02 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: ST_FUNDS = Fund
Selection Text: P_VARIA = D Layout
Title:
Text Symbol: 305 = Result
Text Symbol: 304 =
Text Symbol: 301 =
Text Symbol: 300 = Status
Text Symbol: 220 =
Text Symbol: 216 =
Text Symbol: 215 =
Text Symbol: 214 = Test Run
Text Symbol: 213 =
Text Symbol: 212 =
Text Symbol: 211 =
Text Symbol: 210 = Fund
Text Symbol: 209 =
Text Symbol: 204 =
Text Symbol: 203 =
Text Symbol: 202 =
Text Symbol: 201 =
Text Symbol: 190 = Fiscal Year
Text Symbol: 142 =
Text Symbol: 140 =
Text Symbol: 100 = Version
Text Symbol: 094 =
Text Symbol: 093 =
Text Symbol: 092 =
Text Symbol: 091 = Source
Text Symbol: 090 =
Text Symbol: 017 =
Text Symbol: 016 =
Text Symbol: 015 = Copy Version


INCLUDES used within this REPORT BPCOPY02

INCLUDE LFMAUEQU.
INCLUDE LKBPPSTN.
INCLUDE LKBPPEQU.
INCLUDE BPCOPYI1.


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_active = on EXCEPTIONS OTHERS = 1.

FM_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' "470 IMPORTING e_fund_active = gf_info-fund_active.



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