SAP Reports / Programs

BPCARRY01 SAP ABAP Report - Transfer Budget Structure from Previous Year







BPCARRY01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program BPCARRY01 executes the copying of a 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 BPCARRY01 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

FM9Z - FM: Transfer Budget Structure


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 BPCARRY01. "Basic submit
SUBMIT BPCARRY01 AND RETURN. "Return to original report after report execution complete
SUBMIT BPCARRY01 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_GJAHR = Fiscal Year
Selection Text: P_FIKRS = FM Area
Selection Text: CB_TEST = Test Run
Selection Text: CB_BSP = BS only for years with budget
Title: Transfer Budget Structure from Previous Year
Text Symbol: 061 = YS
Text Symbol: 062 = NO
Text Symbol: 091 = No data selected for processing
Text Symbol: 095 = Copy Budget Structure
Text Symbol: 096 = Should the budget structure really
Text Symbol: 097 = be copied?
Text Symbol: 100 = Process Control
Text Symbol: 101 = Fund has overall budget structure
Text Symbol: 102 = A budget structure already exists in the target year
Text Symbol: 103 = No budget exists in target year
Text Symbol: 104 = Target year not in fund validity area
Text Symbol: 105 = No budget structure available for copying
Text Symbol: 106 = Budget structure cannot be copied because group assgt exists
Text Symbol: 108 = No valid profile exists
Text Symbol: 109 = Fund blocked at present
Text Symbol: 150 = Budget structure copied successfully
Text Symbol: 151 = Budget structure copied in part
Text Symbol: 152 = Budget structure not copied
Text Symbol: 011 = FM Area
Text Symbol: 012 = Fund
Text Symbol: 013 = Fiscal year
Text Symbol: 014 = Source Funds
Text Symbol: 015 = Target Funds
Text Symbol: 016 = Result
Text Symbol: 022 = Funds center
Text Symbol: 023 = Commitment Item
Text Symbol: 024 = Object type
Text Symbol: 025 = Bdgt Struct. Template
Text Symbol: 027 = Comments
Text Symbol: 028 = Budget structure template assignments were copied to funds centers
Text Symbol: 031 = Only create budget structure for fund with budget in target year
Text Symbol: 033 = Bdgt Struct. Template





Text Symbol: 034 = Copy individual objects
Text Symbol: 035 = Copy assignments to funds centers
Text Symbol: 037 = Test Run
Text Symbol: 041 = Budget
Text Symbol: 042 = Posting
Text Symbol: 043 = Assigned commitment
Text Symbol: 044 = Assigned payment
Text Symbol: 045 = Group Assignment
Text Symbol: 051 = Missing in fiscal year
Text Symbol: 052 = Not Permitted


INCLUDES used within this REPORT BPCARRY01

INCLUDE BPCARRY0 .


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:

No SAP FUNCTION MODULES are executed within this report code!



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