SAP Reports / Programs | Financial Accounting | Funds Management(FI-FM) SAP FI

BPSHOW00 SAP ABAP Report - PS Data Structures (Commercial)







BPSHOW00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Analysis program BPSHOW00 This program is for displaying table entries in the area of budgeting and planning in Funds Management and Project System...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 BPSHOW00 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

BPSHOW00 - Analysis report: Bdgting/Overall pl.


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 BPSHOW00. "Basic submit
SUBMIT BPSHOW00 AND RETURN. "Return to original report after report execution complete
SUBMIT BPSHOW00 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: FIPOS = Commitment item
Selection Text: FISTL = Funds center
Selection Text: GEBER = Fund
Selection Text: KOKRS = Controlling area
Selection Text: KOSTL = Cost center
Selection Text: OBJNR = Object number
Selection Text: PROJN = Project
Selection Text: PSPNR = WBS element
Selection Text: FIKRS = FM area
Selection Text: AUFNR = Order number
Selection Text: FAREA = Functional area
Title: PS Data Structures (Commercial)
Text Symbol: 000 = Entries File Definition
Text Symbol: 001 = Object number:
Text Symbol: 002 = Ledger table
Text Symbol: 003 = Fld name Key Field content
Text Symbol: 004 = Data record from file


INCLUDES used within this REPORT BPSHOW00

INCLUDE LKBPPEQU.


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:

GET_CTR_OBJNR_FROM_FICTR

GET_CTR_OBJNR_FROM_FICTR * call function 'GET_CTR_OBJNR_FROM_FICTR' "KI4K065208 CALL FUNCTION 'GET_CTR_OBJNR_FROM_FICTR' "#EC * "KI4K065208 EXPORTING ip_fictr = fistl ip_fikrs = fikrs IMPORTING op_ctr_objnr = objnr EXCEPTIONS OTHERS = 1.

GET_POSIT_FROM_FIPOS CALL FUNCTION 'GET_POSIT_FROM_FIPOS' EXPORTING ip_fikrs = fikrs ip_fipos = fipos IMPORTING op_posit = fmfpo-posit EXCEPTIONS not_found = 1 OTHERS = 2.

KBPS_OBJHI_NAME_GENERATE CALL FUNCTION 'KBPS_OBJHI_NAME_GENERATE' EXPORTING i_application = l_funds i_fm_area = fikrs IMPORTING e_objhi = objhi.

OBJECT_KEY_GET CALL FUNCTION 'OBJECT_KEY_GET' TABLES onr_tab = onr_tab.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING tabname = tabname TABLES nametab = nametab.

K_TABLE_AUTHORITY CALL FUNCTION 'K_TABLE_AUTHORITY' EXPORTING i_tabname = p_datei.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventstab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = lt_fieldcat i_save = 'A' it_events = lt_events TABLES t_outtab = it_itab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = gv_repid i_structure_name = iv_structure CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_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 BPSHOW00 or its description.