SAP Reports / Programs

BPCARRM02 SAP ABAP Report - Budget Structure Mass Processing







BPCARRM02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is not called directly, instead it is called indirectly via program BPCARRM01...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 BPCARRM02 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 BPCARRM02. "Basic submit
SUBMIT BPCARRM02 AND RETURN. "Return to original report after report execution complete
SUBMIT BPCARRM02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Budget Structure Mass Processing
Title: Budget Structure Mass Processing
Text Symbol: 011 = FM area
Text Symbol: 012 = Fiscal year
Text Symbol: 013 = Action
Text Symbol: 014 = Budget object
Text Symbol: 015 = Posting object
Text Symbol: 016 = Test run
Text Symbol: 017 = Fund:
Text Symbol: 050 = Set
Text Symbol: 051 = Delete
Text Symbol: 150 = Budget structure was not changed
Text Symbol: 151 = The following errors were found
Text Symbol: 152 = The following warnings exist
Text Symbol: 153 = Additional Information
Text Symbol: 154 = Budget structure was successfully changed
Text Symbol: 155 = No funds centers/commitment items were selected
Text Symbol: 505 = Processing Status
Text Symbol: 507 = Update Run
Text Symbol: 508 = Result
Text Symbol: 509 = Status


INCLUDES used within this REPORT BPCARRM02

INCLUDE: LKBPPSTN.


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:

KBPC_BS_UPDATE CALL FUNCTION 'KBPC_BS_UPDATE' EXPORTING fm_area = p_fikrs fisc_year = p_gjahr fund = g_current_fund testrun = p_test TABLES bs_update = gt_bs_update return = gt_return.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid * I_CALLBACK_PF_STATUS_SET = ' ' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_GRID' i_callback_html_top_of_page = 'HTML_TOP_OF_GRID' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = i_background_id = g_background_id * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = l_layout it_fieldcat = gt_fcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = it_sort = gt_sort_info * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 i_html_height_top = '30' * I_HTML_HEIGHT_END = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = IT_EXCEPT_QINFO = g_t_except_qinfo * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_list EXCEPTIONS program_error = 1 OTHERS = 2 .

ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = 'ICON_RED_LIGHT' IMPORTING icon_text = g_error_icon_text.

ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = 'ICON_GREEN_LIGHT' IMPORTING icon_text = g_ok_icon_text.

ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = 'ICON_YELLOW_LIGHT' IMPORTING icon_text = g_warning_icon_text.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'NA' doklangu = sy-langu dokname = l_dokname * DOKTITLE = ' ' * CALLED_BY_PROGRAM = ' ' * CALLED_BY_DYNP = ' ' * CALLED_FOR_TAB = ' ' * CALLED_FOR_FIELD = ' ' * CALLED_FOR_TAB_FLD_BTCH_INPUT = ' ' msg_var_1 = wa_list-msgv1 msg_var_2 = wa_list-msgv2 msg_var_3 = wa_list-msgv3 msg_var_4 = wa_list-msgv3 * CALLED_BY_CUAPROG = ' ' * CALLED_BY_CUASTAT = * SHORT_TEXT = ' ' * CLASSIC_SAPSCRIPT = ' ' TABLES links = tl_links * EXCEPTIONS * OBJECT_NOT_FOUND = 1 * SAPSCRIPT_ERROR = 2 * OTHERS = 3 .



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