SAP Reports / Programs

BPCARRC1 SAP ABAP Report - Check Budget Objects







BPCARRC1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program BPCARRC1 checks whether budgeted FM objects are flagged as budget objects in the budget structure...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 BPCARRC1 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

FM9TBUD - Check budget objects


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 BPCARRC1. "Basic submit
SUBMIT BPCARRC1 AND RETURN. "Return to original report after report execution complete
SUBMIT BPCARRC1 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: P_FIKRS = D Financial Management Area
Selection Text: P_GJAHR = D Fiscal Year
Selection Text: S_GEBER = D Fund
Title: Check Budget Objects
Text Symbol: 001 = The Object is Not a Budget Object
Text Symbol: 002 = Result: Check Budgeted Objects
Text Symbol: 003 = Checked Objects
Text Symbol: 004 = Incorrect Objects
Text Symbol: 005 = Status
Text Symbol: 006 = Checked Fund
Text Symbol: 007 = FM area
Text Symbol: 008 = Fiscal Year


INCLUDES used within this REPORT BPCARRC1

INCLUDE LKBPPEQU.
INCLUDE LKBPPSTN.
INCLUDE LFMAUEQU.
INCLUDE BPCARRCT01.


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_BUD_CHECK_COMPONENT CALL FUNCTION 'FM_BUD_CHECK_COMPONENT' EXPORTING i_fikrs = p_fikrs i_standard_env = on i_kom_env = off i_eu_env = off i_no_hierarchy_env = on.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_application_data = off ip_fikrs = p_fikrs IMPORTING f_fm01 = c_f_fm01.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = p_fikrs ip_fincode = l_geber ip_gjahr = p_gjahr EXCEPTIONS customer_invalid = 1 input_error = 2 master_data_not_found = 3 finuse_not_defined = 4 date_not_found = 5 OTHERS = 6.

FM4D_CHECK_CARRIER_ACTIV CALL FUNCTION 'FM4D_CHECK_CARRIER_ACTIV' EXPORTING i_fikrs = p_fikrs i_geber = l_geber i_gjahr = p_gjahr IMPORTING e_budget_active = l_budget_active EXCEPTIONS OTHERS = 1.

FM4D_CHECK_CARRIER CALL FUNCTION 'FM4D_CHECK_CARRIER' EXPORTING i_fikrs = p_fikrs i_fond = l_geber i_gjahr = p_gjahr i_ctr_objnr = l_f_bpja-objnr i_posit = l_f_bpja-posit i_budget_carrier = on EXCEPTIONS no_carrier = 1 * OTHERS = 2 .

FM_FIPEX_GET_FROM_POSIT CALL FUNCTION 'FM_FIPEX_GET_FROM_POSIT' EXPORTING i_fikrs = p_fikrs i_posit = wa_bpja-posit i_flg_buffer_all = on IMPORTING e_fipex = wa_outtab-fipex EXCEPTIONS input_error = 1 data_not_found = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_buffer_active = 'X' i_callback_program = l_repid is_layout = gs_layout it_fieldcat = u_t_fieldcat[] it_events = gt_events[] IMPORTING e_exit_caused_by_caller = g_exit_caused_by_caller es_exit_caused_by_user = gs_exit_caused_by_user TABLES t_outtab = g_t_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING i_logo = ' ' it_list_commentary = gt_list_top_of_page.

FM5B_GET_PROFILE CALL FUNCTION 'FM5B_GET_PROFILE' EXPORTING i_fikrs = p_fikrs i_fincode = l_geber IMPORTING e_profil = l_profile.

KBPS_CHECK_PROFIL CALL FUNCTION 'KBPS_CHECK_PROFIL' EXPORTING applik = l_funds profil = l_profile wrttp = l_wfbudget IMPORTING ex_bp1c = lf_tbp1c EXCEPTIONS not_found = 01.

FM4D_CHECK_CARRIER CALL FUNCTION 'FM4D_CHECK_CARRIER' EXPORTING i_fikrs = p_fikrs i_fond = l_geber i_gjahr = p_gjahr i_ctr_objnr = l_f_bpge-objnr i_posit = l_f_bpge-posit i_budget_carrier = on EXCEPTIONS no_carrier = 1 * OTHERS = 2 .

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING msgid = u_msgid msgnr = u_msgnr msgv1 = u_msgv1 msgv2 = u_msgv2 * MSGV3 = ' ' * MSGV4 = ' ' IMPORTING message_text_output = c_outtab-message .



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