SAP Reports / Programs | Public Sector Management | Funds Management(PSM-FM) SAP PSM

/SAPF15/B01_MUSTER SAP ABAP Report - /SAPF15/B01MUSTER







/SAPF15/B01_MUSTER 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 /SAPF15/B01_MUSTER 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 /SAPF15/B01_MUSTER. "Basic submit
SUBMIT /SAPF15/B01_MUSTER AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPF15/B01_MUSTER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT /SAPF15/B01_MUSTER

No INCLUDES are used within this REPORT code!


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:

/SAPF15/BCS CALL FUNCTION '/SAPF15/BCS' EXPORTING bukrs = bukrs gjahr = gjahr IMPORTING bcs = bcs.

/SAPF15/BCS CALL FUNCTION '/SAPF15/BCS' EXPORTING bukrs = bukrs gjahr = gjahr IMPORTING bcs = bcs.

FM4C_READ_HIERARCHY_SET CALL FUNCTION 'FM4C_READ_HIERARCHY_SET' EXPORTING i_only_30_pos = ponly30 i_post_carrier = ponlybud i_balbud_carrier = space i_carrier_hierarchy = c_x i_del_non_carrier = ponlycar i_drill_down_sort = space "_make_it_flat = c_x i_with_hierarchy = space.

FM_FIPOS_GET_FROM_FIPEX CALL FUNCTION 'FM_FIPOS_GET_FROM_FIPEX' EXPORTING i_fipex = pfipex IMPORTING e_fipos = bseg-fipos EXCEPTIONS input_error = 0 data_not_found = 0 OTHERS = 0.

FM4C_READ_HIERARCHY CALL FUNCTION 'FM4C_READ_HIERARCHY' EXPORTING i_fikrs = t001-fikrs i_fipos = bseg-fipos i_fistl = pfictr i_geber = pgeber i_gjahr = gjahr EXCEPTIONS fikrs_not_found = 1 fipos_not_found = 2 fistl_not_found = 3.

FM4C_GET_INTERNAL_DATA CALL FUNCTION 'FM4C_GET_INTERNAL_DATA' TABLES t_fmfctr = t_fmfctr t_fmfctrt = t_fmfctrt t_fmbu = t_fmbu t_vfmpg = t_vfmpg t_fmci = t_fmci t_fmcit = t_fmcit.

OBJECT_KEY_GET_FS CALL FUNCTION 'OBJECT_KEY_GET_FS' EXPORTING objnr = t_fmbu-objnr IMPORTING fictr = bseg-fistl fikrs = bkpf-fikrs EXCEPTIONS not_found = 0 wrong_obart = 0 OTHERS = 0.

FM_FIPOS_GET_FROM_FIPEX CALL FUNCTION 'FM_FIPOS_GET_FROM_FIPEX' EXPORTING i_fipex = t_fmbu-fipex IMPORTING e_fipos = t_vfmpg-fipos EXCEPTIONS input_error = 0 data_not_found = 0 OTHERS = 0.



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 /SAPF15/B01_MUSTER or its description.