SAP Reports / Programs

FMBS_OBJ_MAINT SAP ABAP Report - Program FMBS_OBJ_MAINT







FMBS_OBJ_MAINT 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 FMBS_OBJ_MAINT 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

FMBSBO - Change Budget Addresses
FMBSBOS - Dispay Budget Addresses
FMBSPO - Change Posting Addresses
FMBSPOS - Display Posting Addresses


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 FMBS_OBJ_MAINT. "Basic submit
SUBMIT FMBS_OBJ_MAINT AND RETURN. "Return to original report after report execution complete
SUBMIT FMBS_OBJ_MAINT 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: S_USERD = D .
Selection Text: S_MEASR = D .
Selection Text: S_FONDS = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FICTR = D .
Selection Text: S_FAREA = D .
Selection Text: S_BUDPER = D .
Title: Program FMBS_OBJ_MAINT
Text Symbol: 128 = Customer Field of Budget Address
Text Symbol: 127 = Grant of Budget Address
Text Symbol: 126 = Funded Program of Budget Address
Text Symbol: 125 = Functional Area of Budget Address
Text Symbol: 124 = Budget Period of Budget Address
Text Symbol: 123 = Commitment Item of Budget Address
Text Symbol: 122 = Funds Center of Budget Address
Text Symbol: 121 = Fund of Budget Address
Text Symbol: 111 = Posting Addresses
Text Symbol: 110 = Budget Addresses
Text Symbol: 102 = Posting obj.
Text Symbol: 101 = Budget obj.
Text Symbol: 100 = Do you want to maintain budget objects or posting objects?
Text Symbol: 009 = Data has changed. Do you want to save it?
Text Symbol: 008 = No
Text Symbol: 007 = Yes
Text Symbol: 006 = Save data


INCLUDES used within this REPORT FMBS_OBJ_MAINT

INCLUDE IFMBSCON.
INCLUDE FMBS_OBJ_MAINT_LCL_CHANGE_PARA.
INCLUDE FMBS_OBJ_MAINT_LCL_MAIN_VIEW.
INCLUDE FMBS_OBJ_MAINT_LCL_SEL_SCREEN.
INCLUDE FMBS_OBJ_MAINT_SCREEN_1000.
INCLUDE FMBS_OBJ_MAINT_SCREEN_1100.
INCLUDE FMBS_OBJ_MAINT_SCREEN_900.
INCLUDE FMBS_OBJ_MAINT_SCREEN_910.


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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Select objects'(100) diagnose_object = 'FMBS_SEL_MAINT_TYPE' text_question = text-100 text_button_1 = text-101 icon_button_1 = '' text_button_2 = text-102 icon_button_2 = '' default_button = '1' display_cancel_button = on * START_COLUMN = 25 * START_ROW = 6 popup_type = 'ICON_MESSAGE_QUESTION' IMPORTING answer = answer.



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