FDM_LINE_ITEM_ATTRIBUTES SAP (FSCM-DM: Data from the Dispute Case for the UI (Attribute)) Structure details

Dictionary Type: Structure
Description: FSCM-DM: Data from the Dispute Case for the UI (Attribute)




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




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

FDM_LINE_ITEM_ATTRIBUTES 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 "FSCM-DM: Data from the Dispute Case for the UI (Attribute)" 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_FDM_LINE_ITEM_ATTRIBUTES TYPE FDM_LINE_ITEM_ATTRIBUTES.

The FDM_LINE_ITEM_ATTRIBUTES table consists of various fields, each holding specific information or linking keys about FSCM-DM: Data from the Dispute Case for the UI (Attribute) data available in SAP. These include EXT_KEY (Case ID), EXT_REF (External Reference), CASE_TYPE (Case Type), PRIORITY (Priority of Dispute Case).. 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 FDM_LINE_ITEM_ATTRIBUTES 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
EXT_KEYCase ID FDM_EXT_KEYCHAR12ALPHAFDM_EXT_KEY
EXT_REFExternal Reference FDM_EXT_REFCHAR30CHAR30
CASE_TYPECase Type FDM_CASE_TYPECHAR4CHAR4
PRIORITYPriority of Dispute Case FDM_PRIORITYNUMC1NUM01
CATEGORYCategory FDM_CATEGORYCHAR4CHAR4
CASE_TITLETitle of Dispute Case FDM_CASE_TITLECHAR80TEXT80
REASON_CODEReason for Dispute Case FDM_REASON_CODECHAR4CHAR4
PROCESSORProcessor FDM_PROCESSORCHAR12Assigned to domainXUBNAMEUSER_ADDR
RESPONSIBLEPerson Responsible FDM_RESPONSIBLECHAR12Assigned to domainXUBNAMEUSER_ADDR
FIN_COORDINATORCoordinator of Dispute Case FDM_COORDINATORCHAR12Assigned to domainXUBNAMEUSER_ADDR
FIN_DUE_DATEProcess. Deadline FDM_DUE_DATEDATS8DATUM
PLAN_END_DATEPlanned Closing Date FDM_PLAN_END_DATEDATS8DATUM
FIN_DISPUTE_CURRCurrency of Dispute Case FDM_DISPUTE_CURRCUKY5TCURCWAERS
FIN_CUSTDISP_AMTCustomer-Disputed FDM_CUSTDISP_AMTCURR15(2) WERTV8
FIN_CUSTDISP_CURCurrency of Customer-Disputed Amount FDM_CUSTDISP_CURRCUKY5TCURCWAERS
FIN_CONTACT_NAME_LABELText (20 Characters) TEXT20CHAR20TEXT20
FIN_CONTACT_NAMEName of Contact Person at Business Partner FDM_CONTACT_NAMECHAR40TEXT40
FIN_CONTACT_MAILe-mail Address of Contact Person at Business Partner FDM_CONTACT_EMAILCHAR128TEXT128
FIN_CONTACT_TELTelephone Number of Contact Person at Business Partner FDM_CONTACT_PHONECHAR30CHAR30
FIN_CONTACT_FAXFax Number of Contact Person at Business Partner FDM_CONTACT_FAXCHAR30CHAR30
FIN_CONTACT_FAXCCountry of Fax Number of Contact Person FDM_CONTACT_FAXCCHAR3T005LAND1
FIN_CONTACT_KEYNumber of contact person PARNRNUMC10PARNRVPA
FIN_PROMISED_BYClerk Who Gave Promise to Pay FDM_PROMISED_BYCHAR40TEXT40
CREATE_TIMETime of Creation of Dispute Case FDM_CREATE_TIMEDEC15TSTPSFDM_TIMESTAMP
CHANGE_TIMELast Changed On FDM_CHANGE_TIMEDEC15TSTPSFDM_TIMESTAMP
STAT_ORDERNOStatus of Dispute Case FDM_STAT_ORDERNONUMC2NUMC02
FIN_KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
KONTOAccount number KONTOCHAR16ALPHAKTO16
KOARTAccount Type KOARTCHAR1KOART
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
PRIORITY_TEXTPriority of Dispute Case FDM_PRIORITY_TEXTCHAR40TEXT40
STAT_ORDERNO_TEXTStatus of Dispute Case FDM_STAT_ORDERNO_TEXTCHAR40TEXT40
CDIS_BELNRRelated Invoice Is Customer-Disputed FDM_CDIS_BELNRCHAR10ALPHABELNR

Key field Non-key field



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

As FDM_LINE_ITEM_ATTRIBUTES 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 FDM_LINE_ITEM_ATTRIBUTES as there is no data to select.

How to access SAP table FDM_LINE_ITEM_ATTRIBUTES

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