FCML_NWG_CUST_M SAP (FCML NWG user customizing setting, master data table) Table details

Dictionary Type: Table
Description: FCML NWG user customizing setting, master data table




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




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

FCML_NWG_CUST_M is a standard SAP Table which is used to store FCML NWG user customizing setting, master data table data and is available within R/3 SAP systems depending on the version and release level.

The FCML_NWG_CUST_M table consists of various fields, each holding specific information or linking keys about FCML NWG user customizing setting, master data table data available in SAP. These include CUSTTYPE (Master data type for NWG customizing master data item), CUSTID (Customizng item ID for NWG customizing master data item), CATEID (Category ID for NWG customizing master data item), CATENAME (Category Name for NWG customizing master data item).. 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: Cannot Be Enhanced


SAP FCML_NWG_CUST_M 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 S_MANDTCLNT3Assigned to domainMANDT
CUSTTYPEMaster data type for NWG customizing master data item FCML_NWG_CTYPECHAR1FCML_NWG_CTYPE_D
CUSTIDCustomizng item ID for NWG customizing master data item FCML_NWG_CIDCHAR15FCML_NWG_CID_D
CATEIDCategory ID for NWG customizing master data item FCML_NWG_CATEIDCHAR5FCML_NWG_CATEID_D
CATENAMECategory Name for NWG customizing master data item FCML_NWG_CATENAMECHAR30FCML_NWG_CATENAME_D
SUBCATEIDSub-category ID for NWG customizing master data item FCML_NWG_SUBIDCHAR10FCML_NWG_SUBID_D
SUBCATENAMESub-category Name for NWG customizing master data item FCML_NWG_SUBNAMECHAR30FCML_NWG_SUBNAME_D
FIELDIDField ID in NWG customizing master data item FCML_NWG_FIDCHAR15FCML_NWG_FID_D
FIELDNAMEField Name for NWG customizing master data item FCML_NWG_FNAMECHAR30FCML_NWG_FIELDNAME_D
FIELDDESCLong Field Label SCRTEXT_LCHAR40SCRTEXT_L
FIELDSDESCMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M

Key field Non-key field



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

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

SELECT SINGLE *
FROM FCML_NWG_CUST_M
INTO CORRESPONDING FIELDS OF WA_FCML_NWG_CUST_M
WHERE...

How to access SAP table FCML_NWG_CUST_M

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