SAP Reports / Programs

BSFC_MAINTENANCE_TOOL SAP ABAP Report - Maintenance for Structured Facts Capture







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

SFCMT - IMG: Structured Facts Capture


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


Text pool values


Title: Maintenance for Structured Facts Capture
Text Symbol: 000 = Yes
Text Symbol: 001 = No
Text Symbol: 003 = Structured Facts Capture
Text Symbol: 004 = Current data was not saved!
Text Symbol: 005 = Do you want to exit the screen?
Text Symbol: 006 = The question with key &1 does not exist
Text Symbol: 007 = Do you want to create it now?
Text Symbol: 008 = Changing a question category means that answers are lost!
Text Symbol: 009 = Input help: Answer variants
Text Symbol: 010 = Do you want to continue?
Text Symbol: 011 = Subtree from question &1 will be deleted
Text Symbol: 015 = Test of question sequence &1
Text Symbol: 016 = Do you want to save now?
Text Symbol: 017 = Test is only made with data in the database!
Text Symbol: 020 = Input help: Question categories
Text Symbol: 021 = An answer in free text mode without sequence question
Text Symbol: 022 = Answers: Yes and no. An answer can have a sequence question in category 1 or N
Text Symbol: 023 = Two or more answers without free text and sequence question
Text Symbol: 030 = Inactive (modified)
Text Symbol: 031 = Active
Text Symbol: 032 = Inactive
Text Symbol: 033 = New


INCLUDES used within this REPORT BSFC_MAINTENANCE_TOOL

INCLUDE IBSFC_TOP.
INCLUDE IBSFC_PAI.
INCLUDE IBSFC_F.
INCLUDE IBSFC_0100.
INCLUDE IBSFC_0200.
INCLUDE IBSFC_0300.
INCLUDE IBSFC_0400.
INCLUDE IBSFC_0410.
INCLUDE IBSFC_0500.
INCLUDE IBSFC_0600.
INCLUDE IBSFC_LOAD.
INCLUDE IBSFC_SAVE.
INCLUDE IBSFC_CHECK.
INCLUDE IBSFC_TREE.
INCLUDE IBSFC_DLG.




INCLUDE IBSFC_F4.
INCLUDE C_MAINTENANCE_TOOL_F01.
INCLUDE C_MAINTENANCE_TOOL_QUESEQ_WF01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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