LWM_S_CFS_CUST_DETAILS_MD SAP (FinFactSheet - Customer Details (key figures)) Structure details

Dictionary Type: Structure
Description: FinFactSheet - Customer Details (key figures)




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




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

LWM_S_CFS_CUST_DETAILS_MD is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "FinFactSheet - Customer Details (key figures)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_LWM_S_CFS_CUST_DETAILS_MD TYPE LWM_S_CFS_CUST_DETAILS_MD.

The LWM_S_CFS_CUST_DETAILS_MD table consists of various fields, each holding specific information or linking keys about FinFactSheet - Customer Details (key figures) data available in SAP. These include COMP_CODE (Company Code), XCRITICAL (Checkbox), VALUATION_DESCR (Char 80), OPEN_AMOUNT (User field for cluster PC (national)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP LWM_S_CFS_CUST_DETAILS_MD structure 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
CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
XCRITICALCheckbox XFELDCHAR1XFELD
VALUATION_DESCRChar 80 CHAR80CHAR80CHAR80
OPEN_AMOUNTUser field for cluster PC (national) CHAR25CHAR25CHAR25
OVERDUE_AMOUNTUser field for cluster PC (national) CHAR25CHAR25CHAR25
XDMACTIVECheckbox XFELDCHAR1XFELD
DISPUTED_AMOUNTUser field for cluster PC (national) CHAR25CHAR25CHAR25
NO_OF_DISPINVNatural Number INT4INT410INT4
XCMACTIVECheckbox XFELDCHAR1XFELD
PROMISED_AMOUNTUser field for cluster PC (national) CHAR25CHAR25CHAR25
XNODUNNPROCCheckbox XFELDCHAR1XFELD
DUNN_LEVELDunning level MAHNS_DNUMC1MAHNS
LAST_DUNN_DATELast dunned on MADATDATS8DATUM
DAYS_IN_ARREARSAverage arrears with cash discount payments VZSXXDEC3WRTV2
PAYM_TRENDTrend LWM_CFS_TRENDCHAR1LWM_CFS_TREND
XPAYMGRAPHCheckbox XFELDCHAR1XFELD
XNOPAYMHISTORYCheckbox XFELDCHAR1XFELD
LAST_PAYM_DATEValue date VALUTDATS8DATUM
NO_OF_CONTACTSNatural Number INT4INT410INT4
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NAMEName 1 AD_NAME1CHAR40TEXT40
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
PCODECity postal code AD_PSTCD1CHAR10CHAR10
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
SALES_VOLUME_TRENDTrend LWM_CFS_TRENDCHAR1LWM_CFS_TREND

Key field Non-key field



How do I retrieve data from SAP structure LWM_S_CFS_CUST_DETAILS_MD using ABAP code?

As LWM_S_CFS_CUST_DETAILS_MD is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on LWM_S_CFS_CUST_DETAILS_MD as there is no data to select.

How to access SAP table LWM_S_CFS_CUST_DETAILS_MD

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