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
Below is a list of transaction codes which are relevant to this SAP report
SFCMT - IMG: Structured Facts Capture
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.
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
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.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BSFC_MAINTENANCE_TOOL - Maintenance for Structured Facts Capture BSFC_MAINTENANCE_TOOL - Maintenance for Structured Facts Capture BSFC_CONVERT_INFOTEXTS - Report BSFC_CONVERT_INFOTEXTS BSFC_CONVERT_INFOTEXTS - Report BSFC_CONVERT_INFOTEXTS BSELYFRM - General Form Routines BSELXFRM - General Form Routines