DCFLC_BO_OPERAT SAP (Decoupling: Used Variant for BO and used Structures for BO) Table details

Dictionary Type: Table
Description: Decoupling: Used Variant for BO and used Structures for BO




ABAP Code to SELECT data from DCFLC_BO_OPERAT
Related tables to DCFLC_BO_OPERAT
Access table DCFLC_BO_OPERAT




Table field list including key, data, relationships and ABAP select examples

DCFLC_BO_OPERAT is a standard SAP Table which is used to store Decoupling: Used Variant for BO and used Structures for BO data and is available within R/3 SAP systems depending on the version and release level.

The DCFLC_BO_OPERAT table consists of various fields, each holding specific information or linking keys about Decoupling: Used Variant for BO and used Structures for BO data available in SAP. These include OPERATION (Operation), STEPVARIANT (Step Variant), INT_MSG_TYPE (Message Structure (Internal)), BOSPEC_ROOT_TYPE (BO Specific Runtime Structure (Root)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DCFLC_BO_OPERAT table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
BUSINESS_OBJECTBusiness Object DCFL_BUSINESS_OBJECTCHAR30DCFLC_BOPRX_R3NAME
OPERATIONOperation DCFL_OPERATIONCHAR8DCFL_OPERATION
STEPVARIANTStep Variant DCFL_STEPVARIANTCHAR16DCFLC_VARIANTDCFL_STEPVARIANT
INT_MSG_TYPEMessage Structure (Internal) DCFL_INT_MSG_TYPENAMECHAR30OBJECTNAME
BOSPEC_ROOT_TYPEBO Specific Runtime Structure (Root) DCFL_BOSPEC_ROOT_TYPENAMECHAR30OBJECTNAME
BOSPEC_ITEM_TYPEBO-Specific Runtime Structure (Item) DCFL_BOSPEC_ITEM_TYPENAMECHAR30OBJECTNAME
FIN_PREPPOSTTYPEImport Structure: Prepare Posting for Fin. Acctg DCFL_FIN_PREPPOSTTYPENAMECHAR30OBJECTNAME
LOG_PREPPOSTTYPEImport Structure: Prepare Posting for Logistics DCFL_LOG_PREPPOSTTYPENAMECHAR30OBJECTNAME
FIN_POST_TYPEImport Structure: Posting in Financial Accounting DCFL_FIN_POST_TYPENAMECHAR30OBJECTNAME
LOG_POST_TYPEImport Structure: Posting in Logistics DCFL_LOG_POST_TYPENAMECHAR30OBJECTNAME

Key field Non-key field



How do I retrieve data from SAP table DCFLC_BO_OPERAT using ABAP code

The following ABAP code Example will allow you to do a basic selection on DCFLC_BO_OPERAT to SELECT all data from the table
DATA: WA_DCFLC_BO_OPERAT TYPE DCFLC_BO_OPERAT.

SELECT SINGLE *
FROM DCFLC_BO_OPERAT
INTO CORRESPONDING FIELDS OF WA_DCFLC_BO_OPERAT
WHERE...

How to access SAP table DCFLC_BO_OPERAT

Within an ECC or HANA version of SAP you can also view further information about DCFLC_BO_OPERAT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!