TCNIFP SAP (Profile for BOM transfer) Table details

Dictionary Type: Table
Description: Profile for BOM transfer




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




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

TCNIFP is a standard SAP Table which is used to store Profile for BOM transfer data and is available within R/3 SAP systems depending on the version and release level.

The TCNIFP table consists of various fields, each holding specific information or linking keys about Profile for BOM transfer data available in SAP. These include PROFILE (Profile for BOM transfer), BDMNG (Requirement Quantity), WERKS (Plant), MEHRS (Multilevel BOM Explosion).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = TCNIFPT


SAP TCNIFP 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
MANDTClient MANDTCLNT3T000MANDT
PROFILEProfile for BOM transfer PROFILE_IFCHAR4PROFILE_IFPSBM
BDMNGRequirement Quantity BDMNGQUAN13(3) MENG13
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MEHRSMultilevel BOM Explosion CN_MEHRSCHAR1XFELD
FLG_EXTCopy data from external systems via user exit EXT_SYSTCHAR1XFELD
FLG_ALLCopy all bill of material items CN_FLG_ALLCHAR1XFELD
FLG_PREIn general generate preliminary requirements CN_FLG_PRECHAR1XFELD
FLG_MATIndicator: only take material BOMs into account MAT_BOMCHAR1XFELD
FLG_SALESIndicator: Take sales order BOM into account SALES_BOMCHAR1XFELD
FLG_PROJECTIndicator: Take project BOMs into account PROJ_BOMCHAR1XFELD
CAPIDApplication CAPIDCHAR4TC04CAPIDCSA
STLANBOM Usage STLANCHAR1T416STLANCSV
NODLGIndicator: Run without dialog, automatic data backup CN_NODLGCHAR1XFELD
AV_CHECKAvailability check during save CN_AVCHKCHAR1XFELD
FLG_UNIQUEIndicator: Ambiguity check for reference points CN_UNIQUECHAR1XFELD
SANKOIndicator: item relevant to engineering SANKOCHAR1XFELD
POSTPItem Category (Bill of Material) POSTPCHAR1T418POSTP
SANFEIndicator: item relevant to production SANFECHAR1XFELD
SANKAIndicator for Relevancy to Costing CK_SELKZCHAR1TCK08CK_SELKZ
SANINIndicator: item relevant to plant maintenance SANINCHAR1XFELD
KLKSLSelection of BOM items relevant to costing KLKSLCHAR1KLKSL
RVRELIndicator: item relevant to sales RVRELCHAR1TVRLRVREL
SCHGTIndicator: Bulk Material SCHGTCHAR1XFELD
RVRSLSelection of BOM items relevant to sales and distribution RVRSLCHAR1RVRSL
STKKZPM assembly indicator STKKZCHAR1XFELD
ERSKZIndicator: spare part ERSKZCHAR1T413ERSKZ
ERSSLSpare part selection ERSSLCHAR1ERSSL
BEIKZMaterial Provision Indicator BEIKZCHAR1T417BEIKZ
BESSLSelection for material provision BESSLCHAR1BESSL
AEFRKRelease for costing CC_AEFRKCHAR1CC_XFELD
AEFRPRelease for planning CC_AEFRPCHAR1CC_XFELD
AEFRFRelease for production CC_AEFRFCHAR1CC_XFELD
AEFRSRelease for simulation CC_AEFRSCHAR1CC_XFELD
STPSTMaximum explosion level of the BOM CS_MAXSTDEC3DEC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCNIFP
INTO CORRESPONDING FIELDS OF WA_TCNIFP
WHERE...

How to access SAP table TCNIFP

Within an ECC or HANA version of SAP you can also view further information about TCNIFP 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!