SAP Reports / Programs | Cross-Application Components(CA) SAP CA

CFX_BI_BOM_IMPORT_FROM_CF SAP ABAP dialog Program - Program CFX_BI_BOM_IMPORT_FROM_CF







CFX_BI_BOM_IMPORT_FROM_CF is a standard Module pool for a dialog screen ABAP Program 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 CFX_BI_BOM_IMPORT_FROM_CF 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

CFI03 - Import iPPE Objects from cFolders
CFI02 - Import Objects from cFolders


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


Text pool values


Title: Program CFX_BI_BOM_IMPORT_FROM_CF
Text Symbol: DD0 = The selected table lines have different documents. All table lines are assigned to one document.
Text Symbol: DM0 = Delete Selected Lines
Text Symbol: DUC = Document was not changed in cFolders. Despite this, do you want to import it to the back-end system with a new key?
Text Symbol: EB0 = Explode BOM
Text Symbol: EBM = Explode BOM
Text Symbol: ED0 = Linked Documents
Text Symbol: EDL = Copy Linked Documents
Text Symbol: SC0 = Select Document
Text Symbol: SCD = Select Target Document
Text Symbol: SCF = Select cFolders Folder
Text Symbol: SF0 = Select Folder
Text Symbol: SS0 = Select Storage Category
Text Symbol: SSC = Select Storage Category


INCLUDES used within this REPORT CFX_BI_BOM_IMPORT_FROM_CF

INCLUDE CFX_BI_BOM_IMPORT_FROM_CF_TOP . "
INCLUDE CFX_BI_BOM_IMPORT_FROM_CF_I01 .
INCLUDE CFX_BI_BOM_IMPORT_FROM_CF_I02.
INCLUDE CFX_BI_BOM_IMPORT_FROM_CF_F01.
INCLUDE CFX_BI_BOM_IMPORT_0101.
INCLUDE CFX_BI_BOM_IMPORT_0102.
INCLUDE CFX_BI_BOM_IMPORT_0103.
INCLUDE CFX_BI_BOM_IMPORT_0105.


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